camera off icon
camera-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- camera-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.291m8.95 8.95l-.714-.714a3 3 0 0 1-4.184-4.184l-.714-.714a4 4 0 0 0 5.613 5.613m-3.23-6.057l3.676 3.675a3.003 3.003 0 0 0-3.675-3.675M14 10c0 .554-.113 1.082-.317 1.562l4.058 4.057a2.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-.073l2.317 2.318A4 4 0 0 1 14 10"/></svg>
React
import type { SVGProps } from "react";
export function FluentCameraOff20Filled(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.291m8.95 8.95l-.714-.714a3 3 0 0 1-4.184-4.184l-.714-.714a4 4 0 0 0 5.613 5.613m-3.23-6.057l3.676 3.675a3.003 3.003 0 0 0-3.675-3.675M14 10c0 .554-.113 1.082-.317 1.562l4.058 4.057a2.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-.073l2.317 2.318A4 4 0 0 1 14 10"/></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.291m8.95 8.95l-.714-.714a3 3 0 0 1-4.184-4.184l-.714-.714a4 4 0 0 0 5.613 5.613m-3.23-6.057l3.676 3.675a3.003 3.003 0 0 0-3.675-3.675M14 10c0 .554-.113 1.082-.317 1.562l4.058 4.057a2.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-.073l2.317 2.318A4 4 0 0 1 14 10"/></svg> </template>
CSS
.icon-camera-off-20-filled {
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.291m8.95%208.95l-.714-.714a3%203%200%200%201-4.184-4.184l-.714-.714a4%204%200%200%200%205.613%205.613m-3.23-6.057l3.676%203.675a3.003%203.003%200%200%200-3.675-3.675M14%2010c0%20.554-.113%201.082-.317%201.562l4.058%204.057a2.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-.073l2.317%202.318A4%204%200%200%201%2014%2010%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.291m8.95%208.95l-.714-.714a3%203%200%200%201-4.184-4.184l-.714-.714a4%204%200%200%200%205.613%205.613m-3.23-6.057l3.676%203.675a3.003%203.003%200%200%200-3.675-3.675M14%2010c0%20.554-.113%201.082-.317%201.562l4.058%204.057a2.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-.073l2.317%202.318A4%204%200%200%201%2014%2010%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-filled.svg?color=%231a73e8&size=48