security camera icon
security-camera-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- security-camera-thin
- Set
- Phosphor
- Style
- Thin
- 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 140a4 4 0 0 0-4 4v20h-48.69a4 4 0 0 1-2.82-1.17l-21.18-21.17l53.18-53.17a12 12 0 0 0 0-17l-56-56a12 12 0 0 0-17 0L5.76 161.76A6 6 0 0 0 10 172h41l36.48 36.49a12 12 0 0 0 17 0l61.18-61.18l21.17 21.17a11.9 11.9 0 0 0 8.48 3.52H244v20a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4M157.17 21.17a4.1 4.1 0 0 1 5.66 0l15.51 15.52L51 164H14.82ZM98.83 202.83a4.1 4.1 0 0 1-5.66 0L58.34 168L184 42.34l34.83 34.83a4 4 0 0 1 0 5.66Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSecurityCameraThin(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 140a4 4 0 0 0-4 4v20h-48.69a4 4 0 0 1-2.82-1.17l-21.18-21.17l53.18-53.17a12 12 0 0 0 0-17l-56-56a12 12 0 0 0-17 0L5.76 161.76A6 6 0 0 0 10 172h41l36.48 36.49a12 12 0 0 0 17 0l61.18-61.18l21.17 21.17a11.9 11.9 0 0 0 8.48 3.52H244v20a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4M157.17 21.17a4.1 4.1 0 0 1 5.66 0l15.51 15.52L51 164H14.82ZM98.83 202.83a4.1 4.1 0 0 1-5.66 0L58.34 168L184 42.34l34.83 34.83a4 4 0 0 1 0 5.66Z"/></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 140a4 4 0 0 0-4 4v20h-48.69a4 4 0 0 1-2.82-1.17l-21.18-21.17l53.18-53.17a12 12 0 0 0 0-17l-56-56a12 12 0 0 0-17 0L5.76 161.76A6 6 0 0 0 10 172h41l36.48 36.49a12 12 0 0 0 17 0l61.18-61.18l21.17 21.17a11.9 11.9 0 0 0 8.48 3.52H244v20a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4M157.17 21.17a4.1 4.1 0 0 1 5.66 0l15.51 15.52L51 164H14.82ZM98.83 202.83a4.1 4.1 0 0 1-5.66 0L58.34 168L184 42.34l34.83 34.83a4 4 0 0 1 0 5.66Z"/></svg> </template>
CSS
.icon-security-camera-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%22M248%20140a4%204%200%200%200-4%204v20h-48.69a4%204%200%200%201-2.82-1.17l-21.18-21.17l53.18-53.17a12%2012%200%200%200%200-17l-56-56a12%2012%200%200%200-17%200L5.76%20161.76A6%206%200%200%200%2010%20172h41l36.48%2036.49a12%2012%200%200%200%2017%200l61.18-61.18l21.17%2021.17a11.9%2011.9%200%200%200%208.48%203.52H244v20a4%204%200%200%200%208%200v-48a4%204%200%200%200-4-4M157.17%2021.17a4.1%204.1%200%200%201%205.66%200l15.51%2015.52L51%20164H14.82ZM98.83%20202.83a4.1%204.1%200%200%201-5.66%200L58.34%20168L184%2042.34l34.83%2034.83a4%204%200%200%201%200%205.66Z%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%20140a4%204%200%200%200-4%204v20h-48.69a4%204%200%200%201-2.82-1.17l-21.18-21.17l53.18-53.17a12%2012%200%200%200%200-17l-56-56a12%2012%200%200%200-17%200L5.76%20161.76A6%206%200%200%200%2010%20172h41l36.48%2036.49a12%2012%200%200%200%2017%200l61.18-61.18l21.17%2021.17a11.9%2011.9%200%200%200%208.48%203.52H244v20a4%204%200%200%200%208%200v-48a4%204%200%200%200-4-4M157.17%2021.17a4.1%204.1%200%200%201%205.66%200l15.51%2015.52L51%20164H14.82ZM98.83%20202.83a4.1%204.1%200%200%201-5.66%200L58.34%20168L184%2042.34l34.83%2034.83a4%204%200%200%201%200%205.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/security-camera-thin.svg?color=%231a73e8&size=48