Skip to main content

Search

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-search"></i>

Icon font

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

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#search" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-search" viewBox="0 0 24 24">
  <path d="M9.755 3.255a6.5 6.5 0 0 1 6.5 6.5c0 1.61-.59 3.09-1.57 4.23l.28.27h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28a6.47 6.47 0 0 1-4.23 1.57 6.5 6.5 0 1 1 0-13m0 2c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5"/>
</svg>

SVG CSS code