detection and zone icon
detection-and-zone-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- detection-and-zone-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- detection-and-zone-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
Use the detection and zone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.5V4.616q0-.691.463-1.153T4.615 3H6.5q.214 0 .357.143T7 3.5t-.143.357T6.5 4H4.616q-.231 0-.424.192T4 4.615V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M4.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 21zm14.769 0H17.5q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.885q.23 0 .423-.192t.192-.424V17.5q0-.213.143-.357T20.5 17t.357.143t.143.357v1.885q0 .69-.462 1.152T19.385 21M20 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-7.701 2.201q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201t-1.201.491t-1.201-.491m.117 8.684h-3l1.038-5.331L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 10.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDetectionAndZoneRounded(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="M3 6.5V4.616q0-.691.463-1.153T4.615 3H6.5q.214 0 .357.143T7 3.5t-.143.357T6.5 4H4.616q-.231 0-.424.192T4 4.615V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M4.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 21zm14.769 0H17.5q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.885q.23 0 .423-.192t.192-.424V17.5q0-.213.143-.357T20.5 17t.357.143t.143.357v1.885q0 .69-.462 1.152T19.385 21M20 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-7.701 2.201q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201t-1.201.491t-1.201-.491m.117 8.684h-3l1.038-5.331L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 10.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.5V4.616q0-.691.463-1.153T4.615 3H6.5q.214 0 .357.143T7 3.5t-.143.357T6.5 4H4.616q-.231 0-.424.192T4 4.615V6.5q0 .214-.143.357T3.5 7t-.357-.143T3 6.5M4.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 21zm14.769 0H17.5q-.213 0-.357-.143T17 20.5t.143-.357T17.5 20h1.885q.23 0 .423-.192t.192-.424V17.5q0-.213.143-.357T20.5 17t.357.143t.143.357v1.885q0 .69-.462 1.152T19.385 21M20 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-7.701 2.201q-.491-.492-.491-1.201t.491-1.201q.492-.491 1.201-.491t1.201.491q.491.491.491 1.201t-.491 1.201t-1.201.491t-1.201-.491m.117 8.684h-3l1.038-5.331L7.5 13.273V16q0 .214-.143.357T7 16.5t-.357-.143T6.5 16v-2.858q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 10.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3z"/></svg> </template>
CSS
.icon-detection-and-zone-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%22M3%206.5V4.616q0-.691.463-1.153T4.615%203H6.5q.214%200%20.357.143T7%203.5t-.143.357T6.5%204H4.616q-.231%200-.424.192T4%204.615V6.5q0%20.214-.143.357T3.5%207t-.357-.143T3%206.5M4.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%2021zm14.769%200H17.5q-.213%200-.357-.143T17%2020.5t.143-.357T17.5%2020h1.885q.23%200%20.423-.192t.192-.424V17.5q0-.213.143-.357T20.5%2017t.357.143t.143.357v1.885q0%20.69-.462%201.152T19.385%2021M20%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-7.701%202.201q-.491-.492-.491-1.201t.491-1.201q.492-.491%201.201-.491t1.201.491q.491.491.491%201.201t-.491%201.201t-1.201.491t-1.201-.491m.117%208.684h-3l1.038-5.331L7.5%2013.273V16q0%20.214-.143.357T7%2016.5t-.357-.143T6.5%2016v-2.858q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12%2010.5q.39%200%20.725.208t.552.561l1%201.6q.564.908%201.526%201.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3z%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%22M3%206.5V4.616q0-.691.463-1.153T4.615%203H6.5q.214%200%20.357.143T7%203.5t-.143.357T6.5%204H4.616q-.231%200-.424.192T4%204.615V6.5q0%20.214-.143.357T3.5%207t-.357-.143T3%206.5M4.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%2021zm14.769%200H17.5q-.213%200-.357-.143T17%2020.5t.143-.357T17.5%2020h1.885q.23%200%20.423-.192t.192-.424V17.5q0-.213.143-.357T20.5%2017t.357.143t.143.357v1.885q0%20.69-.462%201.152T19.385%2021M20%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-7.701%202.201q-.491-.492-.491-1.201t.491-1.201q.492-.491%201.201-.491t1.201.491q.491.491.491%201.201t-.491%201.201t-1.201.491t-1.201-.491m.117%208.684h-3l1.038-5.331L7.5%2013.273V16q0%20.214-.143.357T7%2016.5t-.357-.143T6.5%2016v-2.858q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12%2010.5q.39%200%20.725.208t.552.561l1%201.6q.564.908%201.526%201.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3z%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-rounded.svg?color=%231a73e8&size=48