Skip to main content

icon-filter


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-filter"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-filter"></span>

Code point

  • Unicode: U+F137
  • CSS: \F137
  • JS: \uF137
  • HTML: &#xF137;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-filter" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M.726 1.72a.678.678 0 0 1 .607-.387h13.333c.26 0 .493.153.607.387a.678.678 0 0 1-.093.713L10 8.553V14c0 .233-.12.446-.314.566a.658.658 0 0 1-.646.027L6.373 13.26A.646.646 0 0 1 6 12.666V8.553L.826 2.433a.68.68 0 0 1-.1-.713Zm2.047.946L7.18 7.873c.1.12.16.273.16.433v3.947l1.333.667V8.306c0-.16.053-.313.16-.433l4.393-5.207H2.773Z"/>
</svg>