park icon
park-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- park-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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="M11.012 17H6.393q-.484 0-.717-.429t.04-.833L8.885 11h-.402q-.485 0-.724-.432q-.24-.431.053-.835l3.517-5.058q.13-.18.307-.264q.178-.084.364-.084t.364.084q.176.083.307.264l3.518 5.058q.292.403.052.835q-.239.432-.724.432h-.401l3.167 4.739q.273.403.04.832q-.232.429-.717.429h-4.618v3.27q0 .309-.21.52q-.21.21-.52.21h-.439q-.348 0-.578-.23t-.23-.578zM6.75 16h4h-1.9h6.3h-1.9h4zm0 0h10.5l-4-6h1.9L12 5.5L8.85 10h1.9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightParkOutlineRounded(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="M11.012 17H6.393q-.484 0-.717-.429t.04-.833L8.885 11h-.402q-.485 0-.724-.432q-.24-.431.053-.835l3.517-5.058q.13-.18.307-.264q.178-.084.364-.084t.364.084q.176.083.307.264l3.518 5.058q.292.403.052.835q-.239.432-.724.432h-.401l3.167 4.739q.273.403.04.832q-.232.429-.717.429h-4.618v3.27q0 .309-.21.52q-.21.21-.52.21h-.439q-.348 0-.578-.23t-.23-.578zM6.75 16h4h-1.9h6.3h-1.9h4zm0 0h10.5l-4-6h1.9L12 5.5L8.85 10h1.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.012 17H6.393q-.484 0-.717-.429t.04-.833L8.885 11h-.402q-.485 0-.724-.432q-.24-.431.053-.835l3.517-5.058q.13-.18.307-.264q.178-.084.364-.084t.364.084q.176.083.307.264l3.518 5.058q.292.403.052.835q-.239.432-.724.432h-.401l3.167 4.739q.273.403.04.832q-.232.429-.717.429h-4.618v3.27q0 .309-.21.52q-.21.21-.52.21h-.439q-.348 0-.578-.23t-.23-.578zM6.75 16h4h-1.9h6.3h-1.9h4zm0 0h10.5l-4-6h1.9L12 5.5L8.85 10h1.9z"/></svg> </template>
CSS
.icon-park-outline-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%22M11.012%2017H6.393q-.484%200-.717-.429t.04-.833L8.885%2011h-.402q-.485%200-.724-.432q-.24-.431.053-.835l3.517-5.058q.13-.18.307-.264q.178-.084.364-.084t.364.084q.176.083.307.264l3.518%205.058q.292.403.052.835q-.239.432-.724.432h-.401l3.167%204.739q.273.403.04.832q-.232.429-.717.429h-4.618v3.27q0%20.309-.21.52q-.21.21-.52.21h-.439q-.348%200-.578-.23t-.23-.578zM6.75%2016h4h-1.9h6.3h-1.9h4zm0%200h10.5l-4-6h1.9L12%205.5L8.85%2010h1.9z%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%22M11.012%2017H6.393q-.484%200-.717-.429t.04-.833L8.885%2011h-.402q-.485%200-.724-.432q-.24-.431.053-.835l3.517-5.058q.13-.18.307-.264q.178-.084.364-.084t.364.084q.176.083.307.264l3.518%205.058q.292.403.052.835q-.239.432-.724.432h-.401l3.167%204.739q.273.403.04.832q-.232.429-.717.429h-4.618v3.27q0%20.309-.21.52q-.21.21-.52.21h-.439q-.348%200-.578-.23t-.23-.578zM6.75%2016h4h-1.9h6.3h-1.9h4zm0%200h10.5l-4-6h1.9L12%205.5L8.85%2010h1.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/park-outline-rounded.svg?color=%231a73e8&size=48