butterfly 2 icon

butterfly-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
butterfly-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the butterfly 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.008 5.905c-1.723 1.723-1.148 5.106 1.27 7.63A4 4 0 0 0 12 17.647a4 4 0 0 0 6.723-4.112c2.416-2.524 2.991-5.907 1.268-7.63c-1.757-1.758-5.24-1.125-7.778 1.414a10 10 0 0 0-.214.22a9 9 0 0 0-.214-.22C9.248 4.78 5.766 4.147 4.008 5.905Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M14 12.501c0 2.485-.895 4.5-2 4.5s-2-2.015-2-4.5s.895-4.5 2-4.5s2 2.015 2 4.5Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteButterfly2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M4.008 5.905c-1.723 1.723-1.148 5.106 1.27 7.63A4 4 0 0 0 12 17.647a4 4 0 0 0 6.723-4.112c2.416-2.524 2.991-5.907 1.268-7.63c-1.757-1.758-5.24-1.125-7.778 1.414a10 10 0 0 0-.214.22a9 9 0 0 0-.214-.22C9.248 4.78 5.766 4.147 4.008 5.905Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M14 12.501c0 2.485-.895 4.5-2 4.5s-2-2.015-2-4.5s.895-4.5 2-4.5s2 2.015 2 4.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.008 5.905c-1.723 1.723-1.148 5.106 1.27 7.63A4 4 0 0 0 12 17.647a4 4 0 0 0 6.723-4.112c2.416-2.524 2.991-5.907 1.268-7.63c-1.757-1.758-5.24-1.125-7.778 1.414a10 10 0 0 0-.214.22a9 9 0 0 0-.214-.22C9.248 4.78 5.766 4.147 4.008 5.905Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M14 12.501c0 2.485-.895 4.5-2 4.5s-2-2.015-2-4.5s.895-4.5 2-4.5s2 2.015 2 4.5Z"/></svg>
</template>

CSS

.icon-butterfly-2-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.008%205.905c-1.723%201.723-1.148%205.106%201.27%207.63A4%204%200%200%200%2012%2017.647a4%204%200%200%200%206.723-4.112c2.416-2.524%202.991-5.907%201.268-7.63c-1.757-1.758-5.24-1.125-7.778%201.414a10%2010%200%200%200-.214.22a9%209%200%200%200-.214-.22C9.248%204.78%205.766%204.147%204.008%205.905Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%2012.501c0%202.485-.895%204.5-2%204.5s-2-2.015-2-4.5s.895-4.5%202-4.5s2%202.015%202%204.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.008%205.905c-1.723%201.723-1.148%205.106%201.27%207.63A4%204%200%200%200%2012%2017.647a4%204%200%200%200%206.723-4.112c2.416-2.524%202.991-5.907%201.268-7.63c-1.757-1.758-5.24-1.125-7.778%201.414a10%2010%200%200%200-.214.22a9%209%200%200%200-.214-.22C9.248%204.78%205.766%204.147%204.008%205.905Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%2012.501c0%202.485-.895%204.5-2%204.5s-2-2.015-2-4.5s.895-4.5%202-4.5s2%202.015%202%204.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/butterfly-2-line.svg?color=%231a73e8&size=48