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

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

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the 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="M4.962 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H6V5.116q0-.667.475-1.141t1.14-.475h8.77q.666 0 1.14.475T18 5.115V19h1.039q.212 0 .356.144t.143.357t-.143.356t-.357.143zM17 19V5.116q0-.27-.173-.443t-.442-.173h-3.539v-.484q.927.103 1.54.796T15 6.427v11.312q0 .604-.417 1.073t-1.027.536V19zm-5.99-6.23q.319 0 .539-.23t.22-.55t-.221-.539t-.548-.22q-.31 0-.54.221t-.23.548q0 .31.23.54t.55.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoorOpenRounded(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="M4.962 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H6V5.116q0-.667.475-1.141t1.14-.475h8.77q.666 0 1.14.475T18 5.115V19h1.039q.212 0 .356.144t.143.357t-.143.356t-.357.143zM17 19V5.116q0-.27-.173-.443t-.442-.173h-3.539v-.484q.927.103 1.54.796T15 6.427v11.312q0 .604-.417 1.073t-1.027.536V19zm-5.99-6.23q.319 0 .539-.23t.22-.55t-.221-.539t-.548-.22q-.31 0-.54.221t-.23.548q0 .31.23.54t.55.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.962 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H6V5.116q0-.667.475-1.141t1.14-.475h8.77q.666 0 1.14.475T18 5.115V19h1.039q.212 0 .356.144t.143.357t-.143.356t-.357.143zM17 19V5.116q0-.27-.173-.443t-.442-.173h-3.539v-.484q.927.103 1.54.796T15 6.427v11.312q0 .604-.417 1.073t-1.027.536V19zm-5.99-6.23q.319 0 .539-.23t.22-.55t-.221-.539t-.548-.22q-.31 0-.54.221t-.23.548q0 .31.23.54t.55.23"/></svg>
</template>

CSS

.icon-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%22M4.962%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H6V5.116q0-.667.475-1.141t1.14-.475h8.77q.666%200%201.14.475T18%205.115V19h1.039q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM17%2019V5.116q0-.27-.173-.443t-.442-.173h-3.539v-.484q.927.103%201.54.796T15%206.427v11.312q0%20.604-.417%201.073t-1.027.536V19zm-5.99-6.23q.319%200%20.539-.23t.22-.55t-.221-.539t-.548-.22q-.31%200-.54.221t-.23.548q0%20.31.23.54t.55.23%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%22M4.962%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143H6V5.116q0-.667.475-1.141t1.14-.475h8.77q.666%200%201.14.475T18%205.115V19h1.039q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM17%2019V5.116q0-.27-.173-.443t-.442-.173h-3.539v-.484q.927.103%201.54.796T15%206.427v11.312q0%20.604-.417%201.073t-1.027.536V19zm-5.99-6.23q.319%200%20.539-.23t.22-.55t-.221-.539t-.548-.22q-.31%200-.54.221t-.23.548q0%20.31.23.54t.55.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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