detection and zone icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="M2 6V4q0-.825.588-1.412T4 2h2q.425 0 .713.288T7 3t-.288.713T6 4H4v2q0 .425-.288.713T3 7t-.712-.288T2 6m2 16q-.825 0-1.412-.587T2 20v-2q0-.425.288-.712T3 17t.713.288T4 18v2h2q.425 0 .713.288T7 21t-.288.713T6 22zm16 0h-2q-.425 0-.712-.288T17 21t.288-.712T18 20h2v-2q0-.425.288-.712T21 17t.713.288T22 18v2q0 .825-.587 1.413T20 22m0-16V4h-2q-.425 0-.712-.288T17 3t.288-.712T18 2h2q.825 0 1.413.588T22 4v2q0 .425-.288.713T21 7t-.712-.288T20 6m-7.912 2.912Q11.5 8.326 11.5 7.5t.588-1.412T13.5 5.5t1.413.588T15.5 7.5t-.587 1.413T13.5 9.5t-1.412-.587M12.8 18h-4l1-5.1l-1.8.7V16q0 .425-.288.712T7 17t-.712-.288T6 16v-3.05q0-.3.163-.537t.437-.363l3.35-1.45q.875-.375 1.288-.487T12 10q.525 0 .975.275T13.7 11l1 1.6q.525.85 1.363 1.475T18 14.9q.425.075.713.375T19 16t-.288.7t-.687.225q-1.35-.2-2.525-.837t-2-1.588z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDetectionAndZoneRounded(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="M2 6V4q0-.825.588-1.412T4 2h2q.425 0 .713.288T7 3t-.288.713T6 4H4v2q0 .425-.288.713T3 7t-.712-.288T2 6m2 16q-.825 0-1.412-.587T2 20v-2q0-.425.288-.712T3 17t.713.288T4 18v2h2q.425 0 .713.288T7 21t-.288.713T6 22zm16 0h-2q-.425 0-.712-.288T17 21t.288-.712T18 20h2v-2q0-.425.288-.712T21 17t.713.288T22 18v2q0 .825-.587 1.413T20 22m0-16V4h-2q-.425 0-.712-.288T17 3t.288-.712T18 2h2q.825 0 1.413.588T22 4v2q0 .425-.288.713T21 7t-.712-.288T20 6m-7.912 2.912Q11.5 8.326 11.5 7.5t.588-1.412T13.5 5.5t1.413.588T15.5 7.5t-.587 1.413T13.5 9.5t-1.412-.587M12.8 18h-4l1-5.1l-1.8.7V16q0 .425-.288.712T7 17t-.712-.288T6 16v-3.05q0-.3.163-.537t.437-.363l3.35-1.45q.875-.375 1.288-.487T12 10q.525 0 .975.275T13.7 11l1 1.6q.525.85 1.363 1.475T18 14.9q.425.075.713.375T19 16t-.288.7t-.687.225q-1.35-.2-2.525-.837t-2-1.588z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6V4q0-.825.588-1.412T4 2h2q.425 0 .713.288T7 3t-.288.713T6 4H4v2q0 .425-.288.713T3 7t-.712-.288T2 6m2 16q-.825 0-1.412-.587T2 20v-2q0-.425.288-.712T3 17t.713.288T4 18v2h2q.425 0 .713.288T7 21t-.288.713T6 22zm16 0h-2q-.425 0-.712-.288T17 21t.288-.712T18 20h2v-2q0-.425.288-.712T21 17t.713.288T22 18v2q0 .825-.587 1.413T20 22m0-16V4h-2q-.425 0-.712-.288T17 3t.288-.712T18 2h2q.825 0 1.413.588T22 4v2q0 .425-.288.713T21 7t-.712-.288T20 6m-7.912 2.912Q11.5 8.326 11.5 7.5t.588-1.412T13.5 5.5t1.413.588T15.5 7.5t-.587 1.413T13.5 9.5t-1.412-.587M12.8 18h-4l1-5.1l-1.8.7V16q0 .425-.288.712T7 17t-.712-.288T6 16v-3.05q0-.3.163-.537t.437-.363l3.35-1.45q.875-.375 1.288-.487T12 10q.525 0 .975.275T13.7 11l1 1.6q.525.85 1.363 1.475T18 14.9q.425.075.713.375T19 16t-.288.7t-.687.225q-1.35-.2-2.525-.837t-2-1.588z"/></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%22M2%206V4q0-.825.588-1.412T4%202h2q.425%200%20.713.288T7%203t-.288.713T6%204H4v2q0%20.425-.288.713T3%207t-.712-.288T2%206m2%2016q-.825%200-1.412-.587T2%2020v-2q0-.425.288-.712T3%2017t.713.288T4%2018v2h2q.425%200%20.713.288T7%2021t-.288.713T6%2022zm16%200h-2q-.425%200-.712-.288T17%2021t.288-.712T18%2020h2v-2q0-.425.288-.712T21%2017t.713.288T22%2018v2q0%20.825-.587%201.413T20%2022m0-16V4h-2q-.425%200-.712-.288T17%203t.288-.712T18%202h2q.825%200%201.413.588T22%204v2q0%20.425-.288.713T21%207t-.712-.288T20%206m-7.912%202.912Q11.5%208.326%2011.5%207.5t.588-1.412T13.5%205.5t1.413.588T15.5%207.5t-.587%201.413T13.5%209.5t-1.412-.587M12.8%2018h-4l1-5.1l-1.8.7V16q0%20.425-.288.712T7%2017t-.712-.288T6%2016v-3.05q0-.3.163-.537t.437-.363l3.35-1.45q.875-.375%201.288-.487T12%2010q.525%200%20.975.275T13.7%2011l1%201.6q.525.85%201.363%201.475T18%2014.9q.425.075.713.375T19%2016t-.288.7t-.687.225q-1.35-.2-2.525-.837t-2-1.588z%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%22M2%206V4q0-.825.588-1.412T4%202h2q.425%200%20.713.288T7%203t-.288.713T6%204H4v2q0%20.425-.288.713T3%207t-.712-.288T2%206m2%2016q-.825%200-1.412-.587T2%2020v-2q0-.425.288-.712T3%2017t.713.288T4%2018v2h2q.425%200%20.713.288T7%2021t-.288.713T6%2022zm16%200h-2q-.425%200-.712-.288T17%2021t.288-.712T18%2020h2v-2q0-.425.288-.712T21%2017t.713.288T22%2018v2q0%20.825-.587%201.413T20%2022m0-16V4h-2q-.425%200-.712-.288T17%203t.288-.712T18%202h2q.825%200%201.413.588T22%204v2q0%20.425-.288.713T21%207t-.712-.288T20%206m-7.912%202.912Q11.5%208.326%2011.5%207.5t.588-1.412T13.5%205.5t1.413.588T15.5%207.5t-.587%201.413T13.5%209.5t-1.412-.587M12.8%2018h-4l1-5.1l-1.8.7V16q0%20.425-.288.712T7%2017t-.712-.288T6%2016v-3.05q0-.3.163-.537t.437-.363l3.35-1.45q.875-.375%201.288-.487T12%2010q.525%200%20.975.275T13.7%2011l1%201.6q.525.85%201.363%201.475T18%2014.9q.425.075.713.375T19%2016t-.288.7t-.687.225q-1.35-.2-2.525-.837t-2-1.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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