auto activity zone icon

auto-activity-zone from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
auto-activity-zone
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0
Aliases
auto-activity-zone-sharp

1 other variant in Material Symbols

Related icons in Material Symbols

Use the auto 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="m12 16l-1.25-2.75L8 12l2.75-1.25L12 8l1.25 2.75L16 12l-2.75 1.25L12 16Zm-7 6q-1.25 0-2.125-.875T2 19q0-.975.563-1.738T4 16.175v-8.35Q3.125 7.5 2.562 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.824 4h8.35q.3-.875 1.063-1.438T19 2q1.25 0 2.125.875T22 5q0 1-.563 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.738-.563T16.175 20h-8.35q-.325.875-1.088 1.438T5 22Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175 6h-8.35q-.225.65-.7 1.125T6 7.825v8.35q.65.225 1.125.7t.7 1.125Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoActivityZone(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="m12 16l-1.25-2.75L8 12l2.75-1.25L12 8l1.25 2.75L16 12l-2.75 1.25L12 16Zm-7 6q-1.25 0-2.125-.875T2 19q0-.975.563-1.738T4 16.175v-8.35Q3.125 7.5 2.562 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.824 4h8.35q.3-.875 1.063-1.438T19 2q1.25 0 2.125.875T22 5q0 1-.563 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.738-.563T16.175 20h-8.35q-.325.875-1.088 1.438T5 22Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175 6h-8.35q-.225.65-.7 1.125T6 7.825v8.35q.65.225 1.125.7t.7 1.125Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 16l-1.25-2.75L8 12l2.75-1.25L12 8l1.25 2.75L16 12l-2.75 1.25L12 16Zm-7 6q-1.25 0-2.125-.875T2 19q0-.975.563-1.738T4 16.175v-8.35Q3.125 7.5 2.562 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.824 4h8.35q.3-.875 1.063-1.438T19 2q1.25 0 2.125.875T22 5q0 1-.563 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.738-.563T16.175 20h-8.35q-.325.875-1.088 1.438T5 22Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175 6h-8.35q-.225.65-.7 1.125T6 7.825v8.35q.65.225 1.125.7t.7 1.125Z"/></svg>
</template>

CSS

.icon-auto-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%22m12%2016l-1.25-2.75L8%2012l2.75-1.25L12%208l1.25%202.75L16%2012l-2.75%201.25L12%2016Zm-7%206q-1.25%200-2.125-.875T2%2019q0-.975.563-1.738T4%2016.175v-8.35Q3.125%207.5%202.562%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.824%204h8.35q.3-.875%201.063-1.438T19%202q1.25%200%202.125.875T22%205q0%201-.563%201.763T20%207.825v8.35q.875.325%201.438%201.088T22%2019q0%201.25-.875%202.125T19%2022q-.975%200-1.738-.563T16.175%2020h-8.35q-.325.875-1.088%201.438T5%2022Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175%206h-8.35q-.225.65-.7%201.125T6%207.825v8.35q.65.225%201.125.7t.7%201.125Z%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%22m12%2016l-1.25-2.75L8%2012l2.75-1.25L12%208l1.25%202.75L16%2012l-2.75%201.25L12%2016Zm-7%206q-1.25%200-2.125-.875T2%2019q0-.975.563-1.738T4%2016.175v-8.35Q3.125%207.5%202.562%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.824%204h8.35q.3-.875%201.063-1.438T19%202q1.25%200%202.125.875T22%205q0%201-.563%201.763T20%207.825v8.35q.875.325%201.438%201.088T22%2019q0%201.25-.875%202.125T19%2022q-.975%200-1.738-.563T16.175%2020h-8.35q-.325.875-1.088%201.438T5%2022Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175%206h-8.35q-.225.65-.7%201.125T6%207.825v8.35q.65.225%201.125.7t.7%201.125Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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