butterfly icon

butterfly from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
butterfly
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the butterfly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.7 50.48C229 45.7 221.84 40 209 40c-16.85 0-38.46 11.28-57.81 30.16A140 140 0 0 0 136 87.53V56a8 8 0 0 0-16 0v31.53a140 140 0 0 0-15.15-17.37C85.49 51.28 63.88 40 47 40c-12.84 0-20 5.7-23.7 10.48c-6.82 8.77-12.18 24.08-.21 71.2c6.05 23.83 19.51 33 30.63 36.42A44 44 0 0 0 128 205.27a44 44 0 0 0 74.28-47.17c11.12-3.4 24.57-12.59 30.63-36.42c6.72-26.44 11.94-55.58-.21-71.2M92 208a28.12 28.12 0 0 1-3.14-56a8 8 0 1 0-1.76-15.9a43.64 43.64 0 0 0-20.74 7.9c-8.43.09-22-3.57-27.76-26.26c-2.88-11.35-11.6-45.88-2.66-57.44C37.37 58.46 40.09 56 47 56c27.27 0 73 44.88 73 71.67V180a28 28 0 0 1-28 28m125.4-90.26c-5.77 22.69-19.33 26.34-27.77 26.26a43.6 43.6 0 0 0-20.74-7.95a8 8 0 1 0-1.76 15.9A28.11 28.11 0 1 1 136 180v-52.33C136 100.88 181.69 56 209 56c6.95 0 9.66 2.46 11.1 4.3c8.95 11.56.18 46.09-2.7 57.44"/></svg>

React

import type { SVGProps } from "react";

