Skip to main content

Filter List Off


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">filter_list_off</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#filter-list-off" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-filter-list-off" viewBox="0 0 24 24">
  <path d="M2.68 2.67c.38-.38 1.02-.38 1.4 0l17.06 17.04c.38.4.38 1.02 0 1.42-.2.19-.46.29-.71.29s-.52-.09-.71-.29l-5.3-5.3-2.82-2.81H6.99c-.56 0-.99-.46-.99-.99s.45-.99.99-.99h2.6L6.58 8.03h-2.6c-.56 0-.99-.46-.99-.99s.45-.99.99-.99h.58l-1.9-1.9c-.38-.4-.38-1.02 0-1.4v-.04l.02-.02Zm10.33 13.34c.56 0 .99.46.99.99s-.46.99-.99.99H11c-.56 0-.99-.46-.99-.99s.46-.99.99-.99zm4.02-5c.56 0 .99.45.99.99s-.46.99-.99.99h-.19l-2.01-2.01h2.19V11Zm3.01-5.02c.56 0 .99.46.99.99s-.46.99-.99.99h-8.21L9.82 5.96h10.21v.02Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.