camera off icon
camera-off from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- camera-off
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- camera-slash
1 other variant in Myna UI Icons
The same icon in other sets
Use the camera off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 3h1.5M3 21l.528-.528m11.26-11.26L19 5l2-2M3.528 20.472c.302.339.697.528 1.108.528h14.728c.434 0 .85-.21 1.157-.586c.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5H19M3.528 20.472l6.184-6.184m0 0A4.002 4.002 0 0 0 17.5 13a4 4 0 0 0-2.712-3.788m-5.076 5.076l5.076-5.076M14.691 5h-4.308C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021v9.734"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCameraOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16 3h1.5M3 21l.528-.528m11.26-11.26L19 5l2-2M3.528 20.472c.302.339.697.528 1.108.528h14.728c.434 0 .85-.21 1.157-.586c.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5H19M3.528 20.472l6.184-6.184m0 0A4.002 4.002 0 0 0 17.5 13a4 4 0 0 0-2.712-3.788m-5.076 5.076l5.076-5.076M14.691 5h-4.308C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021v9.734"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 3h1.5M3 21l.528-.528m11.26-11.26L19 5l2-2M3.528 20.472c.302.339.697.528 1.108.528h14.728c.434 0 .85-.21 1.157-.586c.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5H19M3.528 20.472l6.184-6.184m0 0A4.002 4.002 0 0 0 17.5 13a4 4 0 0 0-2.712-3.788m-5.076 5.076l5.076-5.076M14.691 5h-4.308C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021v9.734"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%203h1.5M3%2021l.528-.528m11.26-11.26L19%205l2-2M3.528%2020.472c.302.339.697.528%201.108.528h14.728c.434%200%20.85-.21%201.157-.586c.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215%205.21%2019.799%205%2019.365%205H19M3.528%2020.472l6.184-6.184m0%200A4.002%204.002%200%200%200%2017.5%2013a4%204%200%200%200-2.712-3.788m-5.076%205.076l5.076-5.076M14.691%205h-4.308C8.659%205%208.325%203.269%206.827%203.026C6.563%202.983%206.289%203%206.022%203c-.953%200-1.429%200-1.804.159a2%202%200%200%200-1.059%201.06C3%204.592%203%205.068%203%206.021v9.734%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%203h1.5M3%2021l.528-.528m11.26-11.26L19%205l2-2M3.528%2020.472c.302.339.697.528%201.108.528h14.728c.434%200%20.85-.21%201.157-.586c.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215%205.21%2019.799%205%2019.365%205H19M3.528%2020.472l6.184-6.184m0%200A4.002%204.002%200%200%200%2017.5%2013a4%204%200%200%200-2.712-3.788m-5.076%205.076l5.076-5.076M14.691%205h-4.308C8.659%205%208.325%203.269%206.827%203.026C6.563%202.983%206.289%203%206.022%203c-.953%200-1.429%200-1.804.159a2%202%200%200%200-1.059%201.06C3%204.592%203%205.068%203%206.021v9.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/camera-off.svg?color=%231a73e8&size=48