Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-credit-card"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-credit-card"></span>
Code point
- Unicode:
U+F126
- CSS:
\F126
- JS:
\uF126
- 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-credit-card" viewBox="0 0 16 16">
<path d="M14 2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM1.333 4A.667.667 0 0 1 2 3.333h12a.667.667 0 0 1 .667.667v2H1.333V4Zm13.334 8a.667.667 0 0 1-.667.667H2A.667.667 0 0 1 1.333 12V7.333h13.334V12Z"/>
</svg>