camera slash icon
camera-slash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- camera-slash-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h149.19l4.89 5.38a8 8 0 1 0 11.84-10.76Zm51.66 80.61l37 40.69A27.7 27.7 0 0 1 128 160a28 28 0 0 1-22.42-44.77M48 200a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h18.28l28.41 31.26A44 44 0 0 0 128 176a44.2 44.2 0 0 0 25.44-8.12l29.2 32.12ZM232 80v106a8 8 0 0 1-16 0V80a8 8 0 0 0-8-8h-32a8 8 0 0 1-6.65-3.56L155.71 48h-55.47a8 8 0 0 1-12.91-9.42l2-3A8 8 0 0 1 96 32h64a8 8 0 0 1 6.66 3.56L180.28 56H208a24 24 0 0 1 24 24"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCameraSlashDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h149.19l4.89 5.38a8 8 0 1 0 11.84-10.76Zm51.66 80.61l37 40.69A27.7 27.7 0 0 1 128 160a28 28 0 0 1-22.42-44.77M48 200a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h18.28l28.41 31.26A44 44 0 0 0 128 176a44.2 44.2 0 0 0 25.44-8.12l29.2 32.12ZM232 80v106a8 8 0 0 1-16 0V80a8 8 0 0 0-8-8h-32a8 8 0 0 1-6.65-3.56L155.71 48h-55.47a8 8 0 0 1-12.91-9.42l2-3A8 8 0 0 1 96 32h64a8 8 0 0 1 6.66 3.56L180.28 56H208a24 24 0 0 1 24 24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h149.19l4.89 5.38a8 8 0 1 0 11.84-10.76Zm51.66 80.61l37 40.69A27.7 27.7 0 0 1 128 160a28 28 0 0 1-22.42-44.77M48 200a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h18.28l28.41 31.26A44 44 0 0 0 128 176a44.2 44.2 0 0 0 25.44-8.12l29.2 32.12ZM232 80v106a8 8 0 0 1-16 0V80a8 8 0 0 0-8-8h-32a8 8 0 0 1-6.65-3.56L155.71 48h-55.47a8 8 0 0 1-12.91-9.42l2-3A8 8 0 0 1 96 32h64a8 8 0 0 1 6.66 3.56L180.28 56H208a24 24 0 0 1 24 24"/></g></svg> </template>
CSS
.icon-camera-slash-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2064h-32l-16-24H96L80%2064H48a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V80a16%2016%200%200%200-16-16m-80%20104a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76L51.73%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h149.19l4.89%205.38a8%208%200%201%200%2011.84-10.76Zm51.66%2080.61l37%2040.69A27.7%2027.7%200%200%201%20128%20160a28%2028%200%200%201-22.42-44.77M48%20200a8%208%200%200%201-8-8V80a8%208%200%200%201%208-8h18.28l28.41%2031.26A44%2044%200%200%200%20128%20176a44.2%2044.2%200%200%200%2025.44-8.12l29.2%2032.12ZM232%2080v106a8%208%200%200%201-16%200V80a8%208%200%200%200-8-8h-32a8%208%200%200%201-6.65-3.56L155.71%2048h-55.47a8%208%200%200%201-12.91-9.42l2-3A8%208%200%200%201%2096%2032h64a8%208%200%200%201%206.66%203.56L180.28%2056H208a24%2024%200%200%201%2024%2024%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2064h-32l-16-24H96L80%2064H48a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V80a16%2016%200%200%200-16-16m-80%20104a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76L51.73%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h149.19l4.89%205.38a8%208%200%201%200%2011.84-10.76Zm51.66%2080.61l37%2040.69A27.7%2027.7%200%200%201%20128%20160a28%2028%200%200%201-22.42-44.77M48%20200a8%208%200%200%201-8-8V80a8%208%200%200%201%208-8h18.28l28.41%2031.26A44%2044%200%200%200%20128%20176a44.2%2044.2%200%200%200%2025.44-8.12l29.2%2032.12ZM232%2080v106a8%208%200%200%201-16%200V80a8%208%200%200%200-8-8h-32a8%208%200%200%201-6.65-3.56L155.71%2048h-55.47a8%208%200%200%201-12.91-9.42l2-3A8%208%200%200%201%2096%2032h64a8%208%200%200%201%206.66%203.56L180.28%2056H208a24%2024%200%200%201%2024%2024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/camera-slash-duotone.svg?color=%231a73e8&size=48