cctv off icon
cctv-off-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- cctv-off-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Use the cctv off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M13.3304 13.3304L6.4819 10.5634C5.348 10.1053 4.6057 9.0048 4.6057 7.7818C4.6057 7.3967 4.6798 7.0151 4.8241 6.658L5.3519 5.3519L13.3304 13.3304ZM8.6229 2.0022C8.6584 2.0009 8.6939 2.0003 8.7295 2.0003C9.1147 2.0003 9.4962 2.0745 9.8533 2.2187L17.2708 5.2156C18.0267 5.521 18.5216 6.2547 18.5216 7.07C18.5216 7.3267 18.4721 7.5811 18.3759 7.8192L17.1249 10.9155C16.9722 11.2935 16.6054 11.5409 16.1978 11.5409C15.9325 11.5409 15.6782 11.4355 15.4907 11.248L7.9513 3.7087C7.7638 3.5211 7.6584 3.2668 7.6584 3.0016C7.6584 2.4631 8.0848 2.0213 8.6229 2.0022Z" clip-rule="evenodd" stroke="none"/><path d="M17.0742 8.3718L19.9192 8.1446C19.9457 8.1425 19.9722 8.1414 19.9988 8.1414C20.5511 8.1414 20.9988 8.5891 20.9988 9.1414C20.9988 9.2698 20.9741 9.397 20.926 9.516L19.516 13.0059C19.4385 13.1977 19.3034 13.3607 19.1294 13.4726M7.3201 9.8235L7.3201 17L3 17M3 13L3 21M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCctvOffFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M13.3304 13.3304L6.4819 10.5634C5.348 10.1053 4.6057 9.0048 4.6057 7.7818C4.6057 7.3967 4.6798 7.0151 4.8241 6.658L5.3519 5.3519L13.3304 13.3304ZM8.6229 2.0022C8.6584 2.0009 8.6939 2.0003 8.7295 2.0003C9.1147 2.0003 9.4962 2.0745 9.8533 2.2187L17.2708 5.2156C18.0267 5.521 18.5216 6.2547 18.5216 7.07C18.5216 7.3267 18.4721 7.5811 18.3759 7.8192L17.1249 10.9155C16.9722 11.2935 16.6054 11.5409 16.1978 11.5409C15.9325 11.5409 15.6782 11.4355 15.4907 11.248L7.9513 3.7087C7.7638 3.5211 7.6584 3.2668 7.6584 3.0016C7.6584 2.4631 8.0848 2.0213 8.6229 2.0022Z" clipRule="evenodd" stroke="none"/><path d="M17.0742 8.3718L19.9192 8.1446C19.9457 8.1425 19.9722 8.1414 19.9988 8.1414C20.5511 8.1414 20.9988 8.5891 20.9988 9.1414C20.9988 9.2698 20.9741 9.397 20.926 9.516L19.516 13.0059C19.4385 13.1977 19.3034 13.3607 19.1294 13.4726M7.3201 9.8235L7.3201 17L3 17M3 13L3 21M2 2L22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M13.3304 13.3304L6.4819 10.5634C5.348 10.1053 4.6057 9.0048 4.6057 7.7818C4.6057 7.3967 4.6798 7.0151 4.8241 6.658L5.3519 5.3519L13.3304 13.3304ZM8.6229 2.0022C8.6584 2.0009 8.6939 2.0003 8.7295 2.0003C9.1147 2.0003 9.4962 2.0745 9.8533 2.2187L17.2708 5.2156C18.0267 5.521 18.5216 6.2547 18.5216 7.07C18.5216 7.3267 18.4721 7.5811 18.3759 7.8192L17.1249 10.9155C16.9722 11.2935 16.6054 11.5409 16.1978 11.5409C15.9325 11.5409 15.6782 11.4355 15.4907 11.248L7.9513 3.7087C7.7638 3.5211 7.6584 3.2668 7.6584 3.0016C7.6584 2.4631 8.0848 2.0213 8.6229 2.0022Z" clip-rule="evenodd" stroke="none"/><path d="M17.0742 8.3718L19.9192 8.1446C19.9457 8.1425 19.9722 8.1414 19.9988 8.1414C20.5511 8.1414 20.9988 8.5891 20.9988 9.1414C20.9988 9.2698 20.9741 9.397 20.926 9.516L19.516 13.0059C19.4385 13.1977 19.3034 13.3607 19.1294 13.4726M7.3201 9.8235L7.3201 17L3 17M3 13L3 21M2 2L22 22"/></g></svg> </template>
CSS
.icon-cctv-off-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.3304%2013.3304L6.4819%2010.5634C5.348%2010.1053%204.6057%209.0048%204.6057%207.7818C4.6057%207.3967%204.6798%207.0151%204.8241%206.658L5.3519%205.3519L13.3304%2013.3304ZM8.6229%202.0022C8.6584%202.0009%208.6939%202.0003%208.7295%202.0003C9.1147%202.0003%209.4962%202.0745%209.8533%202.2187L17.2708%205.2156C18.0267%205.521%2018.5216%206.2547%2018.5216%207.07C18.5216%207.3267%2018.4721%207.5811%2018.3759%207.8192L17.1249%2010.9155C16.9722%2011.2935%2016.6054%2011.5409%2016.1978%2011.5409C15.9325%2011.5409%2015.6782%2011.4355%2015.4907%2011.248L7.9513%203.7087C7.7638%203.5211%207.6584%203.2668%207.6584%203.0016C7.6584%202.4631%208.0848%202.0213%208.6229%202.0022Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17.0742%208.3718L19.9192%208.1446C19.9457%208.1425%2019.9722%208.1414%2019.9988%208.1414C20.5511%208.1414%2020.9988%208.5891%2020.9988%209.1414C20.9988%209.2698%2020.9741%209.397%2020.926%209.516L19.516%2013.0059C19.4385%2013.1977%2019.3034%2013.3607%2019.1294%2013.4726M7.3201%209.8235L7.3201%2017L3%2017M3%2013L3%2021M2%202L22%2022%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.3304%2013.3304L6.4819%2010.5634C5.348%2010.1053%204.6057%209.0048%204.6057%207.7818C4.6057%207.3967%204.6798%207.0151%204.8241%206.658L5.3519%205.3519L13.3304%2013.3304ZM8.6229%202.0022C8.6584%202.0009%208.6939%202.0003%208.7295%202.0003C9.1147%202.0003%209.4962%202.0745%209.8533%202.2187L17.2708%205.2156C18.0267%205.521%2018.5216%206.2547%2018.5216%207.07C18.5216%207.3267%2018.4721%207.5811%2018.3759%207.8192L17.1249%2010.9155C16.9722%2011.2935%2016.6054%2011.5409%2016.1978%2011.5409C15.9325%2011.5409%2015.6782%2011.4355%2015.4907%2011.248L7.9513%203.7087C7.7638%203.5211%207.6584%203.2668%207.6584%203.0016C7.6584%202.4631%208.0848%202.0213%208.6229%202.0022Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17.0742%208.3718L19.9192%208.1446C19.9457%208.1425%2019.9722%208.1414%2019.9988%208.1414C20.5511%208.1414%2020.9988%208.5891%2020.9988%209.1414C20.9988%209.2698%2020.9741%209.397%2020.926%209.516L19.516%2013.0059C19.4385%2013.1977%2019.3034%2013.3607%2019.1294%2013.4726M7.3201%209.8235L7.3201%2017L3%2017M3%2013L3%2021M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/cctv-off-fill.svg?color=%231a73e8&size=48