camera slash icon
camera-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- camera-slash-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the camera slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38L60.78 60H48a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h151l6.08 6.69a4 4 0 1 0 5.92-5.38Zm97.58 119.23A31.7 31.7 0 0 1 128 164a32 32 0 0 1-22.48-54.78ZM48 204a12 12 0 0 1-12-12V80a12 12 0 0 1 12-12h20l32.09 35.3a40 40 0 0 0 53.79 59.16L191.69 204ZM228 80v106a4 4 0 0 1-8 0V80a12 12 0 0 0-12-12h-32a4 4 0 0 1-3.32-1.78L157.85 44H98.13l-.82 1.23a4 4 0 1 1-6.65-4.44l2-3A4 4 0 0 1 96 36h64a4 4 0 0 1 3.33 1.78L178.13 60H208a20 20 0 0 1 20 20"/></svg>
React
import type { SVGProps } from "react";
export function PhCameraSlashThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38L60.78 60H48a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h151l6.08 6.69a4 4 0 1 0 5.92-5.38Zm97.58 119.23A31.7 31.7 0 0 1 128 164a32 32 0 0 1-22.48-54.78ZM48 204a12 12 0 0 1-12-12V80a12 12 0 0 1 12-12h20l32.09 35.3a40 40 0 0 0 53.79 59.16L191.69 204ZM228 80v106a4 4 0 0 1-8 0V80a12 12 0 0 0-12-12h-32a4 4 0 0 1-3.32-1.78L157.85 44H98.13l-.82 1.23a4 4 0 1 1-6.65-4.44l2-3A4 4 0 0 1 96 36h64a4 4 0 0 1 3.33 1.78L178.13 60H208a20 20 0 0 1 20 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38L60.78 60H48a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h151l6.08 6.69a4 4 0 1 0 5.92-5.38Zm97.58 119.23A31.7 31.7 0 0 1 128 164a32 32 0 0 1-22.48-54.78ZM48 204a12 12 0 0 1-12-12V80a12 12 0 0 1 12-12h20l32.09 35.3a40 40 0 0 0 53.79 59.16L191.69 204ZM228 80v106a4 4 0 0 1-8 0V80a12 12 0 0 0-12-12h-32a4 4 0 0 1-3.32-1.78L157.85 44H98.13l-.82 1.23a4 4 0 1 1-6.65-4.44l2-3A4 4 0 0 1 96 36h64a4 4 0 0 1 3.33 1.78L178.13 60H208a20 20 0 0 1 20 20"/></svg> </template>
CSS
.icon-camera-slash-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M51%2037.31a4%204%200%200%200-6%205.38L60.78%2060H48a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h151l6.08%206.69a4%204%200%201%200%205.92-5.38Zm97.58%20119.23A31.7%2031.7%200%200%201%20128%20164a32%2032%200%200%201-22.48-54.78ZM48%20204a12%2012%200%200%201-12-12V80a12%2012%200%200%201%2012-12h20l32.09%2035.3a40%2040%200%200%200%2053.79%2059.16L191.69%20204ZM228%2080v106a4%204%200%200%201-8%200V80a12%2012%200%200%200-12-12h-32a4%204%200%200%201-3.32-1.78L157.85%2044H98.13l-.82%201.23a4%204%200%201%201-6.65-4.44l2-3A4%204%200%200%201%2096%2036h64a4%204%200%200%201%203.33%201.78L178.13%2060H208a20%2020%200%200%201%2020%2020%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M51%2037.31a4%204%200%200%200-6%205.38L60.78%2060H48a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h151l6.08%206.69a4%204%200%201%200%205.92-5.38Zm97.58%20119.23A31.7%2031.7%200%200%201%20128%20164a32%2032%200%200%201-22.48-54.78ZM48%20204a12%2012%200%200%201-12-12V80a12%2012%200%200%201%2012-12h20l32.09%2035.3a40%2040%200%200%200%2053.79%2059.16L191.69%20204ZM228%2080v106a4%204%200%200%201-8%200V80a12%2012%200%200%200-12-12h-32a4%204%200%200%201-3.32-1.78L157.85%2044H98.13l-.82%201.23a4%204%200%201%201-6.65-4.44l2-3A4%204%200%200%201%2096%2036h64a4%204%200%200%201%203.33%201.78L178.13%2060H208a20%2020%200%200%201%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/camera-slash-thin.svg?color=%231a73e8&size=48