parking meter icon

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

Name
parking-meter-sharp
Set
Material Symbols
Style
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 meter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21v-2H2v-9h5.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 16m9.25-8.5h1.5q0-.3.225-.525T17 6.75t.525.225t.225.525h1.5q0-.95-.65-1.6T17 5.25t-1.6.65t-.65 1.6m.25 3h4V9h-4zM16 21v-7h-3l-1.3-5.2q-.075-.35-.125-.675t-.05-.675q0-2.2 1.562-3.825T17 2t3.913 1.625t1.562 3.825q0 .35-.05.675T22.3 8.8L21 14h-3v7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsParkingMeterSharp(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 21v-2H2v-9h5.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 16m9.25-8.5h1.5q0-.3.225-.525T17 6.75t.525.225t.225.525h1.5q0-.95-.65-1.6T17 5.25t-1.6.65t-.65 1.6m.25 3h4V9h-4zM16 21v-7h-3l-1.3-5.2q-.075-.35-.125-.675t-.05-.675q0-2.2 1.562-3.825T17 2t3.913 1.625t1.562 3.825q0 .35-.05.675T22.3 8.8L21 14h-3v7z"/></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 21v-2H2v-9h5.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 16m9.25-8.5h1.5q0-.3.225-.525T17 6.75t.525.225t.225.525h1.5q0-.95-.65-1.6T17 5.25t-1.6.65t-.65 1.6m.25 3h4V9h-4zM16 21v-7h-3l-1.3-5.2q-.075-.35-.125-.675t-.05-.675q0-2.2 1.562-3.825T17 2t3.913 1.625t1.562 3.825q0 .35-.05.675T22.3 8.8L21 14h-3v7z"/></svg>
</template>

CSS

.icon-parking-meter-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%22M7%2021v-2H2v-9h5.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%2016m9.25-8.5h1.5q0-.3.225-.525T17%206.75t.525.225t.225.525h1.5q0-.95-.65-1.6T17%205.25t-1.6.65t-.65%201.6m.25%203h4V9h-4zM16%2021v-7h-3l-1.3-5.2q-.075-.35-.125-.675t-.05-.675q0-2.2%201.562-3.825T17%202t3.913%201.625t1.562%203.825q0%20.35-.05.675T22.3%208.8L21%2014h-3v7z%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%2021v-2H2v-9h5.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%2016m9.25-8.5h1.5q0-.3.225-.525T17%206.75t.525.225t.225.525h1.5q0-.95-.65-1.6T17%205.25t-1.6.65t-.65%201.6m.25%203h4V9h-4zM16%2021v-7h-3l-1.3-5.2q-.075-.35-.125-.675t-.05-.675q0-2.2%201.562-3.825T17%202t3.913%201.625t1.562%203.825q0%20.35-.05.675T22.3%208.8L21%2014h-3v7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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