Skip to main content

Bookings


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">bookings</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-solid-icons.svg#bookings" />
</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-solid mi-bookings" viewBox="0 0 24 24">
  <path d="M20 8H10c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m1 4v-1c0-.55-.45-1-1-1H10c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1m0 5v-1c0-.55-.45-1-1-1H10c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1M7 6.5C7 7.33 6.33 8 5.5 8S4 7.33 4 6.5 4.67 5 5.5 5 7 5.67 7 6.5m0 5c0 .83-.67 1.5-1.5 1.5S4 12.33 4 11.5 4.67 10 5.5 10s1.5.67 1.5 1.5m0 5c0 .83-.67 1.5-1.5 1.5S4 17.33 4 16.5 4.67 15 5.5 15s1.5.67 1.5 1.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.