Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-timeline"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-timeline"></span>
Code point
- Unicode:
U+F187
- CSS:
\F187
- JS:
\uF187
- 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-timeline" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M14 5.757a1.094 1.094 0 0 1-1.091 1.091.926.926 0 0 1-.279-.039l-1.94 1.934c.026.092.04.187.038.283a1.091 1.091 0 1 1-2.182 0 .983.983 0 0 1 .038-.283l-1.39-1.39c-.186.05-.382.05-.568 0L4.143 9.838c.027.09.04.184.039.278a1.091 1.091 0 1 1-.813-1.052l2.487-2.479a.96.96 0 0 1-.038-.283 1.091 1.091 0 1 1 2.182 0 .96.96 0 0 1-.038.283l1.39 1.39c.186-.05.382-.05.568 0l1.933-1.94a.926.926 0 0 1-.039-.28 1.09 1.09 0 0 1 2.182 0"/>
</svg>