camera off icon
camera-off from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- camera-off
- Set
- Reicon
- Style
- Outline
- 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 1 0-1.06 1.06l2.003 2.004A4.25 4.25 0 0 0 .99 7.096C.749 7.78.749 8.598.75 9.843v5.59c0 .952 0 1.712.05 2.326c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.858c.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 0 0 1.06-1.06l-1.382-1.383l-.019-.019l-5.308-5.308l-.012-.012l-5.557-5.557l-.012-.012zm6.081 8.202L4.725 5.786a2.6 2.6 0 0 0-.633.118a2.75 2.75 0 0 0-1.688 1.688c-.143.41-.154.949-.154 2.408v5.4c0 .992 0 1.691.045 2.237c.044.538.127.86.255 1.111a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.046h.006l-3.816-3.815a4.75 4.75 0 0 1-6.717-6.717m5.657 5.656l-4.596-4.596a3.25 3.25 0 0 0 4.596 4.596" clip-rule="evenodd"/><path d="M10.183 1.75c-.383 0-.72-.001-1.038.094c-.28.084-.54.22-.767.403c-.259.209-.45.487-.666.803l-.348.506a.75.75 0 1 0 1.236.85l.303-.44c.288-.42.35-.498.416-.55a.8.8 0 0 1 .255-.135c.08-.024.18-.031.688-.031h3.476c.507 0 .607.007.688.031a.8.8 0 0 1 .255.135c.066.052.129.13.416.55l1.004 1.459a.75.75 0 0 0 .618.325h.181c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.254a2.75 2.75 0 0 1 1.202 1.202c.128.251.211.574.255 1.111c.045.546.045 1.245.045 2.238v4.8c0 1.43-.004 2.234-.122 2.813a.75.75 0 0 0 1.47.3c.152-.747.152-1.71.152-3.02v-4.926c0-.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-.825-1.2c-.216-.316-.407-.594-.666-.803a2.3 2.3 0 0 0-.766-.403c-.319-.095-.656-.095-1.039-.094z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCameraOff(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 1 0-1.06 1.06l2.003 2.004A4.25 4.25 0 0 0 .99 7.096C.749 7.78.749 8.598.75 9.843v5.59c0 .952 0 1.712.05 2.326c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.858c.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 0 0 1.06-1.06l-1.382-1.383l-.019-.019l-5.308-5.308l-.012-.012l-5.557-5.557l-.012-.012zm6.081 8.202L4.725 5.786a2.6 2.6 0 0 0-.633.118a2.75 2.75 0 0 0-1.688 1.688c-.143.41-.154.949-.154 2.408v5.4c0 .992 0 1.691.045 2.237c.044.538.127.86.255 1.111a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.046h.006l-3.816-3.815a4.75 4.75 0 0 1-6.717-6.717m5.657 5.656l-4.596-4.596a3.25 3.25 0 0 0 4.596 4.596" clipRule="evenodd"/><path d="M10.183 1.75c-.383 0-.72-.001-1.038.094c-.28.084-.54.22-.767.403c-.259.209-.45.487-.666.803l-.348.506a.75.75 0 1 0 1.236.85l.303-.44c.288-.42.35-.498.416-.55a.8.8 0 0 1 .255-.135c.08-.024.18-.031.688-.031h3.476c.507 0 .607.007.688.031a.8.8 0 0 1 .255.135c.066.052.129.13.416.55l1.004 1.459a.75.75 0 0 0 .618.325h.181c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.254a2.75 2.75 0 0 1 1.202 1.202c.128.251.211.574.255 1.111c.045.546.045 1.245.045 2.238v4.8c0 1.43-.004 2.234-.122 2.813a.75.75 0 0 0 1.47.3c.152-.747.152-1.71.152-3.02v-4.926c0-.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-.825-1.2c-.216-.316-.407-.594-.666-.803a2.3 2.3 0 0 0-.766-.403c-.319-.095-.656-.095-1.039-.094z"/></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 1 0-1.06 1.06l2.003 2.004A4.25 4.25 0 0 0 .99 7.096C.749 7.78.749 8.598.75 9.843v5.59c0 .952 0 1.712.05 2.326c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.858c.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 0 0 1.06-1.06l-1.382-1.383l-.019-.019l-5.308-5.308l-.012-.012l-5.557-5.557l-.012-.012zm6.081 8.202L4.725 5.786a2.6 2.6 0 0 0-.633.118a2.75 2.75 0 0 0-1.688 1.688c-.143.41-.154.949-.154 2.408v5.4c0 .992 0 1.691.045 2.237c.044.538.127.86.255 1.111a2.75 2.75 0 0 0 1.202 1.202c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h9.8c.992 0 1.692 0 2.238-.046h.006l-3.816-3.815a4.75 4.75 0 0 1-6.717-6.717m5.657 5.656l-4.596-4.596a3.25 3.25 0 0 0 4.596 4.596" clip-rule="evenodd"/><path d="M10.183 1.75c-.383 0-.72-.001-1.038.094c-.28.084-.54.22-.767.403c-.259.209-.45.487-.666.803l-.348.506a.75.75 0 1 0 1.236.85l.303-.44c.288-.42.35-.498.416-.55a.8.8 0 0 1 .255-.135c.08-.024.18-.031.688-.031h3.476c.507 0 .607.007.688.031a.8.8 0 0 1 .255.135c.066.052.129.13.416.55l1.004 1.459a.75.75 0 0 0 .618.325h.181c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.254a2.75 2.75 0 0 1 1.202 1.202c.128.251.211.574.255 1.111c.045.546.045 1.245.045 2.238v4.8c0 1.43-.004 2.234-.122 2.813a.75.75 0 0 0 1.47.3c.152-.747.152-1.71.152-3.02v-4.926c0-.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-.825-1.2c-.216-.316-.407-.594-.666-.803a2.3 2.3 0 0 0-.766-.403c-.319-.095-.656-.095-1.039-.094z"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.53%201.47a.75.75%200%201%200-1.06%201.06l2.003%202.004A4.25%204.25%200%200%200%20.99%207.096C.749%207.78.749%208.598.75%209.843v5.59c0%20.952%200%201.712.05%202.326c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.858c.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%200%200%201.06-1.06l-1.382-1.383l-.019-.019l-5.308-5.308l-.012-.012l-5.557-5.557l-.012-.012zm6.081%208.202L4.725%205.786a2.6%202.6%200%200%200-.633.118a2.75%202.75%200%200%200-1.688%201.688c-.143.41-.154.949-.154%202.408v5.4c0%20.992%200%201.691.045%202.237c.044.538.127.86.255%201.111a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h9.8c.992%200%201.692%200%202.238-.046h.006l-3.816-3.815a4.75%204.75%200%200%201-6.717-6.717m5.657%205.656l-4.596-4.596a3.25%203.25%200%200%200%204.596%204.596%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.183%201.75c-.383%200-.72-.001-1.038.094c-.28.084-.54.22-.767.403c-.259.209-.45.487-.666.803l-.348.506a.75.75%200%201%200%201.236.85l.303-.44c.288-.42.35-.498.416-.55a.8.8%200%200%201%20.255-.135c.08-.024.18-.031.688-.031h3.476c.507%200%20.607.007.688.031a.8.8%200%200%201%20.255.135c.066.052.129.13.416.55l1.004%201.459a.75.75%200%200%200%20.618.325h.181c.992%200%201.692%200%202.238.045c.537.044.86.127%201.11.254a2.75%202.75%200%200%201%201.202%201.202c.128.251.211.574.255%201.111c.045.546.045%201.245.045%202.238v4.8c0%201.43-.004%202.234-.122%202.813a.75.75%200%200%200%201.47.3c.152-.747.152-1.71.152-3.02v-4.926c0-.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-.825-1.2c-.216-.316-.407-.594-.666-.803a2.3%202.3%200%200%200-.766-.403c-.319-.095-.656-.095-1.039-.094z%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%201%200-1.06%201.06l2.003%202.004A4.25%204.25%200%200%200%20.99%207.096C.749%207.78.749%208.598.75%209.843v5.59c0%20.952%200%201.712.05%202.326c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.858c.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%200%200%201.06-1.06l-1.382-1.383l-.019-.019l-5.308-5.308l-.012-.012l-5.557-5.557l-.012-.012zm6.081%208.202L4.725%205.786a2.6%202.6%200%200%200-.633.118a2.75%202.75%200%200%200-1.688%201.688c-.143.41-.154.949-.154%202.408v5.4c0%20.992%200%201.691.045%202.237c.044.538.127.86.255%201.111a2.75%202.75%200%200%200%201.202%201.202c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h9.8c.992%200%201.692%200%202.238-.046h.006l-3.816-3.815a4.75%204.75%200%200%201-6.717-6.717m5.657%205.656l-4.596-4.596a3.25%203.25%200%200%200%204.596%204.596%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.183%201.75c-.383%200-.72-.001-1.038.094c-.28.084-.54.22-.767.403c-.259.209-.45.487-.666.803l-.348.506a.75.75%200%201%200%201.236.85l.303-.44c.288-.42.35-.498.416-.55a.8.8%200%200%201%20.255-.135c.08-.024.18-.031.688-.031h3.476c.507%200%20.607.007.688.031a.8.8%200%200%201%20.255.135c.066.052.129.13.416.55l1.004%201.459a.75.75%200%200%200%20.618.325h.181c.992%200%201.692%200%202.238.045c.537.044.86.127%201.11.254a2.75%202.75%200%200%201%201.202%201.202c.128.251.211.574.255%201.111c.045.546.045%201.245.045%202.238v4.8c0%201.43-.004%202.234-.122%202.813a.75.75%200%200%200%201.47.3c.152-.747.152-1.71.152-3.02v-4.926c0-.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-.825-1.2c-.216-.316-.407-.594-.666-.803a2.3%202.3%200%200%200-.766-.403c-.319-.095-.656-.095-1.039-.094z%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.svg?color=%231a73e8&size=48