Skip to main content

Layer Heatmap

  • Tags:

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">layer_heatmap</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="/transportation-icons.svg#layer-heatmap" />
</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-layer-heatmap" viewBox="0 0 24 24">
  <path d="M2.78 9.29c-.36 0-.65.29-.65.65s.29.65.65.65.65-.29.65-.65-.29-.65-.65-.65m2.93-2.12a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3m0 1.62a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3M9.92 20.6c-.36 0-.65.29-.65.65s.29.65.65.65.65-.29.65-.65-.29-.65-.65-.65m-4.21-3.75a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3m0-1.58a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3M14.08 3.4c.36 0 .65-.29.65-.65s-.29-.65-.65-.65-.65.29-.65.65.29.65.65.65M2.78 13.47c-.36 0-.65.29-.65.65s.29.65.65.65.65-.29.65-.65-.29-.65-.65-.65m18.44-2.88c.36 0 .65-.29.65-.65s-.29-.65-.65-.65-.65.29-.65.65.29.65.65.65M14.1 7.17a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3M9.92 3.4c.36 0 .65-.29.65-.65s-.29-.65-.65-.65-.65.29-.65.65.29.65.65.65m.02 3.77a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3m4.14 13.43c-.36 0-.65.29-.65.65s.29.65.65.65.65-.29.65-.65-.29-.65-.65-.65m4.21-11.81a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3m0 6.48a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3m0-8.1a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3m0 9.68a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3m2.93-3.38c-.36 0-.65.29-.65.65s.29.65.65.65.65-.29.65-.65-.29-.65-.65-.65M9.94 8.31a1.63 1.63 0 1 0 0 3.26 1.63 1.63 0 0 0 0-3.26m0 4.19c-.9 0-1.63.73-1.63 1.62s.73 1.63 1.63 1.63 1.63-.73 1.63-1.63-.73-1.62-1.63-1.62m0 4.35a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3m4.16-4.35c-.9 0-1.63.73-1.63 1.62s.73 1.63 1.63 1.63 1.63-.73 1.63-1.63S15 12.5 14.1 12.5m0 4.35a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3m0-8.54a1.63 1.63 0 1 0 0 3.26 1.63 1.63 0 0 0 0-3.26"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.