camera off icon
camera-off-outline from Material Design Icons by Pictogrammers · Outline · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- camera-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Photography
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More photography icons from Material Design Icons
auto-fixcamera-burstcamera-controlcamera-documentcamera-document-offcamera-enhancecamera-flipcamera-frontcamera-front-variantcamera-imagecamera-iriscamera-lock-opencamera-metering-centercamera-metering-matrixcamera-metering-partialcamera-metering-spotcamera-outlinecamera-party-modecamera-pluscamera-rearcamera-rear-variantcamera-retakecamera-switchcamera-wireless
Use the camera off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 12c0 .54-.1 1.05-.26 1.54L15 11.78A3.06 3.06 0 0 0 12.22 9l-1.76-1.74c.49-.16 1-.26 1.54-.26c2.76 0 5 2.24 5 5M9.88 4h4.24l1.83 2H20v10.8l1.88 1.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15 2H9L7.18 4L8.6 5.4zm12.23 17.46l-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27zM9 12c0 1.66 1.34 3 3 3c.33 0 .65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11 6l-1.66-1.66c-.73.41-1.56.66-2.45.66c-2.76 0-5-2.24-5-5c0-.89.25-1.72.66-2.45L4.11 6H4v12z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCameraOffOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 12c0 .54-.1 1.05-.26 1.54L15 11.78A3.06 3.06 0 0 0 12.22 9l-1.76-1.74c.49-.16 1-.26 1.54-.26c2.76 0 5 2.24 5 5M9.88 4h4.24l1.83 2H20v10.8l1.88 1.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15 2H9L7.18 4L8.6 5.4zm12.23 17.46l-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27zM9 12c0 1.66 1.34 3 3 3c.33 0 .65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11 6l-1.66-1.66c-.73.41-1.56.66-2.45.66c-2.76 0-5-2.24-5-5c0-.89.25-1.72.66-2.45L4.11 6H4v12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 12c0 .54-.1 1.05-.26 1.54L15 11.78A3.06 3.06 0 0 0 12.22 9l-1.76-1.74c.49-.16 1-.26 1.54-.26c2.76 0 5 2.24 5 5M9.88 4h4.24l1.83 2H20v10.8l1.88 1.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15 2H9L7.18 4L8.6 5.4zm12.23 17.46l-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27zM9 12c0 1.66 1.34 3 3 3c.33 0 .65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11 6l-1.66-1.66c-.73.41-1.56.66-2.45.66c-2.76 0-5-2.24-5-5c0-.89.25-1.72.66-2.45L4.11 6H4v12z"/></svg> </template>
CSS
.icon-camera-off-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c0%20.54-.1%201.05-.26%201.54L15%2011.78A3.06%203.06%200%200%200%2012.22%209l-1.76-1.74c.49-.16%201-.26%201.54-.26c2.76%200%205%202.24%205%205M9.88%204h4.24l1.83%202H20v10.8l1.88%201.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15%202H9L7.18%204L8.6%205.4zm12.23%2017.46l-1.27%201.27L18.11%2020H4a2%202%200%200%201-2-2V6c0-.58.25-1.1.65-1.46L1.11%203l1.28-1.27zM9%2012c0%201.66%201.34%203%203%203c.33%200%20.65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11%206l-1.66-1.66c-.73.41-1.56.66-2.45.66c-2.76%200-5-2.24-5-5c0-.89.25-1.72.66-2.45L4.11%206H4v12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c0%20.54-.1%201.05-.26%201.54L15%2011.78A3.06%203.06%200%200%200%2012.22%209l-1.76-1.74c.49-.16%201-.26%201.54-.26c2.76%200%205%202.24%205%205M9.88%204h4.24l1.83%202H20v10.8l1.88%201.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15%202H9L7.18%204L8.6%205.4zm12.23%2017.46l-1.27%201.27L18.11%2020H4a2%202%200%200%201-2-2V6c0-.58.25-1.1.65-1.46L1.11%203l1.28-1.27zM9%2012c0%201.66%201.34%203%203%203c.33%200%20.65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11%206l-1.66-1.66c-.73.41-1.56.66-2.45.66c-2.76%200-5-2.24-5-5c0-.89.25-1.72.66-2.45L4.11%206H4v12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/camera-off-outline.svg?color=%231a73e8&size=48