activity zone icon
activity-zone from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- activity-zone
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- activity-zone-rounded, activity-zone-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
airwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
Use the activity zone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.77 20.23q-.828 0-1.414-.586t-.587-1.413q0-.706.428-1.238q.428-.531 1.072-.702V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h8.582q.165-.644.697-1.072t1.243-.428q.827 0 1.413.587t.587 1.413q0 .712-.428 1.244q-.428.531-1.072.697v8.58q.644.172 1.072.703q.428.532.428 1.238q0 .827-.587 1.413t-1.413.587q-.706 0-1.238-.428q-.531-.428-.702-1.072H7.71q-.171.644-.703 1.072t-1.238.428m1.94-2.5h8.582q.148-.535.526-.914q.38-.378.914-.526V7.71q-.535-.13-.923-.518t-.518-.923H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.535.148.914.526q.379.38.527.914"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightActivityZone(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="M5.77 20.23q-.828 0-1.414-.586t-.587-1.413q0-.706.428-1.238q.428-.531 1.072-.702V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h8.582q.165-.644.697-1.072t1.243-.428q.827 0 1.413.587t.587 1.413q0 .712-.428 1.244q-.428.531-1.072.697v8.58q.644.172 1.072.703q.428.532.428 1.238q0 .827-.587 1.413t-1.413.587q-.706 0-1.238-.428q-.531-.428-.702-1.072H7.71q-.171.644-.703 1.072t-1.238.428m1.94-2.5h8.582q.148-.535.526-.914q.38-.378.914-.526V7.71q-.535-.13-.923-.518t-.518-.923H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.535.148.914.526q.379.38.527.914"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.77 20.23q-.828 0-1.414-.586t-.587-1.413q0-.706.428-1.238q.428-.531 1.072-.702V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h8.582q.165-.644.697-1.072t1.243-.428q.827 0 1.413.587t.587 1.413q0 .712-.428 1.244q-.428.531-1.072.697v8.58q.644.172 1.072.703q.428.532.428 1.238q0 .827-.587 1.413t-1.413.587q-.706 0-1.238-.428q-.531-.428-.702-1.072H7.71q-.171.644-.703 1.072t-1.238.428m1.94-2.5h8.582q.148-.535.526-.914q.38-.378.914-.526V7.71q-.535-.13-.923-.518t-.518-.923H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.535.148.914.526q.379.38.527.914"/></svg> </template>
CSS
.icon-activity-zone {
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%22M5.77%2020.23q-.828%200-1.414-.586t-.587-1.413q0-.706.428-1.238q.428-.531%201.072-.702V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706%200%201.238.428q.531.428.702%201.072h8.582q.165-.644.697-1.072t1.243-.428q.827%200%201.413.587t.587%201.413q0%20.712-.428%201.244q-.428.531-1.072.697v8.58q.644.172%201.072.703q.428.532.428%201.238q0%20.827-.587%201.413t-1.413.587q-.706%200-1.238-.428q-.531-.428-.702-1.072H7.71q-.171.644-.703%201.072t-1.238.428m1.94-2.5h8.582q.148-.535.526-.914q.38-.378.914-.526V7.71q-.535-.13-.923-.518t-.518-.923H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.535.148.914.526q.379.38.527.914%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%22M5.77%2020.23q-.828%200-1.414-.586t-.587-1.413q0-.706.428-1.238q.428-.531%201.072-.702V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706%200%201.238.428q.531.428.702%201.072h8.582q.165-.644.697-1.072t1.243-.428q.827%200%201.413.587t.587%201.413q0%20.712-.428%201.244q-.428.531-1.072.697v8.58q.644.172%201.072.703q.428.532.428%201.238q0%20.827-.587%201.413t-1.413.587q-.706%200-1.238-.428q-.531-.428-.702-1.072H7.71q-.171.644-.703%201.072t-1.238.428m1.94-2.5h8.582q.148-.535.526-.914q.38-.378.914-.526V7.71q-.535-.13-.923-.518t-.518-.923H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.535.148.914.526q.379.38.527.914%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/activity-zone.svg?color=%231a73e8&size=48