Skip to main content

Time Slot Not 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_not_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-outlined-icons.svg#time-slot-not-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-outline mi-time-slot-not-reserved" viewBox="0 0 24 24">
  <path d="M12 18.75c-3.72 0-6.75-3.03-6.75-6.75S8.28 5.25 12 5.25s6.75 3.03 6.75 6.75-3.03 6.75-6.75 6.75m0-12a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 1 0 0-10.5m2.53 7.78c.29-.29.29-.77 0-1.06l-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-.22m6.93-1.4-1.49-.18c-.08.78-.31 1.53-.61 2.25l1.38.6c.35-.85.62-1.75.72-2.67m-.71-4.91-1.38.6c.29.72.51 1.48.6 2.25l1.49-.17c-.1-.92-.36-1.82-.71-2.68m-3.06-3.86-.9 1.2c.63.46 1.19 1.02 1.65 1.65l1.2-.9a9 9 0 0 0-1.95-1.96Zm-4.56-1.82-.18 1.49c.78.08 1.53.31 2.25.61l.6-1.38c-.85-.35-1.75-.62-2.67-.72"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.