Skip to main content

Ticket


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">ticket</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#ticket" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-ticket" viewBox="0 0 24 24">
  <path d="M15 14.5h2v-2h-2zm6-3.3h1V7.5c0-1.54-1.26-2.8-2.8-2.8H4.8C3.26 4.7 2 5.96 2 7.5v3.7h1c.44 0 .8.36.8.8s-.36.8-.8.8H2v3.7c0 1.54 1.26 2.8 2.8 2.8h14.4c1.54 0 2.8-1.26 2.8-2.8v-3.7h-1c-.44 0-.8-.36-.8-.8s.36-.8.8-.8m-1-1.81a2.8 2.8 0 0 0 0 5.22v1.89c0 .44-.36.8-.8.8H17v-1.8h-2v1.8H4.8c-.44 0-.8-.36-.8-.8v-1.88c1.05-.4 1.8-1.42 1.8-2.62S5.05 9.79 4 9.38V7.5c0-.44.36-.8.8-.8H15v1.8h2V6.7h2.2c.44 0 .8.36.8.8zm-5 2.11h2v-2h-2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.