camera off icon
camera-off-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- camera-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All camera off icons →camera-offBoxIcons v2camera-offBoxIcons v2 Solidcamera-offFeather Iconscamera-off-16-filledFluent UI System Iconscamera-offHumbleiconscamera-offKeyline Iconscamera-offLucidecamera-offMajesticonscamera-offMaterial Design Iconscamera-offMyna UI Iconscamera-off-fillRemix Iconcamera-off-boldSolarcamera-offTabler Iconscamera-offTDesign Icons
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilmforward-10s
Use the camera off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.009 2.01q-.21.072-.408.173A4.25 4.25 0 0 0 1.213 6.57C.96 7.068.852 7.61.8 8.24c-.05.614-.05 1.375-.05 2.327v4.865c0 .953 0 1.713.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h9.866c.952 0 1.713 0 2.327-.05a5.3 5.3 0 0 0 1.17-.21l1.04 1.04a.75.75 0 1 0 1.06-1.06l-1.391-1.392L5.562 4.501zm6.081 8.202a4.75 4.75 0 0 0 6.717 6.717l-1.06-1.06a3.25 3.25 0 0 1-4.596-4.596z" clip-rule="evenodd"/><path d="M9.79 1.75a2.25 2.25 0 0 0-1.855.975l-.572.832a.75.75 0 0 0 .088.955l14.382 14.381a.75.75 0 0 0 1.265-.38c.152-.747.152-1.71.152-3.019v-4.927c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.254-1.04-.362-1.67-.413c-.575-.047-1.278-.05-2.147-.05l-1.048-1.525a2.25 2.25 0 0 0-1.854-.975z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCameraOffFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.009 2.01q-.21.072-.408.173A4.25 4.25 0 0 0 1.213 6.57C.96 7.068.852 7.61.8 8.24c-.05.614-.05 1.375-.05 2.327v4.865c0 .953 0 1.713.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h9.866c.952 0 1.713 0 2.327-.05a5.3 5.3 0 0 0 1.17-.21l1.04 1.04a.75.75 0 1 0 1.06-1.06l-1.391-1.392L5.562 4.501zm6.081 8.202a4.75 4.75 0 0 0 6.717 6.717l-1.06-1.06a3.25 3.25 0 0 1-4.596-4.596z" clipRule="evenodd"/><path d="M9.79 1.75a2.25 2.25 0 0 0-1.855.975l-.572.832a.75.75 0 0 0 .088.955l14.382 14.381a.75.75 0 0 0 1.265-.38c.152-.747.152-1.71.152-3.019v-4.927c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.254-1.04-.362-1.67-.413c-.575-.047-1.278-.05-2.147-.05l-1.048-1.525a2.25 2.25 0 0 0-1.854-.975z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.009 2.01q-.21.072-.408.173A4.25 4.25 0 0 0 1.213 6.57C.96 7.068.852 7.61.8 8.24c-.05.614-.05 1.375-.05 2.327v4.865c0 .953 0 1.713.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h9.866c.952 0 1.713 0 2.327-.05a5.3 5.3 0 0 0 1.17-.21l1.04 1.04a.75.75 0 1 0 1.06-1.06l-1.391-1.392L5.562 4.501zm6.081 8.202a4.75 4.75 0 0 0 6.717 6.717l-1.06-1.06a3.25 3.25 0 0 1-4.596-4.596z" clip-rule="evenodd"/><path d="M9.79 1.75a2.25 2.25 0 0 0-1.855.975l-.572.832a.75.75 0 0 0 .088.955l14.382 14.381a.75.75 0 0 0 1.265-.38c.152-.747.152-1.71.152-3.019v-4.927c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.254-1.04-.362-1.67-.413c-.575-.047-1.278-.05-2.147-.05l-1.048-1.525a2.25 2.25 0 0 0-1.854-.975z"/></g></svg> </template>
CSS
.icon-camera-off-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l2.009%202.01q-.21.072-.408.173A4.25%204.25%200%200%200%201.213%206.57C.96%207.068.852%207.61.8%208.24c-.05.614-.05%201.375-.05%202.327v4.865c0%20.953%200%201.713.05%202.328c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h9.866c.952%200%201.713%200%202.327-.05a5.3%205.3%200%200%200%201.17-.21l1.04%201.04a.75.75%200%201%200%201.06-1.06l-1.391-1.392L5.562%204.501zm6.081%208.202a4.75%204.75%200%200%200%206.717%206.717l-1.06-1.06a3.25%203.25%200%200%201-4.596-4.596z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.79%201.75a2.25%202.25%200%200%200-1.855.975l-.572.832a.75.75%200%200%200%20.088.955l14.382%2014.381a.75.75%200%200%200%201.265-.38c.152-.747.152-1.71.152-3.019v-4.927c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.254-1.04-.362-1.67-.413c-.575-.047-1.278-.05-2.147-.05l-1.048-1.525a2.25%202.25%200%200%200-1.854-.975z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l2.009%202.01q-.21.072-.408.173A4.25%204.25%200%200%200%201.213%206.57C.96%207.068.852%207.61.8%208.24c-.05.614-.05%201.375-.05%202.327v4.865c0%20.953%200%201.713.05%202.328c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h9.866c.952%200%201.713%200%202.327-.05a5.3%205.3%200%200%200%201.17-.21l1.04%201.04a.75.75%200%201%200%201.06-1.06l-1.391-1.392L5.562%204.501zm6.081%208.202a4.75%204.75%200%200%200%206.717%206.717l-1.06-1.06a3.25%203.25%200%200%201-4.596-4.596z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.79%201.75a2.25%202.25%200%200%200-1.855.975l-.572.832a.75.75%200%200%200%20.088.955l14.382%2014.381a.75.75%200%200%200%201.265-.38c.152-.747.152-1.71.152-3.019v-4.927c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.254-1.04-.362-1.67-.413c-.575-.047-1.278-.05-2.147-.05l-1.048-1.525a2.25%202.25%200%200%200-1.854-.975z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/camera-off-filled.svg?color=%231a73e8&size=48