dragonfly icon
dragonfly-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- dragonfly-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the dragonfly icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.684 4.052a1 1 0 0 1 .632 1.897a2 2 0 0 0-.232.096q.144.192.253.41l4.28-.95A2.78 2.78 0 0 1 21.688 9.5a2.781 2.781 0 0 1-3.072 3.995l-5.255-1.168a1.4 1.4 0 0 1-.377.51q.014.08.015.163v6a1 1 0 1 1-2 0v-6q0-.083.014-.162a1.4 1.4 0 0 1-.377-.511l-5.253 1.168A2.781 2.781 0 0 1 2.312 9.5a2.78 2.78 0 0 1 3.072-3.994l4.278.949q.108-.218.253-.41a2 2 0 0 0-.231-.096a1 1 0 0 1 .632-1.897a4 4 0 0 1 1.545.952a3 3 0 0 1 .277 0c.382-.375.89-.734 1.546-.952"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDragonflyFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.684 4.052a1 1 0 0 1 .632 1.897a2 2 0 0 0-.232.096q.144.192.253.41l4.28-.95A2.78 2.78 0 0 1 21.688 9.5a2.781 2.781 0 0 1-3.072 3.995l-5.255-1.168a1.4 1.4 0 0 1-.377.51q.014.08.015.163v6a1 1 0 1 1-2 0v-6q0-.083.014-.162a1.4 1.4 0 0 1-.377-.511l-5.253 1.168A2.781 2.781 0 0 1 2.312 9.5a2.78 2.78 0 0 1 3.072-3.994l4.278.949q.108-.218.253-.41a2 2 0 0 0-.231-.096a1 1 0 0 1 .632-1.897a4 4 0 0 1 1.545.952a3 3 0 0 1 .277 0c.382-.375.89-.734 1.546-.952"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.684 4.052a1 1 0 0 1 .632 1.897a2 2 0 0 0-.232.096q.144.192.253.41l4.28-.95A2.78 2.78 0 0 1 21.688 9.5a2.781 2.781 0 0 1-3.072 3.995l-5.255-1.168a1.4 1.4 0 0 1-.377.51q.014.08.015.163v6a1 1 0 1 1-2 0v-6q0-.083.014-.162a1.4 1.4 0 0 1-.377-.511l-5.253 1.168A2.781 2.781 0 0 1 2.312 9.5a2.78 2.78 0 0 1 3.072-3.994l4.278.949q.108-.218.253-.41a2 2 0 0 0-.231-.096a1 1 0 0 1 .632-1.897a4 4 0 0 1 1.545.952a3 3 0 0 1 .277 0c.382-.375.89-.734 1.546-.952"/></svg> </template>
CSS
.icon-dragonfly-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.684%204.052a1%201%200%200%201%20.632%201.897a2%202%200%200%200-.232.096q.144.192.253.41l4.28-.95A2.78%202.78%200%200%201%2021.688%209.5a2.781%202.781%200%200%201-3.072%203.995l-5.255-1.168a1.4%201.4%200%200%201-.377.51q.014.08.015.163v6a1%201%200%201%201-2%200v-6q0-.083.014-.162a1.4%201.4%200%200%201-.377-.511l-5.253%201.168A2.781%202.781%200%200%201%202.312%209.5a2.78%202.78%200%200%201%203.072-3.994l4.278.949q.108-.218.253-.41a2%202%200%200%200-.231-.096a1%201%200%200%201%20.632-1.897a4%204%200%200%201%201.545.952a3%203%200%200%201%20.277%200c.382-.375.89-.734%201.546-.952%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.684%204.052a1%201%200%200%201%20.632%201.897a2%202%200%200%200-.232.096q.144.192.253.41l4.28-.95A2.78%202.78%200%200%201%2021.688%209.5a2.781%202.781%200%200%201-3.072%203.995l-5.255-1.168a1.4%201.4%200%200%201-.377.51q.014.08.015.163v6a1%201%200%201%201-2%200v-6q0-.083.014-.162a1.4%201.4%200%200%201-.377-.511l-5.253%201.168A2.781%202.781%200%200%201%202.312%209.5a2.78%202.78%200%200%201%203.072-3.994l4.278.949q.108-.218.253-.41a2%202%200%200%200-.231-.096a1%201%200%200%201%20.632-1.897a4%204%200%200%201%201.545.952a3%203%200%200%201%20.277%200c.382-.375.89-.734%201.546-.952%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dragonfly-fill.svg?color=%231a73e8&size=48