Skip to main content

icon-concessions


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F19A
  • CSS: \F19A
  • JS: \uF19A
  • HTML: &#xF19A;

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-concessions" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M.667 14.653c0 .373.3.673.673.673H10c.373 0 .673-.3.673-.673V14H.667v.653Zm5-8.66c-2.5 0-5 1.34-5 4.007h10c0-2.667-2.5-4.007-5-4.007ZM2.413 8.666c.74-1.033 2.314-1.34 3.254-1.34s2.513.307 3.253 1.34H2.413ZM.667 11.333h10v1.333h-10v-1.333Zm11.333-8V.667h-1.333v2.666H7.333l.154 1.333h6.373L12.927 14H12v1.333h1.147c.56 0 1.02-.433 1.086-.98l1.1-11.02H12Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>