activity zone icon

activity-zone-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
activity-zone-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
activity-zone-outline-rounded, activity-zone-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.737T4 16.174v-8.35Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h8.35q.3-.875 1.063-1.437T19 2q1.25 0 2.125.875T22 5q0 1-.562 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.737-.562T16.174 20h-8.35q-.325.875-1.088 1.438T5 22M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6M7.825 18h8.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.125M19 20q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m0-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsActivityZoneOutline(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 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.737T4 16.174v-8.35Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h8.35q.3-.875 1.063-1.437T19 2q1.25 0 2.125.875T22 5q0 1-.562 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.737-.562T16.174 20h-8.35q-.325.875-1.088 1.438T5 22M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6M7.825 18h8.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.125M19 20q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m0-1"/></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 22q-1.25 0-2.125-.875T2 19q0-.975.563-1.737T4 16.174v-8.35Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h8.35q.3-.875 1.063-1.437T19 2q1.25 0 2.125.875T22 5q0 1-.562 1.763T20 7.825v8.35q.875.325 1.438 1.088T22 19q0 1.25-.875 2.125T19 22q-.975 0-1.737-.562T16.174 20h-8.35q-.325.875-1.088 1.438T5 22M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6M7.825 18h8.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.125M19 20q.425 0 .713-.288T20 19t-.288-.712T19 18t-.712.288T18 19t.288.713T19 20M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20m0-1"/></svg>
</template>

CSS

.icon-activity-zone-outline {
  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%2022q-1.25%200-2.125-.875T2%2019q0-.975.563-1.737T4%2016.174v-8.35Q3.125%207.5%202.563%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.825%204h8.35q.3-.875%201.063-1.437T19%202q1.25%200%202.125.875T22%205q0%201-.562%201.763T20%207.825v8.35q.875.325%201.438%201.088T22%2019q0%201.25-.875%202.125T19%2022q-.975%200-1.737-.562T16.174%2020h-8.35q-.325.875-1.088%201.438T5%2022M5%206q.425%200%20.713-.288T6%205t-.288-.712T5%204t-.712.288T4%205t.288.713T5%206m14%200q.425%200%20.713-.288T20%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206M7.825%2018h8.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.125M19%2020q.425%200%20.713-.288T20%2019t-.288-.712T19%2018t-.712.288T18%2019t.288.713T19%2020M5%2020q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020m0-1%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%2022q-1.25%200-2.125-.875T2%2019q0-.975.563-1.737T4%2016.174v-8.35Q3.125%207.5%202.563%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.825%204h8.35q.3-.875%201.063-1.437T19%202q1.25%200%202.125.875T22%205q0%201-.562%201.763T20%207.825v8.35q.875.325%201.438%201.088T22%2019q0%201.25-.875%202.125T19%2022q-.975%200-1.737-.562T16.174%2020h-8.35q-.325.875-1.088%201.438T5%2022M5%206q.425%200%20.713-.288T6%205t-.288-.712T5%204t-.712.288T4%205t.288.713T5%206m14%200q.425%200%20.713-.288T20%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206M7.825%2018h8.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.125M19%2020q.425%200%20.713-.288T20%2019t-.288-.712T19%2018t-.712.288T18%2019t.288.713T19%2020M5%2020q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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