camera off icon
camera-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- camera-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the camera off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.502 4.209L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-.95-.95q-.331.095-.691.096h-11a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 1.497-2.291M15.292 16l-2.84-2.84A4 4 0 0 1 6.84 7.547L4.306 5.013a1.5 1.5 0 0 0-1.3 1.486V14.5a1.5 1.5 0 0 0 1.5 1.5zm-3.554-3.555L7.555 8.262a3 3 0 0 0 4.184 4.184m-3.3-6.128l.785.785a3.004 3.004 0 0 1 3.675 3.675l.785.785a4 4 0 0 0-5.246-5.246m8.567 8.183q0 .177-.04.344l.776.775a2.5 2.5 0 0 0 .264-1.119v-8a2.5 2.5 0 0 0-2.5-2.5h-1.69l-.585-1.17A1.5 1.5 0 0 0 11.888 2H8.124a1.5 1.5 0 0 0-1.34.826L6.194 4h-.073l.79.79l.038-.065l.728-1.449A.5.5 0 0 1 8.124 3h3.764a.5.5 0 0 1 .447.276l.723 1.447a.5.5 0 0 0 .448.276h1.999a1.5 1.5 0 0 1 1.5 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCameraOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.502 4.209L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-.95-.95q-.331.095-.691.096h-11a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 1.497-2.291M15.292 16l-2.84-2.84A4 4 0 0 1 6.84 7.547L4.306 5.013a1.5 1.5 0 0 0-1.3 1.486V14.5a1.5 1.5 0 0 0 1.5 1.5zm-3.554-3.555L7.555 8.262a3 3 0 0 0 4.184 4.184m-3.3-6.128l.785.785a3.004 3.004 0 0 1 3.675 3.675l.785.785a4 4 0 0 0-5.246-5.246m8.567 8.183q0 .177-.04.344l.776.775a2.5 2.5 0 0 0 .264-1.119v-8a2.5 2.5 0 0 0-2.5-2.5h-1.69l-.585-1.17A1.5 1.5 0 0 0 11.888 2H8.124a1.5 1.5 0 0 0-1.34.826L6.194 4h-.073l.79.79l.038-.065l.728-1.449A.5.5 0 0 1 8.124 3h3.764a.5.5 0 0 1 .447.276l.723 1.447a.5.5 0 0 0 .448.276h1.999a1.5 1.5 0 0 1 1.5 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.502 4.209L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-.95-.95q-.331.095-.691.096h-11a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 1.497-2.291M15.292 16l-2.84-2.84A4 4 0 0 1 6.84 7.547L4.306 5.013a1.5 1.5 0 0 0-1.3 1.486V14.5a1.5 1.5 0 0 0 1.5 1.5zm-3.554-3.555L7.555 8.262a3 3 0 0 0 4.184 4.184m-3.3-6.128l.785.785a3.004 3.004 0 0 1 3.675 3.675l.785.785a4 4 0 0 0-5.246-5.246m8.567 8.183q0 .177-.04.344l.776.775a2.5 2.5 0 0 0 .264-1.119v-8a2.5 2.5 0 0 0-2.5-2.5h-1.69l-.585-1.17A1.5 1.5 0 0 0 11.888 2H8.124a1.5 1.5 0 0 0-1.34.826L6.194 4h-.073l.79.79l.038-.065l.728-1.449A.5.5 0 0 1 8.124 3h3.764a.5.5 0 0 1 .447.276l.723 1.447a.5.5 0 0 0 .448.276h1.999a1.5 1.5 0 0 1 1.5 1.5z"/></svg> </template>
CSS
.icon-camera-off-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.502%204.209L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-.95-.95q-.331.095-.691.096h-11a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%201.497-2.291M15.292%2016l-2.84-2.84A4%204%200%200%201%206.84%207.547L4.306%205.013a1.5%201.5%200%200%200-1.3%201.486V14.5a1.5%201.5%200%200%200%201.5%201.5zm-3.554-3.555L7.555%208.262a3%203%200%200%200%204.184%204.184m-3.3-6.128l.785.785a3.004%203.004%200%200%201%203.675%203.675l.785.785a4%204%200%200%200-5.246-5.246m8.567%208.183q0%20.177-.04.344l.776.775a2.5%202.5%200%200%200%20.264-1.119v-8a2.5%202.5%200%200%200-2.5-2.5h-1.69l-.585-1.17A1.5%201.5%200%200%200%2011.888%202H8.124a1.5%201.5%200%200%200-1.34.826L6.194%204h-.073l.79.79l.038-.065l.728-1.449A.5.5%200%200%201%208.124%203h3.764a.5.5%200%200%201%20.447.276l.723%201.447a.5.5%200%200%200%20.448.276h1.999a1.5%201.5%200%200%201%201.5%201.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.502%204.209L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-.95-.95q-.331.095-.691.096h-11a2.5%202.5%200%200%201-2.5-2.5v-8a2.5%202.5%200%200%201%201.497-2.291M15.292%2016l-2.84-2.84A4%204%200%200%201%206.84%207.547L4.306%205.013a1.5%201.5%200%200%200-1.3%201.486V14.5a1.5%201.5%200%200%200%201.5%201.5zm-3.554-3.555L7.555%208.262a3%203%200%200%200%204.184%204.184m-3.3-6.128l.785.785a3.004%203.004%200%200%201%203.675%203.675l.785.785a4%204%200%200%200-5.246-5.246m8.567%208.183q0%20.177-.04.344l.776.775a2.5%202.5%200%200%200%20.264-1.119v-8a2.5%202.5%200%200%200-2.5-2.5h-1.69l-.585-1.17A1.5%201.5%200%200%200%2011.888%202H8.124a1.5%201.5%200%200%200-1.34.826L6.194%204h-.073l.79.79l.038-.065l.728-1.449A.5.5%200%200%201%208.124%203h3.764a.5.5%200%200%201%20.447.276l.723%201.447a.5.5%200%200%200%20.448.276h1.999a1.5%201.5%200%200%201%201.5%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/camera-off-20-regular.svg?color=%231a73e8&size=48