door from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
door
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the door emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#a57939" d="M18 9h36v54H18z"/><path fill="#6a462f" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></g><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M18 9h36v54H18z"/><ellipse cx="49" cy="36.509" rx="2.5" ry="2.038"/><path d="M49.5 41.604h-1a1 1 0 0 1-1-1v-6.151a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v6.15a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDoor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#a57939" d="M18 9h36v54H18z"/><path fill="#6a462f" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></g><path fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M18 9h36v54H18z"/><ellipse cx="49" cy="36.509" rx="2.5" ry="2.038"/><path d="M49.5 41.604h-1a1 1 0 0 1-1-1v-6.151a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v6.15a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#a57939" d="M18 9h36v54H18z"/><path fill="#6a462f" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></g><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M18 9h36v54H18z"/><ellipse cx="49" cy="36.509" rx="2.5" ry="2.038"/><path d="M49.5 41.604h-1a1 1 0 0 1-1-1v-6.151a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v6.15a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M24 14.094h24v16.302H24zm0 31.585h24v11.207H24z"/></svg>
</template>

CSS

.icon-door {
  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%2072%2072%22%3E%3Cg%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M18%209h36v54H18z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M24%2014.094h24v16.302H24zm0%2031.585h24v11.207H24z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M18%209h36v54H18z%22%2F%3E%3Cellipse%20cx%3D%2249%22%20cy%3D%2236.509%22%20rx%3D%222.5%22%20ry%3D%222.038%22%2F%3E%3Cpath%20d%3D%22M49.5%2041.604h-1a1%201%200%200%201-1-1v-6.151a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201v6.15a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M24%2014.094h24v16.302H24zm0%2031.585h24v11.207H24z%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%2072%2072%22%3E%3Cg%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M18%209h36v54H18z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M24%2014.094h24v16.302H24zm0%2031.585h24v11.207H24z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M18%209h36v54H18z%22%2F%3E%3Cellipse%20cx%3D%2249%22%20cy%3D%2236.509%22%20rx%3D%222.5%22%20ry%3D%222.038%22%2F%3E%3Cpath%20d%3D%22M49.5%2041.604h-1a1%201%200%200%201-1-1v-6.151a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201v6.15a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M24%2014.094h24v16.302H24zm0%2031.585h24v11.207H24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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