parking-sign-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
parking-sign-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the parking sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11h1.5V9H20V5h-5zm1.5-3.5v-1h2v1zM11 14V2h12v12h-5v7h-2v-7zm2-2h8V4h-8zm-6 9v-2H2v-2h6v-5H2v-2h5.2L6.15 7H2V5h5.55L10 12v9zm-1.5-5q.625 0 1.063-.437T7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16M17 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsParkingSignOutlineSharp(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="M15 11h1.5V9H20V5h-5zm1.5-3.5v-1h2v1zM11 14V2h12v12h-5v7h-2v-7zm2-2h8V4h-8zm-6 9v-2H2v-2h6v-5H2v-2h5.2L6.15 7H2V5h5.55L10 12v9zm-1.5-5q.625 0 1.063-.437T7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16M17 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11h1.5V9H20V5h-5zm1.5-3.5v-1h2v1zM11 14V2h12v12h-5v7h-2v-7zm2-2h8V4h-8zm-6 9v-2H2v-2h6v-5H2v-2h5.2L6.15 7H2V5h5.55L10 12v9zm-1.5-5q.625 0 1.063-.437T7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16M17 8"/></svg>
</template>

CSS

.icon-parking-sign-outline-sharp {
  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%22M15%2011h1.5V9H20V5h-5zm1.5-3.5v-1h2v1zM11%2014V2h12v12h-5v7h-2v-7zm2-2h8V4h-8zm-6%209v-2H2v-2h6v-5H2v-2h5.2L6.15%207H2V5h5.55L10%2012v9zm-1.5-5q.625%200%201.063-.437T7%2014.5t-.437-1.062T5.5%2013t-1.062.438T4%2014.5t.438%201.063T5.5%2016M17%208%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%22M15%2011h1.5V9H20V5h-5zm1.5-3.5v-1h2v1zM11%2014V2h12v12h-5v7h-2v-7zm2-2h8V4h-8zm-6%209v-2H2v-2h6v-5H2v-2h5.2L6.15%207H2V5h5.55L10%2012v9zm-1.5-5q.625%200%201.063-.437T7%2014.5t-.437-1.062T5.5%2013t-1.062.438T4%2014.5t.438%201.063T5.5%2016M17%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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