Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-secure"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-secure"></span>
Code point
- Unicode:
U+F16A
- CSS:
\F16A
- JS:
\uF16A
- 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-secure" viewBox="0 0 16 16">
<path d="M8 15.333a.666.666 0 0 1-.298-.07C7.467 15.147 2 12.363 2 8V3.333a.667.667 0 0 1 .433-.624l5.333-2a.673.673 0 0 1 .467 0l5.333 2a.666.666 0 0 1 .434.624V8c0 4.362-5.467 7.147-5.702 7.267a.667.667 0 0 1-.298.066ZM3.333 3.795V8c0 3.033 3.594 5.299 4.667 5.908 1.072-.61 4.667-2.884 4.667-5.908V3.795L8 2.045l-4.667 1.75Z"/>
</svg>