door open icon

door-open from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
door-open
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-door-open

The same icon in other sets

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="M10.385 21.788a1 1 0 0 0 .857.182l8-2A1 1 0 0 0 20 19V5a1 1 0 0 0-.758-.97l-8-2A1.003 1.003 0 0 0 10 3v1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4v1c0 .308.142.599.385.788M12 4.281l6 1.5v12.438l-6 1.5zM7 18V6h3v12z"/><path fill="currentColor" d="M14.242 13.159c.446-.112.758-.512.758-.971v-.377a1 1 0 1 0-2 .001v.377a1 1 0 0 0 1.242.97"/></svg>

React

import type { SVGProps } from "react";

export function BxDoorOpen(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="M10.385 21.788a1 1 0 0 0 .857.182l8-2A1 1 0 0 0 20 19V5a1 1 0 0 0-.758-.97l-8-2A1.003 1.003 0 0 0 10 3v1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4v1c0 .308.142.599.385.788M12 4.281l6 1.5v12.438l-6 1.5zM7 18V6h3v12z"/><path fill="currentColor" d="M14.242 13.159c.446-.112.758-.512.758-.971v-.377a1 1 0 1 0-2 .001v.377a1 1 0 0 0 1.242.97"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.385 21.788a1 1 0 0 0 .857.182l8-2A1 1 0 0 0 20 19V5a1 1 0 0 0-.758-.97l-8-2A1.003 1.003 0 0 0 10 3v1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4v1c0 .308.142.599.385.788M12 4.281l6 1.5v12.438l-6 1.5zM7 18V6h3v12z"/><path fill="currentColor" d="M14.242 13.159c.446-.112.758-.512.758-.971v-.377a1 1 0 1 0-2 .001v.377a1 1 0 0 0 1.242.97"/></svg>
</template>

CSS

.icon-door-open {
  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%22M10.385%2021.788a1%201%200%200%200%20.857.182l8-2A1%201%200%200%200%2020%2019V5a1%201%200%200%200-.758-.97l-8-2A1.003%201.003%200%200%200%2010%203v1H6a1%201%200%200%200-1%201v14a1%201%200%200%200%201%201h4v1c0%20.308.142.599.385.788M12%204.281l6%201.5v12.438l-6%201.5zM7%2018V6h3v12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.242%2013.159c.446-.112.758-.512.758-.971v-.377a1%201%200%201%200-2%20.001v.377a1%201%200%200%200%201.242.97%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%22M10.385%2021.788a1%201%200%200%200%20.857.182l8-2A1%201%200%200%200%2020%2019V5a1%201%200%200%200-.758-.97l-8-2A1.003%201.003%200%200%200%2010%203v1H6a1%201%200%200%200-1%201v14a1%201%200%200%200%201%201h4v1c0%20.308.142.599.385.788M12%204.281l6%201.5v12.438l-6%201.5zM7%2018V6h3v12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.242%2013.159c.446-.112.758-.512.758-.971v-.377a1%201%200%201%200-2%20.001v.377a1%201%200%200%200%201.242.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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