red paper lantern emoji
red-paper-lantern from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- red-paper-lantern
- 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 red paper lantern emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.737" height="52.264" x="19.125" y="9.871" fill="#ea5a47" rx="11"/><path fill="#d22f27" d="m46.414 10.743l-6.186-.872c7.652 1.92 6.678 13.537 6.786 15.785c1.757 36.601-12.681 36.636-13.41 36.678L43.012 62h.06A9.113 9.113 0 0 0 52 52.987V19.473s-.615-5.82-5.586-8.73M33.604 62.41l-.05.001z"/><rect width="12.286" height="35.618" x="29.35" y="18.332" fill="#fff" rx="2"/><path fill="#3f3f3f" d="M26.84 8.018V4.972h17.306v3.046m0 56.166v2.866H26.84v-2.866"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M26.84 7.481V4.972h17.306v2.509m0 57.176v2.393H26.84v-2.393"/><rect width="32.737" height="52.264" x="19.125" y="9.871" stroke-width="2" rx="11"/><path stroke-width="1.5" d="M31.34 31.689h8.307v8.934H31.34zm0 10.85h8.307v8.934H31.34zm0-21.699h8.307v8.934H31.34z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRedPaperLantern(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.737" height="52.264" x="19.125" y="9.871" fill="#ea5a47" rx="11"/><path fill="#d22f27" d="m46.414 10.743l-6.186-.872c7.652 1.92 6.678 13.537 6.786 15.785c1.757 36.601-12.681 36.636-13.41 36.678L43.012 62h.06A9.113 9.113 0 0 0 52 52.987V19.473s-.615-5.82-5.586-8.73M33.604 62.41l-.05.001z"/><rect width="12.286" height="35.618" x="29.35" y="18.332" fill="#fff" rx="2"/><path fill="#3f3f3f" d="M26.84 8.018V4.972h17.306v3.046m0 56.166v2.866H26.84v-2.866"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M26.84 7.481V4.972h17.306v2.509m0 57.176v2.393H26.84v-2.393"/><rect width="32.737" height="52.264" x="19.125" y="9.871" strokeWidth="2" rx="11"/><path strokeWidth="1.5" d="M31.34 31.689h8.307v8.934H31.34zm0 10.85h8.307v8.934H31.34zm0-21.699h8.307v8.934H31.34z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.737" height="52.264" x="19.125" y="9.871" fill="#ea5a47" rx="11"/><path fill="#d22f27" d="m46.414 10.743l-6.186-.872c7.652 1.92 6.678 13.537 6.786 15.785c1.757 36.601-12.681 36.636-13.41 36.678L43.012 62h.06A9.113 9.113 0 0 0 52 52.987V19.473s-.615-5.82-5.586-8.73M33.604 62.41l-.05.001z"/><rect width="12.286" height="35.618" x="29.35" y="18.332" fill="#fff" rx="2"/><path fill="#3f3f3f" d="M26.84 8.018V4.972h17.306v3.046m0 56.166v2.866H26.84v-2.866"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M26.84 7.481V4.972h17.306v2.509m0 57.176v2.393H26.84v-2.393"/><rect width="32.737" height="52.264" x="19.125" y="9.871" stroke-width="2" rx="11"/><path stroke-width="1.5" d="M31.34 31.689h8.307v8.934H31.34zm0 10.85h8.307v8.934H31.34zm0-21.699h8.307v8.934H31.34z"/></g></svg> </template>
CSS
.icon-red-paper-lantern {
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%3Crect%20width%3D%2232.737%22%20height%3D%2252.264%22%20x%3D%2219.125%22%20y%3D%229.871%22%20fill%3D%22%23ea5a47%22%20rx%3D%2211%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m46.414%2010.743l-6.186-.872c7.652%201.92%206.678%2013.537%206.786%2015.785c1.757%2036.601-12.681%2036.636-13.41%2036.678L43.012%2062h.06A9.113%209.113%200%200%200%2052%2052.987V19.473s-.615-5.82-5.586-8.73M33.604%2062.41l-.05.001z%22%2F%3E%3Crect%20width%3D%2212.286%22%20height%3D%2235.618%22%20x%3D%2229.35%22%20y%3D%2218.332%22%20fill%3D%22%23fff%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M26.84%208.018V4.972h17.306v3.046m0%2056.166v2.866H26.84v-2.866%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M26.84%207.481V4.972h17.306v2.509m0%2057.176v2.393H26.84v-2.393%22%2F%3E%3Crect%20width%3D%2232.737%22%20height%3D%2252.264%22%20x%3D%2219.125%22%20y%3D%229.871%22%20stroke-width%3D%222%22%20rx%3D%2211%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M31.34%2031.689h8.307v8.934H31.34zm0%2010.85h8.307v8.934H31.34zm0-21.699h8.307v8.934H31.34z%22%2F%3E%3C%2Fg%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%3Crect%20width%3D%2232.737%22%20height%3D%2252.264%22%20x%3D%2219.125%22%20y%3D%229.871%22%20fill%3D%22%23ea5a47%22%20rx%3D%2211%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m46.414%2010.743l-6.186-.872c7.652%201.92%206.678%2013.537%206.786%2015.785c1.757%2036.601-12.681%2036.636-13.41%2036.678L43.012%2062h.06A9.113%209.113%200%200%200%2052%2052.987V19.473s-.615-5.82-5.586-8.73M33.604%2062.41l-.05.001z%22%2F%3E%3Crect%20width%3D%2212.286%22%20height%3D%2235.618%22%20x%3D%2229.35%22%20y%3D%2218.332%22%20fill%3D%22%23fff%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M26.84%208.018V4.972h17.306v3.046m0%2056.166v2.866H26.84v-2.866%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M26.84%207.481V4.972h17.306v2.509m0%2057.176v2.393H26.84v-2.393%22%2F%3E%3Crect%20width%3D%2232.737%22%20height%3D%2252.264%22%20x%3D%2219.125%22%20y%3D%229.871%22%20stroke-width%3D%222%22%20rx%3D%2211%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M31.34%2031.689h8.307v8.934H31.34zm0%2010.85h8.307v8.934H31.34zm0-21.699h8.307v8.934H31.34z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/red-paper-lantern.svg?color=%231a73e8&size=48