Skip to main content

Filter


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</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" />
</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" viewBox="0 0 24 24">
  <path d="M19.9 4.56c-.17-.34-.52-.56-.9-.56H5c-.38 0-.73.22-.9.56a.98.98 0 0 0 .11 1.05L10 12.76v7.23c0 .89 1.08 1.34 1.71.71l2-2a1 1 0 0 0 .29-.71v-5.24l5.79-7.15c.23-.3.27-.71.11-1.05Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.