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

Name
garage-door-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.379q-.292 0-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613 5.077q.223.18.137.454t-.38.273H19v7.769q0 .666-.475 1.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.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.21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGarageDoorRounded(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="M6.616 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.379q-.292 0-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613 5.077q.223.18.137.454t-.38.273H19v7.769q0 .666-.475 1.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.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.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.379q-.292 0-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613 5.077q.223.18.137.454t-.38.273H19v7.769q0 .666-.475 1.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.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.21"/></svg>
</template>

CSS

.icon-garage-door-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%22M6.616%2019.02q-.667%200-1.141-.475T5%2017.404v-7.77h-.379q-.292%200-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613%205.077q.223.18.137.454t-.38.273H19v7.769q0%20.666-.475%201.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.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.21%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%22M6.616%2019.02q-.667%200-1.141-.475T5%2017.404v-7.77h-.379q-.292%200-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613%205.077q.223.18.137.454t-.38.273H19v7.769q0%20.666-.475%201.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.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.21%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-rounded.svg?color=%231a73e8&size=48