Emoji Lotus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Lotus 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/339898.svg" alt="Emoji Lotus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339898.svg" alt="Emoji Lotus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339898.svg" alt="Emoji Lotus icon" :width="24" :height="24" />
CSS background
.icon-emoji-lotus {
background-image: url('https://proicons.com/icon/339898.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M20.7209,28.9302c-1.8558.8246-3.855,1.2778-5.885,1.334-.5251.006-1.0501-.0182-1.5725-.0727-2.7734-.348-5.4296-1.3291-7.7634-2.8674,1.8604-1.4431,4.0725-2.3634,6.4075-2.6658"/><path id="c" class="j" d="M23.7413,29.6055c-.4266,1.6357-1.4307,3.0619-2.8269,4.015-.3773.2589-.775.4864-1.1893.6805-3.5811,1.7244-8.5629,1.6055-8.5629,1.6055-.1387-2.1162.6246-4.1924,2.1011-5.7149.5224.0545,1.0474.0788,1.5725.0727,2.03-.0562,4.0292-.5095,5.885-1.334"/><path id="d" class="j" d="M24.3898,29.5601c.5171,1.647,1.604,3.056,3.0657,3.9745.3917.2483.8026.4648,1.2289.6475v.0066c-.6871,2.8938-4.6845,4.9353-4.6845,4.9353,0,0-3.4225-1.949-4.2748-4.823.4143-.1941.812-.4216,1.1893-.6805,1.3946-.9521,2.3981-2.3762,2.8255-4.0099l.6499-.0505"/><path id="e" class="j" d="M24.516,29.9207c.5543,1.4959,1.5878,2.7665,2.9395,3.6139.3917.2483.8026.4648,1.2289.6475v.0066c3.6802,1.6319,8.6422,1.3874,8.6422,1.3874.0134-2.1403-.8652-4.1895-2.4248-5.6554-.3204-.2911-.6652-.5541-1.0307-.7862-.7139-.4432-1.4786-.7989-2.2776-1.0593"/><path id="f" class="j" d="M36.3704,24.2592c2.1843.4883,4.2614,1.3702,6.1297,2.6026-2.2551,1.6064-4.8592,2.6547-7.5982,3.059-.3204-.2912-.6652-.5542-1.0307-.7862-.8144-.5023-1.6917-.8945-2.609-1.1666"/><path id="g" class="j" d="M24.2024,29.586s-12.7537-1.6194-12.7537-7.2873,1.9131-9.7166,2.5508-10.5262c.6377-.8097,4.4638,3.2388,4.4638,4.8583"/><path id="h" class="j" d="M29.9416,16.6306c0-1.6195,3.8261-5.668,4.4638-4.8583s2.5504,4.8583,2.5504,10.5262-12.7536,7.2873-12.7536,7.2873"/><path id="i" class="j" d="M30.5789,14.6605s-4.8244-5.7845-6.3765-5.7845-6.3336,6.22-6.3336,6.22"/></svg>
Copied!