Skip to main content

icon-search


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F169
  • CSS: \F169
  • JS: \uF169
  • HTML: &#xF169;

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-search" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M14.466 13.526 12.02 11.08a6 6 0 1 0-.94.94l2.446 2.446a.664.664 0 1 0 .94-.94Zm-11.8-6.193a4.663 4.663 0 0 1 4.667-4.667A4.663 4.663 0 0 1 10.66 10.6c-.014.006-.027.013-.034.026-.013.014-.013.027-.026.034a4.663 4.663 0 0 1-7.933-3.327Z"/>
</svg>