garage from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
garage
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the garage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m9.781 3.098l-4.11 2.796c-1.307.89-1.961 1.335-2.316 2.011S3 9.385 3 10.99v6.929c0 1.924 0 2.886.586 3.484S5.114 22 7 22h10c1.886 0 2.828 0 3.414-.598s.586-1.56.586-3.484v-6.93c0-1.603 0-2.406-.355-3.083c-.355-.676-1.009-1.121-2.317-2.011l-4.11-2.796C13.144 2.366 12.607 2 12 2s-1.143.366-2.219 1.098"/><path stroke-linejoin="round" d="M7 22v-5c0-1.886 0-2.828.586-3.414S9.114 13 11 13h2c1.886 0 2.828 0 3.414.586S17 15.114 17 17v5M7 16h10M7 19h10"/><path d="M12.125 7H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGarage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m9.781 3.098l-4.11 2.796c-1.307.89-1.961 1.335-2.316 2.011S3 9.385 3 10.99v6.929c0 1.924 0 2.886.586 3.484S5.114 22 7 22h10c1.886 0 2.828 0 3.414-.598s.586-1.56.586-3.484v-6.93c0-1.603 0-2.406-.355-3.083c-.355-.676-1.009-1.121-2.317-2.011l-4.11-2.796C13.144 2.366 12.607 2 12 2s-1.143.366-2.219 1.098"/><path strokeLinejoin="round" d="M7 22v-5c0-1.886 0-2.828.586-3.414S9.114 13 11 13h2c1.886 0 2.828 0 3.414.586S17 15.114 17 17v5M7 16h10M7 19h10"/><path d="M12.125 7H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m9.781 3.098l-4.11 2.796c-1.307.89-1.961 1.335-2.316 2.011S3 9.385 3 10.99v6.929c0 1.924 0 2.886.586 3.484S5.114 22 7 22h10c1.886 0 2.828 0 3.414-.598s.586-1.56.586-3.484v-6.93c0-1.603 0-2.406-.355-3.083c-.355-.676-1.009-1.121-2.317-2.011l-4.11-2.796C13.144 2.366 12.607 2 12 2s-1.143.366-2.219 1.098"/><path stroke-linejoin="round" d="M7 22v-5c0-1.886 0-2.828.586-3.414S9.114 13 11 13h2c1.886 0 2.828 0 3.414.586S17 15.114 17 17v5M7 16h10M7 19h10"/><path d="M12.125 7H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
</template>

CSS

.icon-garage {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9.781%203.098l-4.11%202.796c-1.307.89-1.961%201.335-2.316%202.011S3%209.385%203%2010.99v6.929c0%201.924%200%202.886.586%203.484S5.114%2022%207%2022h10c1.886%200%202.828%200%203.414-.598s.586-1.56.586-3.484v-6.93c0-1.603%200-2.406-.355-3.083c-.355-.676-1.009-1.121-2.317-2.011l-4.11-2.796C13.144%202.366%2012.607%202%2012%202s-1.143.366-2.219%201.098%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2022v-5c0-1.886%200-2.828.586-3.414S9.114%2013%2011%2013h2c1.886%200%202.828%200%203.414.586S17%2015.114%2017%2017v5M7%2016h10M7%2019h10%22%2F%3E%3Cpath%20d%3D%22M12.125%207H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9.781%203.098l-4.11%202.796c-1.307.89-1.961%201.335-2.316%202.011S3%209.385%203%2010.99v6.929c0%201.924%200%202.886.586%203.484S5.114%2022%207%2022h10c1.886%200%202.828%200%203.414-.598s.586-1.56.586-3.484v-6.93c0-1.603%200-2.406-.355-3.083c-.355-.676-1.009-1.121-2.317-2.011l-4.11-2.796C13.144%202.366%2012.607%202%2012%202s-1.143.366-2.219%201.098%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2022v-5c0-1.886%200-2.828.586-3.414S9.114%2013%2011%2013h2c1.886%200%202.828%200%203.414.586S17%2015.114%2017%2017v5M7%2016h10M7%2019h10%22%2F%3E%3Cpath%20d%3D%22M12.125%207H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/garage.svg?color=%231a73e8&size=48