Skip to main content

Time Slot Reserved


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">time_slot_reserved</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#time-slot-reserved" />
</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-time-slot-reserved" viewBox="0 0 24 24">
  <path d="M18.39 19.09c-.19 0-.38-.07-.53-.22a.745.745 0 0 1 0-1.06 8.2 8.2 0 0 0 2.4-5.81c0-4.55-3.7-8.25-8.25-8.25-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.38 0 9.75 4.37 9.75 9.75 0 2.59-1.01 5.03-2.83 6.87-.15.15-.34.22-.53.22ZM18.5 12a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0m-3.97 1.47-1.78-1.78V8c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.31l2.22 2.22c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.