flower lotus icon
flower-lotus from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- flower-lotus
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Related icons in Lucide Lab
Use the flower lotus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 20c0-5.5-4.5-10-10-10c0 5.5 4.5 10 10 10"/><path d="M9.7 8.3c-1.8-2-3.8-3.1-3.8-3.1s-.8 2.5-.5 5.4"/><path d="M15 12.9V12c0-4.4-3-8-3-8s-3 3.6-3 8v.9"/><path d="M18.6 10.6c.3-2.9-.5-5.4-.5-5.4s-2 1-3.8 3.1"/><path d="M12 20c5.5 0 10-4.5 10-10c-5.5 0-10 4.5-10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabFlowerLotus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M12 20c0-5.5-4.5-10-10-10c0 5.5 4.5 10 10 10"/><path d="M9.7 8.3c-1.8-2-3.8-3.1-3.8-3.1s-.8 2.5-.5 5.4"/><path d="M15 12.9V12c0-4.4-3-8-3-8s-3 3.6-3 8v.9"/><path d="M18.6 10.6c.3-2.9-.5-5.4-.5-5.4s-2 1-3.8 3.1"/><path d="M12 20c5.5 0 10-4.5 10-10c-5.5 0-10 4.5-10 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 20c0-5.5-4.5-10-10-10c0 5.5 4.5 10 10 10"/><path d="M9.7 8.3c-1.8-2-3.8-3.1-3.8-3.1s-.8 2.5-.5 5.4"/><path d="M15 12.9V12c0-4.4-3-8-3-8s-3 3.6-3 8v.9"/><path d="M18.6 10.6c.3-2.9-.5-5.4-.5-5.4s-2 1-3.8 3.1"/><path d="M12 20c5.5 0 10-4.5 10-10c-5.5 0-10 4.5-10 10"/></g></svg> </template>
CSS
.icon-flower-lotus {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M12%2020c0-5.5-4.5-10-10-10c0%205.5%204.5%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M9.7%208.3c-1.8-2-3.8-3.1-3.8-3.1s-.8%202.5-.5%205.4%22%2F%3E%3Cpath%20d%3D%22M15%2012.9V12c0-4.4-3-8-3-8s-3%203.6-3%208v.9%22%2F%3E%3Cpath%20d%3D%22M18.6%2010.6c.3-2.9-.5-5.4-.5-5.4s-2%201-3.8%203.1%22%2F%3E%3Cpath%20d%3D%22M12%2020c5.5%200%2010-4.5%2010-10c-5.5%200-10%204.5-10%2010%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M12%2020c0-5.5-4.5-10-10-10c0%205.5%204.5%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M9.7%208.3c-1.8-2-3.8-3.1-3.8-3.1s-.8%202.5-.5%205.4%22%2F%3E%3Cpath%20d%3D%22M15%2012.9V12c0-4.4-3-8-3-8s-3%203.6-3%208v.9%22%2F%3E%3Cpath%20d%3D%22M18.6%2010.6c.3-2.9-.5-5.4-.5-5.4s-2%201-3.8%203.1%22%2F%3E%3Cpath%20d%3D%22M12%2020c5.5%200%2010-4.5%2010-10c-5.5%200-10%204.5-10%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/flower-lotus.svg?color=%231a73e8&size=48