cctv camera icon
cctv-camera from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cctv-camera
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the cctv camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8 14l-.357 1.784c-.308 1.54-.462 2.31-1.015 2.763S5.291 19 3.721 19H2m0-2v4m14.951-9.492l4.252.033a.8.8 0 0 1 .358.089a.82.82 0 0 1 .351 1.096l-2.426 4.829a.798.798 0 0 1-1.363.114L15.599 14.2m-2.581-3.735l-.056.112m2.187 4.52l2.254-4.486a2.03 2.03 0 0 0-.868-2.709L7.685 3.33a2.96 2.96 0 0 0-4.007 1.32L2.325 7.342c-.747 1.487-.164 3.306 1.302 4.064l8.849 4.572c.977.505 2.173.11 2.672-.88m-2.075-4.744a.253.253 0 0 1 .109.338a.247.247 0 0 1-.334.11a.254.254 0 0 1-.109-.338a.247.247 0 0 1 .334-.11"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCctvCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m8 14l-.357 1.784c-.308 1.54-.462 2.31-1.015 2.763S5.291 19 3.721 19H2m0-2v4m14.951-9.492l4.252.033a.8.8 0 0 1 .358.089a.82.82 0 0 1 .351 1.096l-2.426 4.829a.798.798 0 0 1-1.363.114L15.599 14.2m-2.581-3.735l-.056.112m2.187 4.52l2.254-4.486a2.03 2.03 0 0 0-.868-2.709L7.685 3.33a2.96 2.96 0 0 0-4.007 1.32L2.325 7.342c-.747 1.487-.164 3.306 1.302 4.064l8.849 4.572c.977.505 2.173.11 2.672-.88m-2.075-4.744a.253.253 0 0 1 .109.338a.247.247 0 0 1-.334.11a.254.254 0 0 1-.109-.338a.247.247 0 0 1 .334-.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8 14l-.357 1.784c-.308 1.54-.462 2.31-1.015 2.763S5.291 19 3.721 19H2m0-2v4m14.951-9.492l4.252.033a.8.8 0 0 1 .358.089a.82.82 0 0 1 .351 1.096l-2.426 4.829a.798.798 0 0 1-1.363.114L15.599 14.2m-2.581-3.735l-.056.112m2.187 4.52l2.254-4.486a2.03 2.03 0 0 0-.868-2.709L7.685 3.33a2.96 2.96 0 0 0-4.007 1.32L2.325 7.342c-.747 1.487-.164 3.306 1.302 4.064l8.849 4.572c.977.505 2.173.11 2.672-.88m-2.075-4.744a.253.253 0 0 1 .109.338a.247.247 0 0 1-.334.11a.254.254 0 0 1-.109-.338a.247.247 0 0 1 .334-.11"/></svg> </template>
CSS
.icon-cctv-camera {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8%2014l-.357%201.784c-.308%201.54-.462%202.31-1.015%202.763S5.291%2019%203.721%2019H2m0-2v4m14.951-9.492l4.252.033a.8.8%200%200%201%20.358.089a.82.82%200%200%201%20.351%201.096l-2.426%204.829a.798.798%200%200%201-1.363.114L15.599%2014.2m-2.581-3.735l-.056.112m2.187%204.52l2.254-4.486a2.03%202.03%200%200%200-.868-2.709L7.685%203.33a2.96%202.96%200%200%200-4.007%201.32L2.325%207.342c-.747%201.487-.164%203.306%201.302%204.064l8.849%204.572c.977.505%202.173.11%202.672-.88m-2.075-4.744a.253.253%200%200%201%20.109.338a.247.247%200%200%201-.334.11a.254.254%200%200%201-.109-.338a.247.247%200%200%201%20.334-.11%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8%2014l-.357%201.784c-.308%201.54-.462%202.31-1.015%202.763S5.291%2019%203.721%2019H2m0-2v4m14.951-9.492l4.252.033a.8.8%200%200%201%20.358.089a.82.82%200%200%201%20.351%201.096l-2.426%204.829a.798.798%200%200%201-1.363.114L15.599%2014.2m-2.581-3.735l-.056.112m2.187%204.52l2.254-4.486a2.03%202.03%200%200%200-.868-2.709L7.685%203.33a2.96%202.96%200%200%200-4.007%201.32L2.325%207.342c-.747%201.487-.164%203.306%201.302%204.064l8.849%204.572c.977.505%202.173.11%202.672-.88m-2.075-4.744a.253.253%200%200%201%20.109.338a.247.247%200%200%201-.334.11a.254.254%200%200%201-.109-.338a.247.247%200%200%201%20.334-.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cctv-camera.svg?color=%231a73e8&size=48