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

Name
garage-money-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 garage money icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V4zm-2 2V2h20v10h-2V4H4v16h5v2zm3-3.5h2v-2h2v-2H7v-3h12v-.4l-1.925-5.6H6.925L5 11.1zm2.65-9l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m4.212 6.788h6.15q.125-.525.513-.913t.912-.512v-2.15q-.525-.125-.913-.513t-.512-.912h-6.15q-.125.525-.513.913t-.912.512v2.15q.525.125.913.513t.512.912m4.138-1.437q.437-.438.437-1.063t-.437-1.062T17 16.5t-1.062.438T15.5 18t.438 1.063T17 19.5t1.063-.437M11 22v-8h12v8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGarageMoneyOutlineSharp(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="M4 20V4zm-2 2V2h20v10h-2V4H4v16h5v2zm3-3.5h2v-2h2v-2H7v-3h12v-.4l-1.925-5.6H6.925L5 11.1zm2.65-9l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m4.212 6.788h6.15q.125-.525.513-.913t.912-.512v-2.15q-.525-.125-.913-.513t-.512-.912h-6.15q-.125.525-.513.913t-.912.512v2.15q.525.125.913.513t.512.912m4.138-1.437q.437-.438.437-1.063t-.437-1.062T17 16.5t-1.062.438T15.5 18t.438 1.063T17 19.5t1.063-.437M11 22v-8h12v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V4zm-2 2V2h20v10h-2V4H4v16h5v2zm3-3.5h2v-2h2v-2H7v-3h12v-.4l-1.925-5.6H6.925L5 11.1zm2.65-9l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m4.212 6.788h6.15q.125-.525.513-.913t.912-.512v-2.15q-.525-.125-.913-.513t-.512-.912h-6.15q-.125.525-.513.913t-.912.512v2.15q.525.125.913.513t.512.912m4.138-1.437q.437-.438.437-1.063t-.437-1.062T17 16.5t-1.062.438T15.5 18t.438 1.063T17 19.5t1.063-.437M11 22v-8h12v8z"/></svg>
</template>

CSS

.icon-garage-money-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%22M4%2020V4zm-2%202V2h20v10h-2V4H4v16h5v2zm3-3.5h2v-2h2v-2H7v-3h12v-.4l-1.925-5.6H6.925L5%2011.1zm2.65-9l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288m4.212%206.788h6.15q.125-.525.513-.913t.912-.512v-2.15q-.525-.125-.913-.513t-.512-.912h-6.15q-.125.525-.513.913t-.912.512v2.15q.525.125.913.513t.512.912m4.138-1.437q.437-.438.437-1.063t-.437-1.062T17%2016.5t-1.062.438T15.5%2018t.438%201.063T17%2019.5t1.063-.437M11%2022v-8h12v8z%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%22M4%2020V4zm-2%202V2h20v10h-2V4H4v16h5v2zm3-3.5h2v-2h2v-2H7v-3h12v-.4l-1.925-5.6H6.925L5%2011.1zm2.65-9l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288m4.212%206.788h6.15q.125-.525.513-.913t.912-.512v-2.15q-.525-.125-.913-.513t-.512-.912h-6.15q-.125.525-.513.913t-.912.512v2.15q.525.125.913.513t.512.912m4.138-1.437q.437-.438.437-1.063t-.437-1.062T17%2016.5t-1.062.438T15.5%2018t.438%201.063T17%2019.5t1.063-.437M11%2022v-8h12v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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