door open icon
door-open from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- door-open
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
door-openBootstrap Iconsdoor-openBoxIcons v2door-openBoxIcons v2 Soliddoor-openFont Awesome 6 Soliddoor-openFont Awesome Soliddoor-openHuge Iconsdoor-openLine Awesomedoor-openLucidedoor-openMaterial Symbolsdoor-openMaterial Symbols Lightdoor-openMaterial Design Iconsdoor-openMyna UI Iconsdoor-openPhosphordoor-open-fillRemix Icon
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.7201 3.79L12.7201 2.0406C13.3601 1.854 14 2.3339 14 3.0006L14 22L6.7215 19.8892C6.2941 19.7653 6 19.3738 6 18.9288L6 4.7501C6 4.3056 6.2934 3.9145 6.7201 3.79ZM18 21L18 4C18 3.4477 17.5523 3 17 3L14 3M2 21L10.5517 21M14 21L22 21M11 11L11 13"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsDoorOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M6.7201 3.79L12.7201 2.0406C13.3601 1.854 14 2.3339 14 3.0006L14 22L6.7215 19.8892C6.2941 19.7653 6 19.3738 6 18.9288L6 4.7501C6 4.3056 6.2934 3.9145 6.7201 3.79ZM18 21L18 4C18 3.4477 17.5523 3 17 3L14 3M2 21L10.5517 21M14 21L22 21M11 11L11 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.7201 3.79L12.7201 2.0406C13.3601 1.854 14 2.3339 14 3.0006L14 22L6.7215 19.8892C6.2941 19.7653 6 19.3738 6 18.9288L6 4.7501C6 4.3056 6.2934 3.9145 6.7201 3.79ZM18 21L18 4C18 3.4477 17.5523 3 17 3L14 3M2 21L10.5517 21M14 21L22 21M11 11L11 13"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.7201%203.79L12.7201%202.0406C13.3601%201.854%2014%202.3339%2014%203.0006L14%2022L6.7215%2019.8892C6.2941%2019.7653%206%2019.3738%206%2018.9288L6%204.7501C6%204.3056%206.2934%203.9145%206.7201%203.79ZM18%2021L18%204C18%203.4477%2017.5523%203%2017%203L14%203M2%2021L10.5517%2021M14%2021L22%2021M11%2011L11%2013%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.7201%203.79L12.7201%202.0406C13.3601%201.854%2014%202.3339%2014%203.0006L14%2022L6.7215%2019.8892C6.2941%2019.7653%206%2019.3738%206%2018.9288L6%204.7501C6%204.3056%206.2934%203.9145%206.7201%203.79ZM18%2021L18%204C18%203.4477%2017.5523%203%2017%203L14%203M2%2021L10.5517%2021M14%2021L22%2021M11%2011L11%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/door-open.svg?color=%231a73e8&size=48