Skip to main content

icon-car


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-car"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-car"></span>

Code point

  • Unicode: U+F199
  • CSS: \F199
  • JS: \uF199
  • HTML: &#xF199;

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-car" viewBox="0 0 16 16">
  <path d="M12.613 3.34a.996.996 0 0 0-.946-.673H4.333c-.44 0-.806.28-.946.673L2 7.333v5.333c0 .367.3.667.667.667h.666c.367 0 .667-.3.667-.667V12h8v.666c0 .367.3.667.667.667h.666c.367 0 .667-.3.667-.667V7.333L12.613 3.34ZM4.567 4h6.86l.72 2.073h-8.3L4.567 4Zm8.1 6.666H3.333V7.333h9.334v3.333Z"/>
  <path d="M5 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/>
</svg>