camera off icon
camera-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- camera-off-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- camera-slash-solid
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="currentColor" d="m6.256 3.748l-.234.002c-.487 0-.813 0-1.066.018c-.246.017-.366.048-.444.081a1.25 1.25 0 0 0-.663.663c-.033.078-.064.198-.08.444c-.019.253-.019.58-.019 1.066v9.734a.75.75 0 0 1-1.5 0v-9.76c0-.454 0-.833.022-1.145c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025l.131-.001c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h4.309a.75.75 0 0 1 0 1.5h-4.309c-1.17 0-1.871-.618-2.38-1.103l-.079-.075c-.49-.468-.768-.733-1.217-.806c-.136-.022-.262-.02-.451-.018M15.25 3a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.75-.75m5.22-.53a.75.75 0 1 1 1.06 1.06l-1.042 1.042c.23.142.438.324.613.539c.427.522.649 1.203.649 1.889v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.375 0-.732-.1-1.048-.277l-.058.057a.75.75 0 0 1-1.06-1.06zm-9.873 11.994a3.25 3.25 0 1 0 4.367-4.367z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCameraOffSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.256 3.748l-.234.002c-.487 0-.813 0-1.066.018c-.246.017-.366.048-.444.081a1.25 1.25 0 0 0-.663.663c-.033.078-.064.198-.08.444c-.019.253-.019.58-.019 1.066v9.734a.75.75 0 0 1-1.5 0v-9.76c0-.454 0-.833.022-1.145c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025l.131-.001c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h4.309a.75.75 0 0 1 0 1.5h-4.309c-1.17 0-1.871-.618-2.38-1.103l-.079-.075c-.49-.468-.768-.733-1.217-.806c-.136-.022-.262-.02-.451-.018M15.25 3a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.75-.75m5.22-.53a.75.75 0 1 1 1.06 1.06l-1.042 1.042c.23.142.438.324.613.539c.427.522.649 1.203.649 1.889v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.375 0-.732-.1-1.048-.277l-.058.057a.75.75 0 0 1-1.06-1.06zm-9.873 11.994a3.25 3.25 0 1 0 4.367-4.367z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.256 3.748l-.234.002c-.487 0-.813 0-1.066.018c-.246.017-.366.048-.444.081a1.25 1.25 0 0 0-.663.663c-.033.078-.064.198-.08.444c-.019.253-.019.58-.019 1.066v9.734a.75.75 0 0 1-1.5 0v-9.76c0-.454 0-.833.022-1.145c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025l.131-.001c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h4.309a.75.75 0 0 1 0 1.5h-4.309c-1.17 0-1.871-.618-2.38-1.103l-.079-.075c-.49-.468-.768-.733-1.217-.806c-.136-.022-.262-.02-.451-.018M15.25 3a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.75-.75m5.22-.53a.75.75 0 1 1 1.06 1.06l-1.042 1.042c.23.142.438.324.613.539c.427.522.649 1.203.649 1.889v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.375 0-.732-.1-1.048-.277l-.058.057a.75.75 0 0 1-1.06-1.06zm-9.873 11.994a3.25 3.25 0 1 0 4.367-4.367z"/></svg> </template>
CSS
.icon-camera-off-solid {
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%22currentColor%22%20d%3D%22m6.256%203.748l-.234.002c-.487%200-.813%200-1.066.018c-.246.017-.366.048-.444.081a1.25%201.25%200%200%200-.663.663c-.033.078-.064.198-.08.444c-.019.253-.019.58-.019%201.066v9.734a.75.75%200%200%201-1.5%200v-9.76c0-.454%200-.833.022-1.145c.022-.324.071-.63.197-.926A2.75%202.75%200%200%201%203.925%202.47c.296-.126.602-.175.926-.197c.312-.022.691-.022%201.146-.022h.025l.131-.001c.212-.004.515-.009.794.036c.933.152%201.54.743%201.969%201.158l.122.118c.463.441.792.689%201.345.689h4.309a.75.75%200%200%201%200%201.5h-4.309c-1.17%200-1.871-.618-2.38-1.103l-.079-.075c-.49-.468-.768-.733-1.217-.806c-.136-.022-.262-.02-.451-.018M15.25%203a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H16a.75.75%200%200%201-.75-.75m5.22-.53a.75.75%200%201%201%201.06%201.06l-1.042%201.042c.23.142.438.324.613.539c.427.522.649%201.203.649%201.889v12c0%20.686-.222%201.367-.649%201.89c-.43.525-1.05.86-1.737.86H4.636c-.375%200-.732-.1-1.048-.277l-.058.057a.75.75%200%200%201-1.06-1.06zm-9.873%2011.994a3.25%203.25%200%201%200%204.367-4.367z%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%22currentColor%22%20d%3D%22m6.256%203.748l-.234.002c-.487%200-.813%200-1.066.018c-.246.017-.366.048-.444.081a1.25%201.25%200%200%200-.663.663c-.033.078-.064.198-.08.444c-.019.253-.019.58-.019%201.066v9.734a.75.75%200%200%201-1.5%200v-9.76c0-.454%200-.833.022-1.145c.022-.324.071-.63.197-.926A2.75%202.75%200%200%201%203.925%202.47c.296-.126.602-.175.926-.197c.312-.022.691-.022%201.146-.022h.025l.131-.001c.212-.004.515-.009.794.036c.933.152%201.54.743%201.969%201.158l.122.118c.463.441.792.689%201.345.689h4.309a.75.75%200%200%201%200%201.5h-4.309c-1.17%200-1.871-.618-2.38-1.103l-.079-.075c-.49-.468-.768-.733-1.217-.806c-.136-.022-.262-.02-.451-.018M15.25%203a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H16a.75.75%200%200%201-.75-.75m5.22-.53a.75.75%200%201%201%201.06%201.06l-1.042%201.042c.23.142.438.324.613.539c.427.522.649%201.203.649%201.889v12c0%20.686-.222%201.367-.649%201.89c-.43.525-1.05.86-1.737.86H4.636c-.375%200-.732-.1-1.048-.277l-.058.057a.75.75%200%200%201-1.06-1.06zm-9.873%2011.994a3.25%203.25%200%201%200%204.367-4.367z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/camera-off-solid.svg?color=%231a73e8&size=48