camera off 02 icon
camera-off-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- camera-off-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
camera-01camera-02camera-03camera-add-01camera-add-02camera-add-03camera-aicamera-automatically-01camera-automatically-02camera-lenscamera-microphone-01camera-microphone-02camera-night-mode-01camera-night-mode-02camera-off-01camera-rotated-01camera-rotated-02camera-smile-01camera-smile-02camera-tripodcamera-video
Use the camera off 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 9h1M2 2l20 20m-5.511-5.511a4 4 0 0 1-5.447-5.447M13.22 9.22a4 4 0 0 1 5.091 5.091"/><path d="M20.5 20.498H8c-2.828 0-4.243 0-5.121-.878C2 18.74 2 17.327 2 14.498v-2.5c0-2.828 0-4.242.879-5.121c.641-.641 1.568-.815 3.121-.861M22 18V8.026A2.026 2.026 0 0 0 19.974 6c-.616 0-1.198-.28-1.582-.76L17.8 4.5c-.195-.244-.293-.366-.402-.467a2 2 0 0 0-1.063-.51c-.147-.023-.303-.023-.616-.023h-1.796c-.945 0-1.417 0-1.828.197c-.41.198-.706.567-1.296 1.304L10 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCameraOff02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5 9h1M2 2l20 20m-5.511-5.511a4 4 0 0 1-5.447-5.447M13.22 9.22a4 4 0 0 1 5.091 5.091"/><path d="M20.5 20.498H8c-2.828 0-4.243 0-5.121-.878C2 18.74 2 17.327 2 14.498v-2.5c0-2.828 0-4.242.879-5.121c.641-.641 1.568-.815 3.121-.861M22 18V8.026A2.026 2.026 0 0 0 19.974 6c-.616 0-1.198-.28-1.582-.76L17.8 4.5c-.195-.244-.293-.366-.402-.467a2 2 0 0 0-1.063-.51c-.147-.023-.303-.023-.616-.023h-1.796c-.945 0-1.417 0-1.828.197c-.41.198-.706.567-1.296 1.304L10 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 9h1M2 2l20 20m-5.511-5.511a4 4 0 0 1-5.447-5.447M13.22 9.22a4 4 0 0 1 5.091 5.091"/><path d="M20.5 20.498H8c-2.828 0-4.243 0-5.121-.878C2 18.74 2 17.327 2 14.498v-2.5c0-2.828 0-4.242.879-5.121c.641-.641 1.568-.815 3.121-.861M22 18V8.026A2.026 2.026 0 0 0 19.974 6c-.616 0-1.198-.28-1.582-.76L17.8 4.5c-.195-.244-.293-.366-.402-.467a2 2 0 0 0-1.063-.51c-.147-.023-.303-.023-.616-.023h-1.796c-.945 0-1.417 0-1.828.197c-.41.198-.706.567-1.296 1.304L10 6"/></g></svg> </template>
CSS
.icon-camera-off-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209h1M2%202l20%2020m-5.511-5.511a4%204%200%200%201-5.447-5.447M13.22%209.22a4%204%200%200%201%205.091%205.091%22%2F%3E%3Cpath%20d%3D%22M20.5%2020.498H8c-2.828%200-4.243%200-5.121-.878C2%2018.74%202%2017.327%202%2014.498v-2.5c0-2.828%200-4.242.879-5.121c.641-.641%201.568-.815%203.121-.861M22%2018V8.026A2.026%202.026%200%200%200%2019.974%206c-.616%200-1.198-.28-1.582-.76L17.8%204.5c-.195-.244-.293-.366-.402-.467a2%202%200%200%200-1.063-.51c-.147-.023-.303-.023-.616-.023h-1.796c-.945%200-1.417%200-1.828.197c-.41.198-.706.567-1.296%201.304L10%206%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209h1M2%202l20%2020m-5.511-5.511a4%204%200%200%201-5.447-5.447M13.22%209.22a4%204%200%200%201%205.091%205.091%22%2F%3E%3Cpath%20d%3D%22M20.5%2020.498H8c-2.828%200-4.243%200-5.121-.878C2%2018.74%202%2017.327%202%2014.498v-2.5c0-2.828%200-4.242.879-5.121c.641-.641%201.568-.815%203.121-.861M22%2018V8.026A2.026%202.026%200%200%200%2019.974%206c-.616%200-1.198-.28-1.582-.76L17.8%204.5c-.195-.244-.293-.366-.402-.467a2%202%200%200%200-1.063-.51c-.147-.023-.303-.023-.616-.023h-1.796c-.945%200-1.417%200-1.828.197c-.41.198-.706.567-1.296%201.304L10%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/camera-off-02.svg?color=%231a73e8&size=48