Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-show"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-show"></span>
Code point
- Unicode:
U+F170
- CSS:
\F170
- JS:
\uF170
- HTML:

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-show" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M15.926 7.7v-.007l-.006-.013-.027-.053c-.02-.047-.06-.107-.1-.187a13.495 13.495 0 0 0-1.887-2.567C12.6 3.487 10.6 2 8 2 5.4 2 3.4 3.487 2.1 4.88A13.608 13.608 0 0 0 .206 7.447c-.046.08-.08.14-.1.186-.013.02-.02.04-.026.054L.073 7.7v.007a.664.664 0 0 0 0 .593v.007l.007.013.026.053c.02.047.06.107.1.187a13.496 13.496 0 0 0 1.887 2.567C3.4 12.513 5.4 14 8 14s4.6-1.487 5.9-2.88a13.879 13.879 0 0 0 1.886-2.567 1.9 1.9 0 0 0 .1-.186c.014-.02.02-.04.027-.054l.007-.013v-.007L15.333 8c.227-.113.367-.187.453-.227L15.333 8c.507.253.58.293.587.293l.006.007a.678.678 0 0 0 0-.6ZM.213 8.227.66 8l-.447-.227C.3 7.813.44 7.887.66 8c-.227.113-.36.187-.447.227Zm14.073.246a12.11 12.11 0 0 1-1.353 1.74c-1.2 1.274-2.867 2.454-4.933 2.454-2.067 0-3.734-1.18-4.934-2.454a12.538 12.538 0 0 1-1.353-1.74c-.12-.186-.213-.346-.287-.473.074-.127.167-.287.287-.473.307-.48.76-1.107 1.353-1.74C4.266 4.513 5.933 3.333 8 3.333c2.066 0 3.733 1.18 4.933 2.454a12.538 12.538 0 0 1 1.353 1.74c.12.186.214.346.287.473a11.38 11.38 0 0 1-.287.473ZM8 5.333a2.666 2.666 0 1 0 0 5.334 2.666 2.666 0 1 0 0-5.334Zm0 4c-.734 0-1.334-.6-1.334-1.333S7.266 6.667 8 6.667c.733 0 1.333.6 1.333 1.333S8.733 9.333 8 9.333Z"/>
</svg>