Garage icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconGarage } from "@devigner-ui/icons";
<IconGarage className="size-6" />
<script setup>
import { IconGarage } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGarage class="size-6" />
</template>
<script>
import { IconGarage } from "@devigner-ui/icons-svelte";
</script>
<IconGarage class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M3 22V11.35A3 3 0 0 1 4 9.1l6-5.34a3 3 0 0 1 4 0l6 5.34a3 3 0 0 1 1 2.24V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10 9h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 15.5h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 18.5h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M18 22v-6c0-1.89 0-2.83-.59-3.41C16.83 12 15.9 12 14 12h-4c-1.89 0-2.83 0-3.41.59C6 13.17 6 14.1 6 16v6" stroke="currentColor" stroke-width="1.5"></path></svg>