flower tulip icon
flower-tulip from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- flower-tulip
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Related icons in Lucide Lab
Use the flower tulip 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 7c-2-3.2-6-4-6-4v5c0 3.3 2.7 6 6 6v8"/><path d="M9.5 4.5C10 3 12 2 12 2s2 1 2.5 2.5"/><path d="M12 14c3.3 0 6-2.7 6-6V3c-6.2.9-10.8 11-6 11m0 8c-4.2 0-7-1.7-7-5c4.2 0 7 1.7 7 5m0 0c4.2 0 7-1.7 7-5c-4.2 0-7 1.7-7 5"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabFlowerTulip(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 7c-2-3.2-6-4-6-4v5c0 3.3 2.7 6 6 6v8"/><path d="M9.5 4.5C10 3 12 2 12 2s2 1 2.5 2.5"/><path d="M12 14c3.3 0 6-2.7 6-6V3c-6.2.9-10.8 11-6 11m0 8c-4.2 0-7-1.7-7-5c4.2 0 7 1.7 7 5m0 0c4.2 0 7-1.7 7-5c-4.2 0-7 1.7-7 5"/></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 7c-2-3.2-6-4-6-4v5c0 3.3 2.7 6 6 6v8"/><path d="M9.5 4.5C10 3 12 2 12 2s2 1 2.5 2.5"/><path d="M12 14c3.3 0 6-2.7 6-6V3c-6.2.9-10.8 11-6 11m0 8c-4.2 0-7-1.7-7-5c4.2 0 7 1.7 7 5m0 0c4.2 0 7-1.7 7-5c-4.2 0-7 1.7-7 5"/></g></svg> </template>
CSS
.icon-flower-tulip {
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%207c-2-3.2-6-4-6-4v5c0%203.3%202.7%206%206%206v8%22%2F%3E%3Cpath%20d%3D%22M9.5%204.5C10%203%2012%202%2012%202s2%201%202.5%202.5%22%2F%3E%3Cpath%20d%3D%22M12%2014c3.3%200%206-2.7%206-6V3c-6.2.9-10.8%2011-6%2011m0%208c-4.2%200-7-1.7-7-5c4.2%200%207%201.7%207%205m0%200c4.2%200%207-1.7%207-5c-4.2%200-7%201.7-7%205%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%207c-2-3.2-6-4-6-4v5c0%203.3%202.7%206%206%206v8%22%2F%3E%3Cpath%20d%3D%22M9.5%204.5C10%203%2012%202%2012%202s2%201%202.5%202.5%22%2F%3E%3Cpath%20d%3D%22M12%2014c3.3%200%206-2.7%206-6V3c-6.2.9-10.8%2011-6%2011m0%208c-4.2%200-7-1.7-7-5c4.2%200%207%201.7%207%205m0%200c4.2%200%207-1.7%207-5c-4.2%200-7%201.7-7%205%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-tulip.svg?color=%231a73e8&size=48