lantern icon
lantern-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- lantern-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the lantern 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 1h1a1 1 0 0 1 .996.925a10.5 10.5 0 0 1 1.923 1C20.726 8.132 22 9.906 22 12s-1.274 3.87-3.081 5.074c-1.227.818-2.744 1.408-4.419 1.705V21a1 1 0 1 1-2 0v-2h-1v2a1 1 0 1 1-2 0v-2.22c-1.675-.298-3.192-.888-4.419-1.706C3.274 15.87 2 14.095 2 12s1.274-3.87 3.081-5.074c.58-.387 1.226-.723 1.922-1.001A1 1 0 0 1 8 5h1a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1M8.273 7l-.002.002C7.206 8.134 6 9.872 6 12s1.206 3.866 2.271 4.998l.002.002h3.037c-.087-.062-.199-.14-.325-.237a11 11 0 0 1-1.256-1.136C8.794 14.634 8 13.371 8 12s.794-2.634 1.729-3.627c.454-.483.912-.87 1.256-1.136q.193-.145.325-.237zm4.417 0c.087.062.199.14.325.237c.344.266.802.653 1.256 1.136C15.207 9.366 16 10.629 16 12s-.794 2.634-1.729 3.627c-.454.483-.912.87-1.256 1.136q-.193.145-.325.237h3.037l.002-.002C16.794 15.866 18 14.128 18 12s-1.206-3.866-2.271-4.998L15.727 7z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLanternFill(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 1h1a1 1 0 0 1 .996.925a10.5 10.5 0 0 1 1.923 1C20.726 8.132 22 9.906 22 12s-1.274 3.87-3.081 5.074c-1.227.818-2.744 1.408-4.419 1.705V21a1 1 0 1 1-2 0v-2h-1v2a1 1 0 1 1-2 0v-2.22c-1.675-.298-3.192-.888-4.419-1.706C3.274 15.87 2 14.095 2 12s1.274-3.87 3.081-5.074c.58-.387 1.226-.723 1.922-1.001A1 1 0 0 1 8 5h1a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1M8.273 7l-.002.002C7.206 8.134 6 9.872 6 12s1.206 3.866 2.271 4.998l.002.002h3.037c-.087-.062-.199-.14-.325-.237a11 11 0 0 1-1.256-1.136C8.794 14.634 8 13.371 8 12s.794-2.634 1.729-3.627c.454-.483.912-.87 1.256-1.136q.193-.145.325-.237zm4.417 0c.087.062.199.14.325.237c.344.266.802.653 1.256 1.136C15.207 9.366 16 10.629 16 12s-.794 2.634-1.729 3.627c-.454.483-.912.87-1.256 1.136q-.193.145-.325.237h3.037l.002-.002C16.794 15.866 18 14.128 18 12s-1.206-3.866-2.271-4.998L15.727 7z"/></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 1h1a1 1 0 0 1 .996.925a10.5 10.5 0 0 1 1.923 1C20.726 8.132 22 9.906 22 12s-1.274 3.87-3.081 5.074c-1.227.818-2.744 1.408-4.419 1.705V21a1 1 0 1 1-2 0v-2h-1v2a1 1 0 1 1-2 0v-2.22c-1.675-.298-3.192-.888-4.419-1.706C3.274 15.87 2 14.095 2 12s1.274-3.87 3.081-5.074c.58-.387 1.226-.723 1.922-1.001A1 1 0 0 1 8 5h1a1 1 0 0 1 1-1h1V3a1 1 0 0 1 1-1M8.273 7l-.002.002C7.206 8.134 6 9.872 6 12s1.206 3.866 2.271 4.998l.002.002h3.037c-.087-.062-.199-.14-.325-.237a11 11 0 0 1-1.256-1.136C8.794 14.634 8 13.371 8 12s.794-2.634 1.729-3.627c.454-.483.912-.87 1.256-1.136q.193-.145.325-.237zm4.417 0c.087.062.199.14.325.237c.344.266.802.653 1.256 1.136C15.207 9.366 16 10.629 16 12s-.794 2.634-1.729 3.627c-.454.483-.912.87-1.256 1.136q-.193.145-.325.237h3.037l.002-.002C16.794 15.866 18 14.128 18 12s-1.206-3.866-2.271-4.998L15.727 7z"/></svg> </template>
CSS
.icon-lantern-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%201h1a1%201%200%200%201%20.996.925a10.5%2010.5%200%200%201%201.923%201C20.726%208.132%2022%209.906%2022%2012s-1.274%203.87-3.081%205.074c-1.227.818-2.744%201.408-4.419%201.705V21a1%201%200%201%201-2%200v-2h-1v2a1%201%200%201%201-2%200v-2.22c-1.675-.298-3.192-.888-4.419-1.706C3.274%2015.87%202%2014.095%202%2012s1.274-3.87%203.081-5.074c.58-.387%201.226-.723%201.922-1.001A1%201%200%200%201%208%205h1a1%201%200%200%201%201-1h1V3a1%201%200%200%201%201-1M8.273%207l-.002.002C7.206%208.134%206%209.872%206%2012s1.206%203.866%202.271%204.998l.002.002h3.037c-.087-.062-.199-.14-.325-.237a11%2011%200%200%201-1.256-1.136C8.794%2014.634%208%2013.371%208%2012s.794-2.634%201.729-3.627c.454-.483.912-.87%201.256-1.136q.193-.145.325-.237zm4.417%200c.087.062.199.14.325.237c.344.266.802.653%201.256%201.136C15.207%209.366%2016%2010.629%2016%2012s-.794%202.634-1.729%203.627c-.454.483-.912.87-1.256%201.136q-.193.145-.325.237h3.037l.002-.002C16.794%2015.866%2018%2014.128%2018%2012s-1.206-3.866-2.271-4.998L15.727%207z%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%201h1a1%201%200%200%201%20.996.925a10.5%2010.5%200%200%201%201.923%201C20.726%208.132%2022%209.906%2022%2012s-1.274%203.87-3.081%205.074c-1.227.818-2.744%201.408-4.419%201.705V21a1%201%200%201%201-2%200v-2h-1v2a1%201%200%201%201-2%200v-2.22c-1.675-.298-3.192-.888-4.419-1.706C3.274%2015.87%202%2014.095%202%2012s1.274-3.87%203.081-5.074c.58-.387%201.226-.723%201.922-1.001A1%201%200%200%201%208%205h1a1%201%200%200%201%201-1h1V3a1%201%200%200%201%201-1M8.273%207l-.002.002C7.206%208.134%206%209.872%206%2012s1.206%203.866%202.271%204.998l.002.002h3.037c-.087-.062-.199-.14-.325-.237a11%2011%200%200%201-1.256-1.136C8.794%2014.634%208%2013.371%208%2012s.794-2.634%201.729-3.627c.454-.483.912-.87%201.256-1.136q.193-.145.325-.237zm4.417%200c.087.062.199.14.325.237c.344.266.802.653%201.256%201.136C15.207%209.366%2016%2010.629%2016%2012s-.794%202.634-1.729%203.627c-.454.483-.912.87-1.256%201.136q-.193.145-.325.237h3.037l.002-.002C16.794%2015.866%2018%2014.128%2018%2012s-1.206-3.866-2.271-4.998L15.727%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/lantern-fill.svg?color=%231a73e8&size=48