red paper lantern emoji
red-paper-lantern from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- red-paper-lantern
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the red paper lantern emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 2A1.5 1.5 0 0 0 12 3.5V5h-.127a9 9 0 0 0-2.581 2h13.416a9 9 0 0 0-2.58-2H20V3.5A1.5 1.5 0 0 0 18.5 2zm-6.277 9c.17-.749.433-1.462.777-2.127V9h16v-.127c.344.665.607 1.378.777 2.127zM7 15v-2h18v2zm4.873 12a9 9 0 0 1-2.581-2h13.416a9 9 0 0 1-2.58 2H20v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V27zM8 23.127A9 9 0 0 1 7.223 21h17.554A9 9 0 0 1 24 23.127V23H8zM7 19v-2h18v2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRedPaperLantern(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 2A1.5 1.5 0 0 0 12 3.5V5h-.127a9 9 0 0 0-2.581 2h13.416a9 9 0 0 0-2.58-2H20V3.5A1.5 1.5 0 0 0 18.5 2zm-6.277 9c.17-.749.433-1.462.777-2.127V9h16v-.127c.344.665.607 1.378.777 2.127zM7 15v-2h18v2zm4.873 12a9 9 0 0 1-2.581-2h13.416a9 9 0 0 1-2.58 2H20v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V27zM8 23.127A9 9 0 0 1 7.223 21h17.554A9 9 0 0 1 24 23.127V23H8zM7 19v-2h18v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 2A1.5 1.5 0 0 0 12 3.5V5h-.127a9 9 0 0 0-2.581 2h13.416a9 9 0 0 0-2.58-2H20V3.5A1.5 1.5 0 0 0 18.5 2zm-6.277 9c.17-.749.433-1.462.777-2.127V9h16v-.127c.344.665.607 1.378.777 2.127zM7 15v-2h18v2zm4.873 12a9 9 0 0 1-2.581-2h13.416a9 9 0 0 1-2.58 2H20v1.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5V27zM8 23.127A9 9 0 0 1 7.223 21h17.554A9 9 0 0 1 24 23.127V23H8zM7 19v-2h18v2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202A1.5%201.5%200%200%200%2012%203.5V5h-.127a9%209%200%200%200-2.581%202h13.416a9%209%200%200%200-2.58-2H20V3.5A1.5%201.5%200%200%200%2018.5%202zm-6.277%209c.17-.749.433-1.462.777-2.127V9h16v-.127c.344.665.607%201.378.777%202.127zM7%2015v-2h18v2zm4.873%2012a9%209%200%200%201-2.581-2h13.416a9%209%200%200%201-2.58%202H20v1.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5V27zM8%2023.127A9%209%200%200%201%207.223%2021h17.554A9%209%200%200%201%2024%2023.127V23H8zM7%2019v-2h18v2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202A1.5%201.5%200%200%200%2012%203.5V5h-.127a9%209%200%200%200-2.581%202h13.416a9%209%200%200%200-2.58-2H20V3.5A1.5%201.5%200%200%200%2018.5%202zm-6.277%209c.17-.749.433-1.462.777-2.127V9h16v-.127c.344.665.607%201.378.777%202.127zM7%2015v-2h18v2zm4.873%2012a9%209%200%200%201-2.581-2h13.416a9%209%200%200%201-2.58%202H20v1.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5V27zM8%2023.127A9%209%200%200%201%207.223%2021h17.554A9%209%200%200%201%2024%2023.127V23H8zM7%2019v-2h18v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/red-paper-lantern.svg?color=%231a73e8&size=48