Skip to main content

Camera Disabled


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">camera_disabled</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#camera-disabled" />
</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-camera-disabled" viewBox="0 0 24 24">
  <path d="M12.04 9.5 15 12.46a3 3 0 0 0-2.96-2.96M20 7h-1.5l-2.41-2.41c-.38-.38-.88-.59-1.41-.59H9.34c-.53 0-1.04.21-1.41.59l-.4.4 2.82 2.82c.52-.19 1.08-.3 1.67-.3 2.76 0 5 2.24 5 5 0 .59-.11 1.15-.3 1.67l4.95 4.95c.22-.32.35-.7.35-1.12v-9c0-1.1-.9-2-2-2Zm.38 12.96-4.43-4.43-1.42-1.42-4.13-4.13-1.42-1.42-2.51-2.51-1.5-1.5L3.72 3.3a.996.996 0 1 0-1.41 1.41L4.6 7h-.59c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2H17.6l1.71 1.71c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41l-.33-.33ZM12 17.5c-2.76 0-5-2.24-5-5 0-.89.25-1.71.66-2.43l1.5 1.5c-.1.29-.16.6-.16.93 0 1.66 1.34 3 3 3 .33 0 .63-.06.93-.16l1.5 1.5c-.72.41-1.54.66-2.43.66"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.