garage-money-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
garage-money-rounded
Set
Material Symbols
Style
Rounded
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 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v7q0 .425-.288.713T21 12h-1.7l-1.95-5.7q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h2V21q0 .425-.288.713T8 22zm9 0q-.825 0-1.412-.587T11 20v-4q0-.825.588-1.412T13 14h8q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm.925-1.5h6.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.912m2.013-1.437Q15.5 18.625 15.5 18t.438-1.062T17 16.5t1.063.438T18.5 18t-.437 1.063T17 19.5t-1.062-.437m-7.65-5.35Q8 13.424 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288M7.65 9.5l.7-2h7.3l.7 2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGarageMoneyRounded(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 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v7q0 .425-.288.713T21 12h-1.7l-1.95-5.7q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h2V21q0 .425-.288.713T8 22zm9 0q-.825 0-1.412-.587T11 20v-4q0-.825.588-1.412T13 14h8q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm.925-1.5h6.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.912m2.013-1.437Q15.5 18.625 15.5 18t.438-1.062T17 16.5t1.063.438T18.5 18t-.437 1.063T17 19.5t-1.062-.437m-7.65-5.35Q8 13.424 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288M7.65 9.5l.7-2h7.3l.7 2z"/></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 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v7q0 .425-.288.713T21 12h-1.7l-1.95-5.7q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h2V21q0 .425-.288.713T8 22zm9 0q-.825 0-1.412-.587T11 20v-4q0-.825.588-1.412T13 14h8q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm.925-1.5h6.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.912m2.013-1.437Q15.5 18.625 15.5 18t.438-1.062T17 16.5t1.063.438T18.5 18t-.437 1.063T17 19.5t-1.062-.437m-7.65-5.35Q8 13.424 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288M7.65 9.5l.7-2h7.3l.7 2z"/></svg>
</template>

CSS

.icon-garage-money-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%22M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v7q0%20.425-.288.713T21%2012h-1.7l-1.95-5.7q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3L5.1%2010.775q-.05.15-.075.313T5%2011.425V17.7q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h2V21q0%20.425-.288.713T8%2022zm9%200q-.825%200-1.412-.587T11%2020v-4q0-.825.588-1.412T13%2014h8q.825%200%201.413.588T23%2016v4q0%20.825-.587%201.413T21%2022zm.925-1.5h6.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.912m2.013-1.437Q15.5%2018.625%2015.5%2018t.438-1.062T17%2016.5t1.063.438T18.5%2018t-.437%201.063T17%2019.5t-1.062-.437m-7.65-5.35Q8%2013.424%208%2013t.288-.712T9%2012t.713.288T10%2013t-.288.713T9%2014t-.712-.288M7.65%209.5l.7-2h7.3l.7%202z%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%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v7q0%20.425-.288.713T21%2012h-1.7l-1.95-5.7q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3L5.1%2010.775q-.05.15-.075.313T5%2011.425V17.7q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h2V21q0%20.425-.288.713T8%2022zm9%200q-.825%200-1.412-.587T11%2020v-4q0-.825.588-1.412T13%2014h8q.825%200%201.413.588T23%2016v4q0%20.825-.587%201.413T21%2022zm.925-1.5h6.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.912m2.013-1.437Q15.5%2018.625%2015.5%2018t.438-1.062T17%2016.5t1.063.438T18.5%2018t-.437%201.063T17%2019.5t-1.062-.437m-7.65-5.35Q8%2013.424%208%2013t.288-.712T9%2012t.713.288T10%2013t-.288.713T9%2014t-.712-.288M7.65%209.5l.7-2h7.3l.7%202z%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-rounded.svg?color=%231a73e8&size=48

Garage Money rounded icon — Material Symbols · IconsDB