Skip to main content

Traffic Cone


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">traffic_cone</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#traffic-cone" />
</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-traffic-cone" viewBox="0 0 24 24">
  <path d="M20 20h-1.24l-4.8-17.27A.996.996 0 0 0 13 2h-2c-.45 0-.84.3-.96.73L5.24 20H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1M10.66 7.94l2.94 1.25s.05 0 .08.02l.94 3.39-4.71-2 .74-2.66ZM7.31 20l1.04-3.76 8.25 3.51.07.25H7.32Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.