butterfly icon
butterfly from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- butterfly
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
butterflyEmoji One (Colored)butterflyFluent EmojibutterflyFluent Emoji FlatbutterflyFluent Emoji High ContrastbutterflyIconParkbutterflyIconPark OutlinebutterflyIconPark SolidbutterflyIconPark TwoTonebutterflyMaterial Design Iconsbutterfly-fillMingCute IconbutterflyNoto EmojibutterflyOpenMojibutterflyPhosphorbutterflyTabler IconsbutterflyTwitter Emoji
Use the butterfly 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="M15.8 2C12 3.8 12 9 12 9s0-5.2-3.8-7M12 9v11"/><path d="M20 5c-3.5 0-6.5 3.9-8 6.3C10.5 8.9 7.5 5 4 5a2 2 0 0 0-2 2c0 2.3.6 4.4 1.5 5.6C4 13.5 4.9 14 6 14h2c-.9.4-2.1.9-2.6 1.5c-1.6 1.6-.9 3.4.7 4.9c1.6 1.6 3.4 2.3 4.9.7c.3-.3 1-1.1 1-1.1s.6.8 1 1.1c1.6 1.6 3.4.9 4.9-.7c1.6-1.6 2.3-3.4.7-4.9c-.5-.5-1.7-1.1-2.6-1.5h2c1.1 0 2-.5 2.5-1.4c.9-1.2 1.5-3.3 1.5-5.6a2 2 0 0 0-2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabButterfly(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="M15.8 2C12 3.8 12 9 12 9s0-5.2-3.8-7M12 9v11"/><path d="M20 5c-3.5 0-6.5 3.9-8 6.3C10.5 8.9 7.5 5 4 5a2 2 0 0 0-2 2c0 2.3.6 4.4 1.5 5.6C4 13.5 4.9 14 6 14h2c-.9.4-2.1.9-2.6 1.5c-1.6 1.6-.9 3.4.7 4.9c1.6 1.6 3.4 2.3 4.9.7c.3-.3 1-1.1 1-1.1s.6.8 1 1.1c1.6 1.6 3.4.9 4.9-.7c1.6-1.6 2.3-3.4.7-4.9c-.5-.5-1.7-1.1-2.6-1.5h2c1.1 0 2-.5 2.5-1.4c.9-1.2 1.5-3.3 1.5-5.6a2 2 0 0 0-2-2"/></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="M15.8 2C12 3.8 12 9 12 9s0-5.2-3.8-7M12 9v11"/><path d="M20 5c-3.5 0-6.5 3.9-8 6.3C10.5 8.9 7.5 5 4 5a2 2 0 0 0-2 2c0 2.3.6 4.4 1.5 5.6C4 13.5 4.9 14 6 14h2c-.9.4-2.1.9-2.6 1.5c-1.6 1.6-.9 3.4.7 4.9c1.6 1.6 3.4 2.3 4.9.7c.3-.3 1-1.1 1-1.1s.6.8 1 1.1c1.6 1.6 3.4.9 4.9-.7c1.6-1.6 2.3-3.4.7-4.9c-.5-.5-1.7-1.1-2.6-1.5h2c1.1 0 2-.5 2.5-1.4c.9-1.2 1.5-3.3 1.5-5.6a2 2 0 0 0-2-2"/></g></svg> </template>
CSS
.icon-butterfly {
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%22M15.8%202C12%203.8%2012%209%2012%209s0-5.2-3.8-7M12%209v11%22%2F%3E%3Cpath%20d%3D%22M20%205c-3.5%200-6.5%203.9-8%206.3C10.5%208.9%207.5%205%204%205a2%202%200%200%200-2%202c0%202.3.6%204.4%201.5%205.6C4%2013.5%204.9%2014%206%2014h2c-.9.4-2.1.9-2.6%201.5c-1.6%201.6-.9%203.4.7%204.9c1.6%201.6%203.4%202.3%204.9.7c.3-.3%201-1.1%201-1.1s.6.8%201%201.1c1.6%201.6%203.4.9%204.9-.7c1.6-1.6%202.3-3.4.7-4.9c-.5-.5-1.7-1.1-2.6-1.5h2c1.1%200%202-.5%202.5-1.4c.9-1.2%201.5-3.3%201.5-5.6a2%202%200%200%200-2-2%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%22M15.8%202C12%203.8%2012%209%2012%209s0-5.2-3.8-7M12%209v11%22%2F%3E%3Cpath%20d%3D%22M20%205c-3.5%200-6.5%203.9-8%206.3C10.5%208.9%207.5%205%204%205a2%202%200%200%200-2%202c0%202.3.6%204.4%201.5%205.6C4%2013.5%204.9%2014%206%2014h2c-.9.4-2.1.9-2.6%201.5c-1.6%201.6-.9%203.4.7%204.9c1.6%201.6%203.4%202.3%204.9.7c.3-.3%201-1.1%201-1.1s.6.8%201%201.1c1.6%201.6%203.4.9%204.9-.7c1.6-1.6%202.3-3.4.7-4.9c-.5-.5-1.7-1.1-2.6-1.5h2c1.1%200%202-.5%202.5-1.4c.9-1.2%201.5-3.3%201.5-5.6a2%202%200%200%200-2-2%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/butterfly.svg?color=%231a73e8&size=48