garage icon
garage-linear from Solar by 480 Design · Linear · Building · CC-BY-4.0 Attribution required.
- Name
- garage-linear
- Set
- Solar
- Style
- Linear
- Category
- Building
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More building icons from Solar
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-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path stroke-linecap="round" d="M3 22.0001V11.3472C3 10.4903 3.36644 9.67432 4.00691 9.10502L10.0069 3.77169C11.1436 2.76133 12.8564 2.76133 13.9931 3.77169L19.9931 9.10502C20.6336 9.67432 21 10.4903 21 11.3472V22.0001"/><path stroke-linecap="round" d="M10 9H14"/><path stroke-linecap="round" d="M9 15.5H15"/><path stroke-linecap="round" d="M9 18.5H15"/><path d="M18 22V16C18 14.1144 18 13.1716 17.4142 12.5858C16.8284 12 15.8856 12 14 12H10C8.11438 12 7.17157 12 6.58579 12.5858C6 13.1716 6 14.1144 6 16V22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGarageLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M22 22L2 22"/><path strokeLinecap="round" d="M3 22.0001V11.3472C3 10.4903 3.36644 9.67432 4.00691 9.10502L10.0069 3.77169C11.1436 2.76133 12.8564 2.76133 13.9931 3.77169L19.9931 9.10502C20.6336 9.67432 21 10.4903 21 11.3472V22.0001"/><path strokeLinecap="round" d="M10 9H14"/><path strokeLinecap="round" d="M9 15.5H15"/><path strokeLinecap="round" d="M9 18.5H15"/><path d="M18 22V16C18 14.1144 18 13.1716 17.4142 12.5858C16.8284 12 15.8856 12 14 12H10C8.11438 12 7.17157 12 6.58579 12.5858C6 13.1716 6 14.1144 6 16V22"/></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-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path stroke-linecap="round" d="M3 22.0001V11.3472C3 10.4903 3.36644 9.67432 4.00691 9.10502L10.0069 3.77169C11.1436 2.76133 12.8564 2.76133 13.9931 3.77169L19.9931 9.10502C20.6336 9.67432 21 10.4903 21 11.3472V22.0001"/><path stroke-linecap="round" d="M10 9H14"/><path stroke-linecap="round" d="M9 15.5H15"/><path stroke-linecap="round" d="M9 18.5H15"/><path d="M18 22V16C18 14.1144 18 13.1716 17.4142 12.5858C16.8284 12 15.8856 12 14 12H10C8.11438 12 7.17157 12 6.58579 12.5858C6 13.1716 6 14.1144 6 16V22"/></g></svg> </template>
CSS
.icon-garage-linear {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022.0001V11.3472C3%2010.4903%203.36644%209.67432%204.00691%209.10502L10.0069%203.77169C11.1436%202.76133%2012.8564%202.76133%2013.9931%203.77169L19.9931%209.10502C20.6336%209.67432%2021%2010.4903%2021%2011.3472V22.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%209H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2015.5H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2018.5H15%22%2F%3E%3Cpath%20d%3D%22M18%2022V16C18%2014.1144%2018%2013.1716%2017.4142%2012.5858C16.8284%2012%2015.8856%2012%2014%2012H10C8.11438%2012%207.17157%2012%206.58579%2012.5858C6%2013.1716%206%2014.1144%206%2016V22%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022.0001V11.3472C3%2010.4903%203.36644%209.67432%204.00691%209.10502L10.0069%203.77169C11.1436%202.76133%2012.8564%202.76133%2013.9931%203.77169L19.9931%209.10502C20.6336%209.67432%2021%2010.4903%2021%2011.3472V22.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%209H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2015.5H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2018.5H15%22%2F%3E%3Cpath%20d%3D%22M18%2022V16C18%2014.1144%2018%2013.1716%2017.4142%2012.5858C16.8284%2012%2015.8856%2012%2014%2012H10C8.11438%2012%207.17157%2012%206.58579%2012.5858C6%2013.1716%206%2014.1144%206%2016V22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/garage-linear.svg?color=%231a73e8&size=48