lantern 2 icon
lantern-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- lantern-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the lantern 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v1h1a1 1 0 0 1 1 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-.54a9.4 9.4 0 0 1-.24 1.492a6 6 0 0 1-.205.672a3 3 0 0 1-.12.281v.002a1 1 0 0 1-1.794-.883c.079-.178.132-.368.18-.556c.062-.25.127-.586.17-1.008h-1.025a5.7 5.7 0 0 1-.531 1.697c-.155.31-.313.548-.439.715a3 3 0 0 1-.248.294a1 1 0 0 1-1.425-1.403a2.3 2.3 0 0 0 .322-.5A3.6 3.6 0 0 0 9.391 19H9a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1m-2 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2m4 0a1 1 0 1 0 0 2v6a1 1 0 1 0 0 2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLantern2Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v1h1a1 1 0 0 1 1 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-.54a9.4 9.4 0 0 1-.24 1.492a6 6 0 0 1-.205.672a3 3 0 0 1-.12.281v.002a1 1 0 0 1-1.794-.883c.079-.178.132-.368.18-.556c.062-.25.127-.586.17-1.008h-1.025a5.7 5.7 0 0 1-.531 1.697c-.155.31-.313.548-.439.715a3 3 0 0 1-.248.294a1 1 0 0 1-1.425-1.403a2.3 2.3 0 0 0 .322-.5A3.6 3.6 0 0 0 9.391 19H9a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1m-2 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2m4 0a1 1 0 1 0 0 2v6a1 1 0 1 0 0 2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v1h1a1 1 0 0 1 1 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-.54a9.4 9.4 0 0 1-.24 1.492a6 6 0 0 1-.205.672a3 3 0 0 1-.12.281v.002a1 1 0 0 1-1.794-.883c.079-.178.132-.368.18-.556c.062-.25.127-.586.17-1.008h-1.025a5.7 5.7 0 0 1-.531 1.697c-.155.31-.313.548-.439.715a3 3 0 0 1-.248.294a1 1 0 0 1-1.425-1.403a2.3 2.3 0 0 0 .322-.5A3.6 3.6 0 0 0 9.391 19H9a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1m-2 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2m4 0a1 1 0 1 0 0 2v6a1 1 0 1 0 0 2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2"/></svg> </template>
CSS
.icon-lantern-2-fill {
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%22currentColor%22%20d%3D%22M12%202a1%201%200%200%201%201%201v1h1a1%201%200%200%201%201%201a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203h-.54a9.4%209.4%200%200%201-.24%201.492a6%206%200%200%201-.205.672a3%203%200%200%201-.12.281v.002a1%201%200%200%201-1.794-.883c.079-.178.132-.368.18-.556c.062-.25.127-.586.17-1.008h-1.025a5.7%205.7%200%200%201-.531%201.697c-.155.31-.313.548-.439.715a3%203%200%200%201-.248.294a1%201%200%200%201-1.425-1.403a2.3%202.3%200%200%200%20.322-.5A3.6%203.6%200%200%200%209.391%2019H9a3%203%200%200%201-3-3V8a3%203%200%200%201%203-3a1%201%200%200%201%201-1h1V3a1%201%200%200%201%201-1m-2%205a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202a1%201%200%201%200%200-2V9a1%201%200%201%200%200-2m4%200a1%201%200%201%200%200%202v6a1%201%200%201%200%200%202a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2%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%22currentColor%22%20d%3D%22M12%202a1%201%200%200%201%201%201v1h1a1%201%200%200%201%201%201a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203h-.54a9.4%209.4%200%200%201-.24%201.492a6%206%200%200%201-.205.672a3%203%200%200%201-.12.281v.002a1%201%200%200%201-1.794-.883c.079-.178.132-.368.18-.556c.062-.25.127-.586.17-1.008h-1.025a5.7%205.7%200%200%201-.531%201.697c-.155.31-.313.548-.439.715a3%203%200%200%201-.248.294a1%201%200%200%201-1.425-1.403a2.3%202.3%200%200%200%20.322-.5A3.6%203.6%200%200%200%209.391%2019H9a3%203%200%200%201-3-3V8a3%203%200%200%201%203-3a1%201%200%200%201%201-1h1V3a1%201%200%200%201%201-1m-2%205a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202a1%201%200%201%200%200-2V9a1%201%200%201%200%200-2m4%200a1%201%200%201%200%200%202v6a1%201%200%201%200%200%202a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/lantern-2-fill.svg?color=%231a73e8&size=48