Skip to main content

Ticket Plane


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_plane</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-plane" />
</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-plane" viewBox="0 0 24 24">
  <path d="M21 11.2h1V7.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.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-.8h14.4c.44 0 .8.36.8.8zm-6.12 1.65-.8-1.31.53-.25-.18-.3-.65.02-.86-1.38s-.08-.06-.14-.07h-.91c-.08 0-.16.06-.17.14v.05l1.03 3.08c-.96.12-2.14.3-3.03.43l-.96-1.18s-.08-.06-.13-.06h-.44a.14.14 0 0 0-.17.12c0 .04 0 .07.02.11l.73 1.57-.74 1.56c-.04.07-.02.16.05.2.03.02.07.03.1.02h.44s.1-.02.13-.06l.96-1.18c.89.13 2.06.34 3.03.45l-1.04 3.06c-.02.08.03.17.11.19h.96c.05 0 .1-.03.14-.07l1.03-1.72.66.17.22-.31-.55-.34.61-1c2.18 0 3.12-.58 3.12-.97s-.95-.97-3.12-.97Zm2.4 1.11c-.05.2-.21.36-.41.41.17-.35.17-.76 0-1.1.3.08.49.39.41.69"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.