cctv-off-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.

Name
cctv-off-sharp-duotone
Set
Keyline Icons
Style
Sharp Duotone
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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M14.6092 14.6092C14.5011 14.6027 14.3948 14.5788 14.2945 14.5382L4.0954 10.4175C3.7175 10.2648 3.47 9.898 3.47 9.4903C3.47 9.362 3.4948 9.2348 3.5429 9.1157L5.1465 5.1465L14.6092 14.6092ZM7.788 11.9094L7.788 17C7.788 17.5523 7.3403 18 6.788 18L4 18L4 22L2 22L2 12L4 12L4 16L5.788 16L5.788 11.1014L7.788 11.9094ZM6.2018 2.545C6.3728 2.2105 6.7167 2 7.0923 2C7.2207 2 7.3479 2.0248 7.4669 2.0729L17.6659 6.1935C18.0439 6.3462 18.2913 6.7131 18.2913 7.1207C18.2913 7.2491 18.2666 7.3763 18.2185 7.4953L16.1851 12.5282L6.2018 2.545ZM16.1851 12.5282L18.0754 7.8495L20.9205 7.6223C20.9469 7.6202 20.9735 7.6191 21.0001 7.6191C21.5523 7.6191 22.0001 8.0669 22.0001 8.6191C22.0001 8.7475 21.9753 8.8747 21.9272 8.9938L19.305 15.484C19.2896 15.5221 19.2719 15.5592 19.252 15.5951L16.1851 12.5282Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCctvOffSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M14.6092 14.6092C14.5011 14.6027 14.3948 14.5788 14.2945 14.5382L4.0954 10.4175C3.7175 10.2648 3.47 9.898 3.47 9.4903C3.47 9.362 3.4948 9.2348 3.5429 9.1157L5.1465 5.1465L14.6092 14.6092ZM7.788 11.9094L7.788 17C7.788 17.5523 7.3403 18 6.788 18L4 18L4 22L2 22L2 12L4 12L4 16L5.788 16L5.788 11.1014L7.788 11.9094ZM6.2018 2.545C6.3728 2.2105 6.7167 2 7.0923 2C7.2207 2 7.3479 2.0248 7.4669 2.0729L17.6659 6.1935C18.0439 6.3462 18.2913 6.7131 18.2913 7.1207C18.2913 7.2491 18.2666 7.3763 18.2185 7.4953L16.1851 12.5282L6.2018 2.545ZM16.1851 12.5282L18.0754 7.8495L20.9205 7.6223C20.9469 7.6202 20.9735 7.6191 21.0001 7.6191C21.5523 7.6191 22.0001 8.0669 22.0001 8.6191C22.0001 8.7475 21.9753 8.8747 21.9272 8.9938L19.305 15.484C19.2896 15.5221 19.2719 15.5592 19.252 15.5951L16.1851 12.5282Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M14.6092 14.6092C14.5011 14.6027 14.3948 14.5788 14.2945 14.5382L4.0954 10.4175C3.7175 10.2648 3.47 9.898 3.47 9.4903C3.47 9.362 3.4948 9.2348 3.5429 9.1157L5.1465 5.1465L14.6092 14.6092ZM7.788 11.9094L7.788 17C7.788 17.5523 7.3403 18 6.788 18L4 18L4 22L2 22L2 12L4 12L4 16L5.788 16L5.788 11.1014L7.788 11.9094ZM6.2018 2.545C6.3728 2.2105 6.7167 2 7.0923 2C7.2207 2 7.3479 2.0248 7.4669 2.0729L17.6659 6.1935C18.0439 6.3462 18.2913 6.7131 18.2913 7.1207C18.2913 7.2491 18.2666 7.3763 18.2185 7.4953L16.1851 12.5282L6.2018 2.545ZM16.1851 12.5282L18.0754 7.8495L20.9205 7.6223C20.9469 7.6202 20.9735 7.6191 21.0001 7.6191C21.5523 7.6191 22.0001 8.0669 22.0001 8.6191C22.0001 8.7475 21.9753 8.8747 21.9272 8.9938L19.305 15.484C19.2896 15.5221 19.2719 15.5592 19.252 15.5951L16.1851 12.5282Z" stroke="none"/><path d="M1.7071 1.7071L22.2929 22.2929"/></g></svg>
</template>

CSS

.icon-cctv-off-sharp-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M14.6092%2014.6092C14.5011%2014.6027%2014.3948%2014.5788%2014.2945%2014.5382L4.0954%2010.4175C3.7175%2010.2648%203.47%209.898%203.47%209.4903C3.47%209.362%203.4948%209.2348%203.5429%209.1157L5.1465%205.1465L14.6092%2014.6092ZM7.788%2011.9094L7.788%2017C7.788%2017.5523%207.3403%2018%206.788%2018L4%2018L4%2022L2%2022L2%2012L4%2012L4%2016L5.788%2016L5.788%2011.1014L7.788%2011.9094ZM6.2018%202.545C6.3728%202.2105%206.7167%202%207.0923%202C7.2207%202%207.3479%202.0248%207.4669%202.0729L17.6659%206.1935C18.0439%206.3462%2018.2913%206.7131%2018.2913%207.1207C18.2913%207.2491%2018.2666%207.3763%2018.2185%207.4953L16.1851%2012.5282L6.2018%202.545ZM16.1851%2012.5282L18.0754%207.8495L20.9205%207.6223C20.9469%207.6202%2020.9735%207.6191%2021.0001%207.6191C21.5523%207.6191%2022.0001%208.0669%2022.0001%208.6191C22.0001%208.7475%2021.9753%208.8747%2021.9272%208.9938L19.305%2015.484C19.2896%2015.5221%2019.2719%2015.5592%2019.252%2015.5951L16.1851%2012.5282Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M14.6092%2014.6092C14.5011%2014.6027%2014.3948%2014.5788%2014.2945%2014.5382L4.0954%2010.4175C3.7175%2010.2648%203.47%209.898%203.47%209.4903C3.47%209.362%203.4948%209.2348%203.5429%209.1157L5.1465%205.1465L14.6092%2014.6092ZM7.788%2011.9094L7.788%2017C7.788%2017.5523%207.3403%2018%206.788%2018L4%2018L4%2022L2%2022L2%2012L4%2012L4%2016L5.788%2016L5.788%2011.1014L7.788%2011.9094ZM6.2018%202.545C6.3728%202.2105%206.7167%202%207.0923%202C7.2207%202%207.3479%202.0248%207.4669%202.0729L17.6659%206.1935C18.0439%206.3462%2018.2913%206.7131%2018.2913%207.1207C18.2913%207.2491%2018.2666%207.3763%2018.2185%207.4953L16.1851%2012.5282L6.2018%202.545ZM16.1851%2012.5282L18.0754%207.8495L20.9205%207.6223C20.9469%207.6202%2020.9735%207.6191%2021.0001%207.6191C21.5523%207.6191%2022.0001%208.0669%2022.0001%208.6191C22.0001%208.7475%2021.9753%208.8747%2021.9272%208.9938L19.305%2015.484C19.2896%2015.5221%2019.2719%2015.5592%2019.252%2015.5951L16.1851%2012.5282Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.7071%201.7071L22.2929%2022.2929%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-sharp-duotone.svg?color=%231a73e8&size=48