camera off icon
camera-off from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- camera-off
- Set
- Material Design Icons
- Style
- Filled
- 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="M1.2 4.47L2.5 3.2L20 20.72L18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM7 4l2-2h6l2 2h3a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-4.99-5c.43-.73.67-1.59.67-2.5a5 5 0 0 0-5-5c-.91 0-1.77.24-2.5.67L5.82 4zm0 8a5 5 0 0 0 5 5c.5 0 1.03-.08 1.5-.23L11.72 15A3.064 3.064 0 0 1 9 12.28L7.23 10.5c-.15.47-.23 1-.23 1.5m5-3a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9"/></svg>
React
import type { SVGProps } from "react";
export function MdiCameraOff(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="M1.2 4.47L2.5 3.2L20 20.72L18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM7 4l2-2h6l2 2h3a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-4.99-5c.43-.73.67-1.59.67-2.5a5 5 0 0 0-5-5c-.91 0-1.77.24-2.5.67L5.82 4zm0 8a5 5 0 0 0 5 5c.5 0 1.03-.08 1.5-.23L11.72 15A3.064 3.064 0 0 1 9 12.28L7.23 10.5c-.15.47-.23 1-.23 1.5m5-3a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.2 4.47L2.5 3.2L20 20.72L18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM7 4l2-2h6l2 2h3a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-4.99-5c.43-.73.67-1.59.67-2.5a5 5 0 0 0-5-5c-.91 0-1.77.24-2.5.67L5.82 4zm0 8a5 5 0 0 0 5 5c.5 0 1.03-.08 1.5-.23L11.72 15A3.064 3.064 0 0 1 9 12.28L7.23 10.5c-.15.47-.23 1-.23 1.5m5-3a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9"/></svg> </template>
CSS
.icon-camera-off {
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%22M1.2%204.47L2.5%203.2L20%2020.72L18.73%2022l-2-2H4a2%202%200%200%201-2-2V6c0-.22.04-.43.1-.63zM7%204l2-2h6l2%202h3a2%202%200%200%201%202%202v12c0%20.6-.26%201.13-.68%201.5l-4.99-5c.43-.73.67-1.59.67-2.5a5%205%200%200%200-5-5c-.91%200-1.77.24-2.5.67L5.82%204zm0%208a5%205%200%200%200%205%205c.5%200%201.03-.08%201.5-.23L11.72%2015A3.064%203.064%200%200%201%209%2012.28L7.23%2010.5c-.15.47-.23%201-.23%201.5m5-3a3%203%200%200%201%203%203a3%203%200%200%201-.17%201L11%209.17A3%203%200%200%201%2012%209%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%22M1.2%204.47L2.5%203.2L20%2020.72L18.73%2022l-2-2H4a2%202%200%200%201-2-2V6c0-.22.04-.43.1-.63zM7%204l2-2h6l2%202h3a2%202%200%200%201%202%202v12c0%20.6-.26%201.13-.68%201.5l-4.99-5c.43-.73.67-1.59.67-2.5a5%205%200%200%200-5-5c-.91%200-1.77.24-2.5.67L5.82%204zm0%208a5%205%200%200%200%205%205c.5%200%201.03-.08%201.5-.23L11.72%2015A3.064%203.064%200%200%201%209%2012.28L7.23%2010.5c-.15.47-.23%201-.23%201.5m5-3a3%203%200%200%201%203%203a3%203%200%200%201-.17%201L11%209.17A3%203%200%200%201%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/camera-off.svg?color=%231a73e8&size=48