export function PhButterfly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.7 50.48C229 45.7 221.84 40 209 40c-16.85 0-38.46 11.28-57.81 30.16A140 140 0 0 0 136 87.53V56a8 8 0 0 0-16 0v31.53a140 140 0 0 0-15.15-17.37C85.49 51.28 63.88 40 47 40c-12.84 0-20 5.7-23.7 10.48c-6.82 8.77-12.18 24.08-.21 71.2c6.05 23.83 19.51 33 30.63 36.42A44 44 0 0 0 128 205.27a44 44 0 0 0 74.28-47.17c11.12-3.4 24.57-12.59 30.63-36.42c6.72-26.44 11.94-55.58-.21-71.2M92 208a28.12 28.12 0 0 1-3.14-56a8 8 0 1 0-1.76-15.9a43.64 43.64 0 0 0-20.74 7.9c-8.43.09-22-3.57-27.76-26.26c-2.88-11.35-11.6-45.88-2.66-57.44C37.37 58.46 40.09 56 47 56c27.27 0 73 44.88 73 71.67V180a28 28 0 0 1-28 28m125.4-90.26c-5.77 22.69-19.33 26.34-27.77 26.26a43.6 43.6 0 0 0-20.74-7.95a8 8 0 1 0-1.76 15.9A28.11 28.11 0 1 1 136 180v-52.33C136 100.88 181.69 56 209 56c6.95 0 9.66 2.46 11.1 4.3c8.95 11.56.18 46.09-2.7 57.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.7 50.48C229 45.7 221.84 40 209 40c-16.85 0-38.46 11.28-57.81 30.16A140 140 0 0 0 136 87.53V56a8 8 0 0 0-16 0v31.53a140 140 0 0 0-15.15-17.37C85.49 51.28 63.88 40 47 40c-12.84 0-20 5.7-23.7 10.48c-6.82 8.77-12.18 24.08-.21 71.2c6.05 23.83 19.51 33 30.63 36.42A44 44 0 0 0 128 205.27a44 44 0 0 0 74.28-47.17c11.12-3.4 24.57-12.59 30.63-36.42c6.72-26.44 11.94-55.58-.21-71.2M92 208a28.12 28.12 0 0 1-3.14-56a8 8 0 1 0-1.76-15.9a43.64 43.64 0 0 0-20.74 7.9c-8.43.09-22-3.57-27.76-26.26c-2.88-11.35-11.6-45.88-2.66-57.44C37.37 58.46 40.09 56 47 56c27.27 0 73 44.88 73 71.67V180a28 28 0 0 1-28 28m125.4-90.26c-5.77 22.69-19.33 26.34-27.77 26.26a43.6 43.6 0 0 0-20.74-7.95a8 8 0 1 0-1.76 15.9A28.11 28.11 0 1 1 136 180v-52.33C136 100.88 181.69 56 209 56c6.95 0 9.66 2.46 11.1 4.3c8.95 11.56.18 46.09-2.7 57.44"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232.7%2050.48C229%2045.7%20221.84%2040%20209%2040c-16.85%200-38.46%2011.28-57.81%2030.16A140%20140%200%200%200%20136%2087.53V56a8%208%200%200%200-16%200v31.53a140%20140%200%200%200-15.15-17.37C85.49%2051.28%2063.88%2040%2047%2040c-12.84%200-20%205.7-23.7%2010.48c-6.82%208.77-12.18%2024.08-.21%2071.2c6.05%2023.83%2019.51%2033%2030.63%2036.42A44%2044%200%200%200%20128%20205.27a44%2044%200%200%200%2074.28-47.17c11.12-3.4%2024.57-12.59%2030.63-36.42c6.72-26.44%2011.94-55.58-.21-71.2M92%20208a28.12%2028.12%200%200%201-3.14-56a8%208%200%201%200-1.76-15.9a43.64%2043.64%200%200%200-20.74%207.9c-8.43.09-22-3.57-27.76-26.26c-2.88-11.35-11.6-45.88-2.66-57.44C37.37%2058.46%2040.09%2056%2047%2056c27.27%200%2073%2044.88%2073%2071.67V180a28%2028%200%200%201-28%2028m125.4-90.26c-5.77%2022.69-19.33%2026.34-27.77%2026.26a43.6%2043.6%200%200%200-20.74-7.95a8%208%200%201%200-1.76%2015.9A28.11%2028.11%200%201%201%20136%20180v-52.33C136%20100.88%20181.69%2056%20209%2056c6.95%200%209.66%202.46%2011.1%204.3c8.95%2011.56.18%2046.09-2.7%2057.44%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232.7%2050.48C229%2045.7%20221.84%2040%20209%2040c-16.85%200-38.46%2011.28-57.81%2030.16A140%20140%200%200%200%20136%2087.53V56a8%208%200%200%200-16%200v31.53a140%20140%200%200%200-15.15-17.37C85.49%2051.28%2063.88%2040%2047%2040c-12.84%200-20%205.7-23.7%2010.48c-6.82%208.77-12.18%2024.08-.21%2071.2c6.05%2023.83%2019.51%2033%2030.63%2036.42A44%2044%200%200%200%20128%20205.27a44%2044%200%200%200%2074.28-47.17c11.12-3.4%2024.57-12.59%2030.63-36.42c6.72-26.44%2011.94-55.58-.21-71.2M92%20208a28.12%2028.12%200%200%201-3.14-56a8%208%200%201%200-1.76-15.9a43.64%2043.64%200%200%200-20.74%207.9c-8.43.09-22-3.57-27.76-26.26c-2.88-11.35-11.6-45.88-2.66-57.44C37.37%2058.46%2040.09%2056%2047%2056c27.27%200%2073%2044.88%2073%2071.67V180a28%2028%200%200%201-28%2028m125.4-90.26c-5.77%2022.69-19.33%2026.34-27.77%2026.26a43.6%2043.6%200%200%200-20.74-7.95a8%208%200%201%200-1.76%2015.9A28.11%2028.11%200%201%201%20136%20180v-52.33C136%20100.88%20181.69%2056%20209%2056c6.95%200%209.66%202.46%2011.1%204.3c8.95%2011.56.18%2046.09-2.7%2057.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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