Lotus Lantern Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lotus Lantern icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/328684.svg" alt="Lotus Lantern icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328684.svg" alt="Lotus Lantern icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328684.svg" alt="Lotus Lantern icon" :width="24" :height="24" />
CSS background
.icon-lotus-lantern {
background-image: url('https://proicons.com/icon/328684.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M19.05200014,28.77599907c-2.34399986-7.84200096.62999916-16.23800087,4.86599922-20.02300072,5.44199944,4.4659996,5.36400032,12.62800026,4.68499947,20.15200043"/><path id="f" class="k" d="M13.19299993,29.62400055c-2.91800022-6.00399971-3.06000042-11.46500015-1.03600025-15.73999977,4.88599968,1.7869997,6.92199898,7.06500053,8.32699966,12.87999916"/><path id="g" class="k" d="M17.99300012,29.82600021c-3.37100029-4.63399887-7.53999996-7.72399902-13.43799973-7.62800026-.56400013,4.47800064,3.31599998,9.53999901,8.74800014,13.54699898"/><path id="h" class="k" d="M34.8069993,29.62400055c2.91799927-6.00399971,3.06000137-11.46500015,1.0359993-15.73999977-4.88599968,1.7869997-6.92200089,7.06500053-8.32699966,12.87999916"/><path id="i" class="k" d="M30.00700006,29.82600021c3.37099838-4.63399887,7.54000092-7.72399902,13.43799973-7.62800026.56399918,4.47800064-3.31600189,9.53999901-8.7480011,13.54699898"/><path id="j" class="k" d="M27.93600092,39.24700165l-7.06900024-7.08499908-3.17000008,3.1780014h13.01299858l-3.17000008-3.1780014-7.06999969,7.08499908"/></svg>
Copied!