Skip to main content

icon-comparison


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F123
  • CSS: \F123
  • JS: \uF123
  • HTML: &#xF123;

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-comparison" viewBox="0 0 16 16">
  <path d="M8 15.334c-.733 0-1.4-.134-2.133-.334-1.134-.333-2.2-1-3.067-1.8-.8-.8-1.467-1.866-1.8-3a7.94 7.94 0 0 1-.2-3.533c.2-1.2.733-2.267 1.467-3.2.733-1 1.733-1.733 2.8-2.2.333-.133.733 0 .866.333.134.334 0 .734-.333.867-.867.4-1.667 1-2.267 1.8-.6.733-1 1.667-1.2 2.667-.2.933-.133 1.933.2 2.866.267.934.8 1.8 1.534 2.467.733.667 1.533 1.2 2.466 1.467.934.266 1.934.333 2.867.133s1.867-.6 2.6-1.2c.733-.6 1.333-1.4 1.733-2.333.134-.334.534-.467.867-.334.333.134.467.534.333.867a6.845 6.845 0 0 1-2.133 2.8c-.933.733-2 1.267-3.2 1.533-.467.067-.933.134-1.4.134ZM15.333 8c0-1-.2-1.933-.533-2.8a9.428 9.428 0 0 0-1.6-2.4 7.567 7.567 0 0 0-2.4-1.6A7.749 7.749 0 0 0 8 .667c-.4 0-.667.267-.667.667V8c0 .4.267.667.667.667h6.667c.4 0 .666-.267.666-.667ZM8.667 2.067c.533.067 1.133.2 1.6.4C11 2.8 11.667 3.2 12.2 3.8c.533.534 1 1.2 1.333 1.934.2.533.334 1.066.4 1.6H8.667V2.067Z"/>
</svg>