Icon Component
Using the Icon Component? Copy, paste, and go.
<s-icon name="icon-sms"></s-icon>
Icon font
Using the web font? Copy, paste, and go.
<span class="sf-main sf-icon-sms"></span>
Code point
- Unicode:
U+F178
- CSS:
\F178
- JS:
\uF178
- 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-sms" viewBox="0 0 16 16">
<path d="M2.993 15.334a1.994 1.994 0 0 1-1.993-2V2.667a2 2 0 0 1 2-2h6a2.004 2.004 0 0 1 2 2v.323h2.444c.372-.02.738.102 1.023.343.303.25.495.61.533 1l.007 3.767v.067c-.038.39-.228.75-.53 1a1.47 1.47 0 0 1-1.079.34h-2.391v3.827a2 2 0 0 1-2 2H2.993ZM3 2a.667.667 0 0 0-.667.667v10.667a.673.673 0 0 0 .194.472.658.658 0 0 0 .217.145.884.884 0 0 0 .256.05h6a.667.667 0 0 0 .667-.667V9.503H8.355l-1.595 1.33a.667.667 0 0 1-1.093-.513V4.394a1.512 1.512 0 0 1 .533-1.06 1.48 1.48 0 0 1 1.077-.342h2.39v-.325A.67.67 0 0 0 9 2H3Zm4.18 2.32a.178.178 0 0 0-.127.035.155.155 0 0 0-.056.106v4.438l.688-.573c.12-.1.27-.155.426-.155h5.334c.098.008.137-.006.17-.034a.159.159 0 0 0 .052-.086V4.395c0 .027-.021-.015-.053-.04a.16.16 0 0 0-.114-.037h-3.127a.789.789 0 0 1-.079 0H7.222l-.041.001Zm-1.177 9.015A.667.667 0 0 1 5.997 12h.006a.667.667 0 0 1 0 1.334Zm6.33-6.421a.666.666 0 1 1-.006-1.333h.006a.667.667 0 1 1 0 1.333Zm-2 0a.667.667 0 1 1-.006-1.333h.006a.667.667 0 1 1 0 1.333Zm-2 0a.667.667 0 1 1-.006-1.333h.006a.667.667 0 0 1 0 1.333Z"/>
</svg>