park-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
park-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the park icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.05 18H4.875q-.6 0-.9-.525t.05-1.025L7 12h-.075q-.6 0-.888-.537t.063-1.038l5.075-7.25q.15-.2.375-.312T12 2.75t.45.113t.375.312l5.075 7.25q.35.5.063 1.038t-.888.537H17l2.975 4.45q.35.5.05 1.025t-.9.525H13.95v3q0 .425-.287.713T12.95 22h-1.9q-.425 0-.712-.288T10.05 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsParkRounded(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="M10.05 18H4.875q-.6 0-.9-.525t.05-1.025L7 12h-.075q-.6 0-.888-.537t.063-1.038l5.075-7.25q.15-.2.375-.312T12 2.75t.45.113t.375.312l5.075 7.25q.35.5.063 1.038t-.888.537H17l2.975 4.45q.35.5.05 1.025t-.9.525H13.95v3q0 .425-.287.713T12.95 22h-1.9q-.425 0-.712-.288T10.05 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.05 18H4.875q-.6 0-.9-.525t.05-1.025L7 12h-.075q-.6 0-.888-.537t.063-1.038l5.075-7.25q.15-.2.375-.312T12 2.75t.45.113t.375.312l5.075 7.25q.35.5.063 1.038t-.888.537H17l2.975 4.45q.35.5.05 1.025t-.9.525H13.95v3q0 .425-.287.713T12.95 22h-1.9q-.425 0-.712-.288T10.05 21z"/></svg>
</template>

CSS

.icon-park-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%22M10.05%2018H4.875q-.6%200-.9-.525t.05-1.025L7%2012h-.075q-.6%200-.888-.537t.063-1.038l5.075-7.25q.15-.2.375-.312T12%202.75t.45.113t.375.312l5.075%207.25q.35.5.063%201.038t-.888.537H17l2.975%204.45q.35.5.05%201.025t-.9.525H13.95v3q0%20.425-.287.713T12.95%2022h-1.9q-.425%200-.712-.288T10.05%2021z%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%22M10.05%2018H4.875q-.6%200-.9-.525t.05-1.025L7%2012h-.075q-.6%200-.888-.537t.063-1.038l5.075-7.25q.15-.2.375-.312T12%202.75t.45.113t.375.312l5.075%207.25q.35.5.063%201.038t-.888.537H17l2.975%204.45q.35.5.05%201.025t-.9.525H13.95v3q0%20.425-.287.713T12.95%2022h-1.9q-.425%200-.712-.288T10.05%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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