Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-donate"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-donate"></span>
Code point
- Unicode:
U+F12C
- CSS:
\F12C
- JS:
\uF12C
- 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-donate" viewBox="0 0 16 16">
<path d="M14.667 4h-1.56A2.334 2.334 0 0 0 11 .667 3.424 3.424 0 0 0 8 2.76 3.424 3.424 0 0 0 5 .667 2.333 2.333 0 0 0 2.894 4h-1.56a.667.667 0 0 0-.667.667V8a.667.667 0 0 0 .667.667H2v6a.667.667 0 0 0 .667.667h10.667a.667.667 0 0 0 .666-.667v-6h.667A.667.667 0 0 0 15.334 8V4.667A.667.667 0 0 0 14.667 4ZM11 2a1 1 0 1 1 0 2H8.9c.314-.826.96-2 2.1-2ZM4 3a1 1 0 0 1 1-1c1.14 0 1.787 1.174 2.1 2H5a1 1 0 0 1-1-1ZM2 5.334h5.334v2H2v-2Zm1.334 3.333h4V14h-4V8.667ZM12.667 14h-4V8.667h4V14ZM14 7.334H8.667v-2H14v2Z"/>
</svg>