garage-door-open-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
garage-door-open-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the garage door open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.327 12.596h7.346v-1.884H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.36q-.282 0-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638 5.077q.223.18.122.454t-.383.273H19v7.769q0 .666-.475 1.14t-1.14.475h-.904q-.343 0-.576-.232t-.232-.575V13.48H8.327v4.73q0 .344-.232.576t-.576.232z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGarageDoorOpenRounded(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="M8.327 12.596h7.346v-1.884H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.36q-.282 0-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638 5.077q.223.18.122.454t-.383.273H19v7.769q0 .666-.475 1.14t-1.14.475h-.904q-.343 0-.576-.232t-.232-.575V13.48H8.327v4.73q0 .344-.232.576t-.576.232z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.327 12.596h7.346v-1.884H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.36q-.282 0-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638 5.077q.223.18.122.454t-.383.273H19v7.769q0 .666-.475 1.14t-1.14.475h-.904q-.343 0-.576-.232t-.232-.575V13.48H8.327v4.73q0 .344-.232.576t-.576.232z"/></svg>
</template>

CSS

.icon-garage-door-open-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%22M8.327%2012.596h7.346v-1.884H8.327zm3.683-4.615q.3%200%20.51-.21t.21-.52t-.21-.521t-.52-.21q-.29%200-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615%2019.02q-.667%200-1.141-.475T5%2017.404v-7.77h-.36q-.282%200-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638%205.077q.223.18.122.454t-.383.273H19v7.769q0%20.666-.475%201.14t-1.14.475h-.904q-.343%200-.576-.232t-.232-.575V13.48H8.327v4.73q0%20.344-.232.576t-.576.232z%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%22M8.327%2012.596h7.346v-1.884H8.327zm3.683-4.615q.3%200%20.51-.21t.21-.52t-.21-.521t-.52-.21q-.29%200-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615%2019.02q-.667%200-1.141-.475T5%2017.404v-7.77h-.36q-.282%200-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638%205.077q.223.18.122.454t-.383.273H19v7.769q0%20.666-.475%201.14t-1.14.475h-.904q-.343%200-.576-.232t-.232-.575V13.48H8.327v4.73q0%20.344-.232.576t-.576.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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