security camera icon
security-camera-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- security-camera-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the security camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 136a8 8 0 0 0-8 8v16h-44.69L177 141.66l50.34-50.35a16 16 0 0 0 0-22.62L189.66 31l-18.35-18.31a16 16 0 0 0-22.63 0L2.92 158.94A10 10 0 0 0 10 176h39.37l35.32 35.31a16 16 0 0 0 22.62 0L165.66 153L184 171.31a15.86 15.86 0 0 0 11.31 4.69H240v16a8 8 0 0 0 16 0v-48a8 8 0 0 0-8-8M160 24l12.69 12.69L49.37 160H24.46Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSecurityCameraFill(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="M248 136a8 8 0 0 0-8 8v16h-44.69L177 141.66l50.34-50.35a16 16 0 0 0 0-22.62L189.66 31l-18.35-18.31a16 16 0 0 0-22.63 0L2.92 158.94A10 10 0 0 0 10 176h39.37l35.32 35.31a16 16 0 0 0 22.62 0L165.66 153L184 171.31a15.86 15.86 0 0 0 11.31 4.69H240v16a8 8 0 0 0 16 0v-48a8 8 0 0 0-8-8M160 24l12.69 12.69L49.37 160H24.46Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 136a8 8 0 0 0-8 8v16h-44.69L177 141.66l50.34-50.35a16 16 0 0 0 0-22.62L189.66 31l-18.35-18.31a16 16 0 0 0-22.63 0L2.92 158.94A10 10 0 0 0 10 176h39.37l35.32 35.31a16 16 0 0 0 22.62 0L165.66 153L184 171.31a15.86 15.86 0 0 0 11.31 4.69H240v16a8 8 0 0 0 16 0v-48a8 8 0 0 0-8-8M160 24l12.69 12.69L49.37 160H24.46Z"/></svg> </template>
CSS
.icon-security-camera-fill {
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%22M248%20136a8%208%200%200%200-8%208v16h-44.69L177%20141.66l50.34-50.35a16%2016%200%200%200%200-22.62L189.66%2031l-18.35-18.31a16%2016%200%200%200-22.63%200L2.92%20158.94A10%2010%200%200%200%2010%20176h39.37l35.32%2035.31a16%2016%200%200%200%2022.62%200L165.66%20153L184%20171.31a15.86%2015.86%200%200%200%2011.31%204.69H240v16a8%208%200%200%200%2016%200v-48a8%208%200%200%200-8-8M160%2024l12.69%2012.69L49.37%20160H24.46Z%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%22M248%20136a8%208%200%200%200-8%208v16h-44.69L177%20141.66l50.34-50.35a16%2016%200%200%200%200-22.62L189.66%2031l-18.35-18.31a16%2016%200%200%200-22.63%200L2.92%20158.94A10%2010%200%200%200%2010%20176h39.37l35.32%2035.31a16%2016%200%200%200%2022.62%200L165.66%20153L184%20171.31a15.86%2015.86%200%200%200%2011.31%204.69H240v16a8%208%200%200%200%2016%200v-48a8%208%200%200%200-8-8M160%2024l12.69%2012.69L49.37%20160H24.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/security-camera-fill.svg?color=%231a73e8&size=48