red paper lantern emoji
red-paper-lantern from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- red-paper-lantern
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the red paper lantern emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#37474f" d="M81.23 119.44c0 1.51-1.09 2.84-2.69 3.27c-2.36.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27v-5.62c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#c62828" d="M77.98 113.76c-11.52 1.13-16.34 1.03-27.97 0c-11.49-1.02-23.95-13.8-23.95-27.03V39.78c0-14.82 12.01-26.83 26.83-26.83H75.1c14.82 0 26.83 12.01 26.83 26.83v46.95c0 13.23-12.62 25.92-23.95 27.03"/><radialGradient id="SVGYMf8dbJe" cx="65.103" cy="64.336" r="50.079" gradientTransform="matrix(.7521 0 0 1 14.994 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff176"/><stop offset=".354" stop-color="#ff9800"/><stop offset=".749" stop-color="#f44336"/><stop offset="1" stop-color="#f44336" stop-opacity="0"/></radialGradient><ellipse cx="63.96" cy="64.34" fill="url(#SVGYMf8dbJe)" rx="37.66" ry="50.08"/><radialGradient id="SVG088ZR0NS" cx="64" cy="49.182" r="27.681" gradientUnits="userSpaceOnUse"><stop offset=".446" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVG088ZR0NS)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 46.57c3.44 1.16 17.17 5.28 37.9 5.28c21.05 0 34.88-4.25 38.05-5.34"/><radialGradient id="SVGao0JwCNp" cx="63.958" cy="62.678" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".478" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGao0JwCNp)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 60.05c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><radialGradient id="SVGpCeyRVuo" cx="63.958" cy="76.161" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".446" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGpCeyRVuo)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 73.53c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><path fill="none" stroke="#9b0000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M33.18 21.58c6.53 1.61 16.25 3.3 30.74 3.3c14.53 0 24.15-1.68 30.67-3.29M26.31 33.18c3.87 1.27 17.42 5.19 37.61 5.19c20.31 0 33.9-3.96 37.68-5.21M26.03 87.01c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31m-71.2 14.89c6.04 1.65 16.89 3.91 33.22 3.91c16.16 0 27.2-2.51 33.29-4.16"/><path fill="#37474f" d="M81.23 12.43c0 1.51-1.09 2.84-2.69 3.27c-2.37.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27V6.81c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#2f7889" d="M49.77 5.75c.95.22 2.58.46 5.21.49c.5.01.9.38.9.83l.01 7.47c0 .48-.45.85-.98.83c-3.13-.11-4.96-.76-5.77-1.13a.82.82 0 0 1-.5-.74V6.56c0-.53.55-.94 1.13-.81"/></svg>
React
import type { SVGProps } from "react";
export function NotoRedPaperLantern(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#37474f" d="M81.23 119.44c0 1.51-1.09 2.84-2.69 3.27c-2.36.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27v-5.62c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#c62828" d="M77.98 113.76c-11.52 1.13-16.34 1.03-27.97 0c-11.49-1.02-23.95-13.8-23.95-27.03V39.78c0-14.82 12.01-26.83 26.83-26.83H75.1c14.82 0 26.83 12.01 26.83 26.83v46.95c0 13.23-12.62 25.92-23.95 27.03"/><radialGradient id="SVGYMf8dbJe" cx="65.103" cy="64.336" r="50.079" gradientTransform="matrix(.7521 0 0 1 14.994 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#fff176"/><stop offset=".354" stopColor="#ff9800"/><stop offset=".749" stopColor="#f44336"/><stop offset="1" stopColor="#f44336" stopOpacity="0"/></radialGradient><ellipse cx="63.96" cy="64.34" fill="url(#SVGYMf8dbJe)" rx="37.66" ry="50.08"/><radialGradient id="SVG088ZR0NS" cx="64" cy="49.182" r="27.681" gradientUnits="userSpaceOnUse"><stop offset=".446" stopColor="#f44336"/><stop offset="1" stopColor="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVG088ZR0NS)" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M26.03 46.57c3.44 1.16 17.17 5.28 37.9 5.28c21.05 0 34.88-4.25 38.05-5.34"/><radialGradient id="SVGao0JwCNp" cx="63.958" cy="62.678" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".478" stopColor="#f44336"/><stop offset="1" stopColor="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGao0JwCNp)" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M26.03 60.05c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><radialGradient id="SVGpCeyRVuo" cx="63.958" cy="76.161" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".446" stopColor="#f44336"/><stop offset="1" stopColor="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGpCeyRVuo)" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M26.03 73.53c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><path fill="none" stroke="#9b0000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M33.18 21.58c6.53 1.61 16.25 3.3 30.74 3.3c14.53 0 24.15-1.68 30.67-3.29M26.31 33.18c3.87 1.27 17.42 5.19 37.61 5.19c20.31 0 33.9-3.96 37.68-5.21M26.03 87.01c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31m-71.2 14.89c6.04 1.65 16.89 3.91 33.22 3.91c16.16 0 27.2-2.51 33.29-4.16"/><path fill="#37474f" d="M81.23 12.43c0 1.51-1.09 2.84-2.69 3.27c-2.37.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27V6.81c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#2f7889" d="M49.77 5.75c.95.22 2.58.46 5.21.49c.5.01.9.38.9.83l.01 7.47c0 .48-.45.85-.98.83c-3.13-.11-4.96-.76-5.77-1.13a.82.82 0 0 1-.5-.74V6.56c0-.53.55-.94 1.13-.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#37474f" d="M81.23 119.44c0 1.51-1.09 2.84-2.69 3.27c-2.36.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27v-5.62c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#c62828" d="M77.98 113.76c-11.52 1.13-16.34 1.03-27.97 0c-11.49-1.02-23.95-13.8-23.95-27.03V39.78c0-14.82 12.01-26.83 26.83-26.83H75.1c14.82 0 26.83 12.01 26.83 26.83v46.95c0 13.23-12.62 25.92-23.95 27.03"/><radialGradient id="SVGYMf8dbJe" cx="65.103" cy="64.336" r="50.079" gradientTransform="matrix(.7521 0 0 1 14.994 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff176"/><stop offset=".354" stop-color="#ff9800"/><stop offset=".749" stop-color="#f44336"/><stop offset="1" stop-color="#f44336" stop-opacity="0"/></radialGradient><ellipse cx="63.96" cy="64.34" fill="url(#SVGYMf8dbJe)" rx="37.66" ry="50.08"/><radialGradient id="SVG088ZR0NS" cx="64" cy="49.182" r="27.681" gradientUnits="userSpaceOnUse"><stop offset=".446" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVG088ZR0NS)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 46.57c3.44 1.16 17.17 5.28 37.9 5.28c21.05 0 34.88-4.25 38.05-5.34"/><radialGradient id="SVGao0JwCNp" cx="63.958" cy="62.678" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".478" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGao0JwCNp)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 60.05c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><radialGradient id="SVGpCeyRVuo" cx="63.958" cy="76.161" r="27.651" gradientUnits="userSpaceOnUse"><stop offset=".446" stop-color="#f44336"/><stop offset="1" stop-color="#9b0000"/></radialGradient><path fill="none" stroke="url(#SVGpCeyRVuo)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.03 73.53c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31"/><path fill="none" stroke="#9b0000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M33.18 21.58c6.53 1.61 16.25 3.3 30.74 3.3c14.53 0 24.15-1.68 30.67-3.29M26.31 33.18c3.87 1.27 17.42 5.19 37.61 5.19c20.31 0 33.9-3.96 37.68-5.21M26.03 87.01c3.44 1.16 17.17 5.28 37.9 5.28c20.87 0 34.64-4.18 37.97-5.31m-71.2 14.89c6.04 1.65 16.89 3.91 33.22 3.91c16.16 0 27.2-2.51 33.29-4.16"/><path fill="#37474f" d="M81.23 12.43c0 1.51-1.09 2.84-2.69 3.27c-2.37.63-6.71 1.29-14.54 1.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27V6.81c0-1.55 1.39-2.81 3.11-2.81h28.24c1.72 0 3.11 1.26 3.11 2.81z"/><path fill="#2f7889" d="M49.77 5.75c.95.22 2.58.46 5.21.49c.5.01.9.38.9.83l.01 7.47c0 .48-.45.85-.98.83c-3.13-.11-4.96-.76-5.77-1.13a.82.82 0 0 1-.5-.74V6.56c0-.53.55-.94 1.13-.81"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22M81.23%20119.44c0%201.51-1.09%202.84-2.69%203.27c-2.36.63-6.71%201.29-14.54%201.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27v-5.62c0-1.55%201.39-2.81%203.11-2.81h28.24c1.72%200%203.11%201.26%203.11%202.81z%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M77.98%20113.76c-11.52%201.13-16.34%201.03-27.97%200c-11.49-1.02-23.95-13.8-23.95-27.03V39.78c0-14.82%2012.01-26.83%2026.83-26.83H75.1c14.82%200%2026.83%2012.01%2026.83%2026.83v46.95c0%2013.23-12.62%2025.92-23.95%2027.03%22%2F%3E%3CradialGradient%20id%3D%22SVGYMf8dbJe%22%20cx%3D%2265.103%22%20cy%3D%2264.336%22%20r%3D%2250.079%22%20gradientTransform%3D%22matrix(.7521%200%200%201%2014.994%200)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff176%22%2F%3E%3Cstop%20offset%3D%22.354%22%20stop-color%3D%22%23ff9800%22%2F%3E%3Cstop%20offset%3D%22.749%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f44336%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cellipse%20cx%3D%2263.96%22%20cy%3D%2264.34%22%20fill%3D%22url(%23SVGYMf8dbJe)%22%20rx%3D%2237.66%22%20ry%3D%2250.08%22%2F%3E%3CradialGradient%20id%3D%22SVG088ZR0NS%22%20cx%3D%2264%22%20cy%3D%2249.182%22%20r%3D%2227.681%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVG088ZR0NS)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2046.57c3.44%201.16%2017.17%205.28%2037.9%205.28c21.05%200%2034.88-4.25%2038.05-5.34%22%2F%3E%3CradialGradient%20id%3D%22SVGao0JwCNp%22%20cx%3D%2263.958%22%20cy%3D%2262.678%22%20r%3D%2227.651%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.478%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVGao0JwCNp)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2060.05c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31%22%2F%3E%3CradialGradient%20id%3D%22SVGpCeyRVuo%22%20cx%3D%2263.958%22%20cy%3D%2276.161%22%20r%3D%2227.651%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVGpCeyRVuo)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2073.53c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b0000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M33.18%2021.58c6.53%201.61%2016.25%203.3%2030.74%203.3c14.53%200%2024.15-1.68%2030.67-3.29M26.31%2033.18c3.87%201.27%2017.42%205.19%2037.61%205.19c20.31%200%2033.9-3.96%2037.68-5.21M26.03%2087.01c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31m-71.2%2014.89c6.04%201.65%2016.89%203.91%2033.22%203.91c16.16%200%2027.2-2.51%2033.29-4.16%22%2F%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22M81.23%2012.43c0%201.51-1.09%202.84-2.69%203.27c-2.37.63-6.71%201.29-14.54%201.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27V6.81c0-1.55%201.39-2.81%203.11-2.81h28.24c1.72%200%203.11%201.26%203.11%202.81z%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M49.77%205.75c.95.22%202.58.46%205.21.49c.5.01.9.38.9.83l.01%207.47c0%20.48-.45.85-.98.83c-3.13-.11-4.96-.76-5.77-1.13a.82.82%200%200%201-.5-.74V6.56c0-.53.55-.94%201.13-.81%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22M81.23%20119.44c0%201.51-1.09%202.84-2.69%203.27c-2.36.63-6.71%201.29-14.54%201.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27v-5.62c0-1.55%201.39-2.81%203.11-2.81h28.24c1.72%200%203.11%201.26%203.11%202.81z%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M77.98%20113.76c-11.52%201.13-16.34%201.03-27.97%200c-11.49-1.02-23.95-13.8-23.95-27.03V39.78c0-14.82%2012.01-26.83%2026.83-26.83H75.1c14.82%200%2026.83%2012.01%2026.83%2026.83v46.95c0%2013.23-12.62%2025.92-23.95%2027.03%22%2F%3E%3CradialGradient%20id%3D%22SVGYMf8dbJe%22%20cx%3D%2265.103%22%20cy%3D%2264.336%22%20r%3D%2250.079%22%20gradientTransform%3D%22matrix(.7521%200%200%201%2014.994%200)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff176%22%2F%3E%3Cstop%20offset%3D%22.354%22%20stop-color%3D%22%23ff9800%22%2F%3E%3Cstop%20offset%3D%22.749%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f44336%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cellipse%20cx%3D%2263.96%22%20cy%3D%2264.34%22%20fill%3D%22url(%23SVGYMf8dbJe)%22%20rx%3D%2237.66%22%20ry%3D%2250.08%22%2F%3E%3CradialGradient%20id%3D%22SVG088ZR0NS%22%20cx%3D%2264%22%20cy%3D%2249.182%22%20r%3D%2227.681%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVG088ZR0NS)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2046.57c3.44%201.16%2017.17%205.28%2037.9%205.28c21.05%200%2034.88-4.25%2038.05-5.34%22%2F%3E%3CradialGradient%20id%3D%22SVGao0JwCNp%22%20cx%3D%2263.958%22%20cy%3D%2262.678%22%20r%3D%2227.651%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.478%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVGao0JwCNp)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2060.05c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31%22%2F%3E%3CradialGradient%20id%3D%22SVGpCeyRVuo%22%20cx%3D%2263.958%22%20cy%3D%2276.161%22%20r%3D%2227.651%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239b0000%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22url(%23SVGpCeyRVuo)%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.03%2073.53c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b0000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M33.18%2021.58c6.53%201.61%2016.25%203.3%2030.74%203.3c14.53%200%2024.15-1.68%2030.67-3.29M26.31%2033.18c3.87%201.27%2017.42%205.19%2037.61%205.19c20.31%200%2033.9-3.96%2037.68-5.21M26.03%2087.01c3.44%201.16%2017.17%205.28%2037.9%205.28c20.87%200%2034.64-4.18%2037.97-5.31m-71.2%2014.89c6.04%201.65%2016.89%203.91%2033.22%203.91c16.16%200%2027.2-2.51%2033.29-4.16%22%2F%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22M81.23%2012.43c0%201.51-1.09%202.84-2.69%203.27c-2.37.63-6.71%201.29-14.54%201.29s-12.18-.66-14.54-1.29c-1.6-.43-2.69-1.76-2.69-3.27V6.81c0-1.55%201.39-2.81%203.11-2.81h28.24c1.72%200%203.11%201.26%203.11%202.81z%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M49.77%205.75c.95.22%202.58.46%205.21.49c.5.01.9.38.9.83l.01%207.47c0%20.48-.45.85-.98.83c-3.13-.11-4.96-.76-5.77-1.13a.82.82%200%200%201-.5-.74V6.56c0-.53.55-.94%201.13-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/red-paper-lantern.svg?color=%231a73e8&size=48