local parking icon
local-parking from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-parking
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- local-parking-outline, local-parking-outline-sharp, local-parking-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the local parking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20V4h6q2.058 0 3.529 1.471T18 9t-1.471 3.529T13 14H9v6zm2-8h4.046q1.229 0 2.115-.886q.885-.885.885-2.114t-.885-2.114Q14.275 6 13.046 6H9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalParking(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="M7 20V4h6q2.058 0 3.529 1.471T18 9t-1.471 3.529T13 14H9v6zm2-8h4.046q1.229 0 2.115-.886q.885-.885.885-2.114t-.885-2.114Q14.275 6 13.046 6H9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20V4h6q2.058 0 3.529 1.471T18 9t-1.471 3.529T13 14H9v6zm2-8h4.046q1.229 0 2.115-.886q.885-.885.885-2.114t-.885-2.114Q14.275 6 13.046 6H9z"/></svg> </template>
CSS
.icon-local-parking {
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%22M7%2020V4h6q2.058%200%203.529%201.471T18%209t-1.471%203.529T13%2014H9v6zm2-8h4.046q1.229%200%202.115-.886q.885-.885.885-2.114t-.885-2.114Q14.275%206%2013.046%206H9z%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%22M7%2020V4h6q2.058%200%203.529%201.471T18%209t-1.471%203.529T13%2014H9v6zm2-8h4.046q1.229%200%202.115-.886q.885-.885.885-2.114t-.885-2.114Q14.275%206%2013.046%206H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-parking.svg?color=%231a73e8&size=48