detection and zone off icon

detection-and-zone-off-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
detection-and-zone-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
detection-and-zone-off-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the detection and zone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.756 22.221l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 3.712q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 21q-.691 0-1.153-.462T3 19.385V17.5q0-.213.143-.357T3.5 17t.357.143T4 17.5v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 20.5t-.143.357T6.5 21zM20 6.5V4.616q0-.231-.192-.424T19.385 4H17.5q-.213 0-.357-.143T17 3.5t.143-.357T17.5 3h1.885q.69 0 1.152.463T21 4.615V6.5q0 .214-.143.357T20.5 7t-.357-.143T20 6.5m-17 0V4.73q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 4.62 4 4.736V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M17.5 21q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 4l-1-1H7q.214 0 .357.143T7.5 3.5t-.143.357T7 4zM21 18.233l-1-1V17q0-.213.143-.357t.357-.143t.357.143T21 17zm-7.5-9.04q-.71 0-1.201-.492T11.808 7.5t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDetectionAndZoneOffRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.756 22.221l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 3.712q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 21q-.691 0-1.153-.462T3 19.385V17.5q0-.213.143-.357T3.5 17t.357.143T4 17.5v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 20.5t-.143.357T6.5 21zM20 6.5V4.616q0-.231-.192-.424T19.385 4H17.5q-.213 0-.357-.143T17 3.5t.143-.357T17.5 3h1.885q.69 0 1.152.463T21 4.615V6.5q0 .214-.143.357T20.5 7t-.357-.143T20 6.5m-17 0V4.73q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 4.62 4 4.736V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M17.5 21q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 4l-1-1H7q.214 0 .357.143T7.5 3.5t-.143.357T7 4zM21 18.233l-1-1V17q0-.213.143-.357t.357-.143t.357.143T21 17zm-7.5-9.04q-.71 0-1.201-.492T11.808 7.5t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.756 22.221l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 3.712q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 21q-.691 0-1.153-.462T3 19.385V17.5q0-.213.143-.357T3.5 17t.357.143T4 17.5v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 20.5t-.143.357T6.5 21zM20 6.5V4.616q0-.231-.192-.424T19.385 4H17.5q-.213 0-.357-.143T17 3.5t.143-.357T17.5 3h1.885q.69 0 1.152.463T21 4.615V6.5q0 .214-.143.357T20.5 7t-.357-.143T20 6.5m-17 0V4.73q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 4.62 4 4.736V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M17.5 21q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 4l-1-1H7q.214 0 .357.143T7.5 3.5t-.143.357T7 4zM21 18.233l-1-1V17q0-.213.143-.357t.357-.143t.357.143T21 17zm-7.5-9.04q-.71 0-1.201-.492T11.808 7.5t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
</template>

CSS

.icon-detection-and-zone-off-rounded {
  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%22currentColor%22%20d%3D%22m20.756%2022.221l-7.767-7.767l-.573%202.93h-3l1.038-5.33L7.5%2013.273V16q0%20.214-.143.357T7%2016.5t-.357-.143T6.5%2016v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24%203.712q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616%2021q-.691%200-1.153-.462T3%2019.385V17.5q0-.213.143-.357T3.5%2017t.357.143T4%2017.5v1.885q0%20.23.192.423t.423.192H6.5q.214%200%20.357.143T7%2020.5t-.143.357T6.5%2021zM20%206.5V4.616q0-.231-.192-.424T19.385%204H17.5q-.213%200-.357-.143T17%203.5t.143-.357T17.5%203h1.885q.69%200%201.152.463T21%204.615V6.5q0%20.214-.143.357T20.5%207t-.357-.143T20%206.5m-17%200V4.73q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4%204.62%204%204.736V6.5q0%20.214-.143.357T3.5%207t-.357-.143T3%206.5M17.5%2021q-.213%200-.357-.143T17%2020.5t.143-.357T17.5%2020h1.821q.115%200%20.221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767%204l-1-1H7q.214%200%20.357.143T7.5%203.5t-.143.357T7%204zM21%2018.233l-1-1V17q0-.213.143-.357t.357-.143t.357.143T21%2017zm-7.5-9.04q-.71%200-1.201-.492T11.808%207.5t.491-1.201t1.201-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%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%22currentColor%22%20d%3D%22m20.756%2022.221l-7.767-7.767l-.573%202.93h-3l1.038-5.33L7.5%2013.273V16q0%20.214-.143.357T7%2016.5t-.357-.143T6.5%2016v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24%203.712q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616%2021q-.691%200-1.153-.462T3%2019.385V17.5q0-.213.143-.357T3.5%2017t.357.143T4%2017.5v1.885q0%20.23.192.423t.423.192H6.5q.214%200%20.357.143T7%2020.5t-.143.357T6.5%2021zM20%206.5V4.616q0-.231-.192-.424T19.385%204H17.5q-.213%200-.357-.143T17%203.5t.143-.357T17.5%203h1.885q.69%200%201.152.463T21%204.615V6.5q0%20.214-.143.357T20.5%207t-.357-.143T20%206.5m-17%200V4.73q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4%204.62%204%204.736V6.5q0%20.214-.143.357T3.5%207t-.357-.143T3%206.5M17.5%2021q-.213%200-.357-.143T17%2020.5t.143-.357T17.5%2020h1.821q.115%200%20.221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767%204l-1-1H7q.214%200%20.357.143T7.5%203.5t-.143.357T7%204zM21%2018.233l-1-1V17q0-.213.143-.357t.357-.143t.357.143T21%2017zm-7.5-9.04q-.71%200-1.201-.492T11.808%207.5t.491-1.201t1.201-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/detection-and-zone-off-rounded.svg?color=%231a73e8&size=48