butterfly-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
butterfly-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

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 24 24"><path fill="currentColor" d="m17.117 6.244l.228.076a5.5 5.5 0 0 1 1.24 9.738l-.063.039l.02.034a4 4 0 0 1 .101 3.533l-.093.19A4 4 0 0 1 13 21.462V6.605a5.5 5.5 0 0 1 4.118-.36M8.505 6c.885 0 1.736.21 2.495.597v14.87a4 4 0 0 1-1.012.41l-.196.045a4 4 0 0 1-4.424-5.587l.118-.238l-.035-.023a5.5 5.5 0 0 1-2.397-5.258l.034-.233A5.5 5.5 0 0 1 8.505 6m5.94-3.832a1 1 0 0 1 1.11 1.664l-3 2a1 1 0 0 1-1.11 0l-3-2a1 1 0 0 1 1.11-1.664l2.444 1.63z"/></svg>

React

import type { SVGProps } from "react";

export function TablerButterflyFilled(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="m17.117 6.244l.228.076a5.5 5.5 0 0 1 1.24 9.738l-.063.039l.02.034a4 4 0 0 1 .101 3.533l-.093.19A4 4 0 0 1 13 21.462V6.605a5.5 5.5 0 0 1 4.118-.36M8.505 6c.885 0 1.736.21 2.495.597v14.87a4 4 0 0 1-1.012.41l-.196.045a4 4 0 0 1-4.424-5.587l.118-.238l-.035-.023a5.5 5.5 0 0 1-2.397-5.258l.034-.233A5.5 5.5 0 0 1 8.505 6m5.94-3.832a1 1 0 0 1 1.11 1.664l-3 2a1 1 0 0 1-1.11 0l-3-2a1 1 0 0 1 1.11-1.664l2.444 1.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.117 6.244l.228.076a5.5 5.5 0 0 1 1.24 9.738l-.063.039l.02.034a4 4 0 0 1 .101 3.533l-.093.19A4 4 0 0 1 13 21.462V6.605a5.5 5.5 0 0 1 4.118-.36M8.505 6c.885 0 1.736.21 2.495.597v14.87a4 4 0 0 1-1.012.41l-.196.045a4 4 0 0 1-4.424-5.587l.118-.238l-.035-.023a5.5 5.5 0 0 1-2.397-5.258l.034-.233A5.5 5.5 0 0 1 8.505 6m5.94-3.832a1 1 0 0 1 1.11 1.664l-3 2a1 1 0 0 1-1.11 0l-3-2a1 1 0 0 1 1.11-1.664l2.444 1.63z"/></svg>
</template>

CSS

.icon-butterfly-filled {
  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%22m17.117%206.244l.228.076a5.5%205.5%200%200%201%201.24%209.738l-.063.039l.02.034a4%204%200%200%201%20.101%203.533l-.093.19A4%204%200%200%201%2013%2021.462V6.605a5.5%205.5%200%200%201%204.118-.36M8.505%206c.885%200%201.736.21%202.495.597v14.87a4%204%200%200%201-1.012.41l-.196.045a4%204%200%200%201-4.424-5.587l.118-.238l-.035-.023a5.5%205.5%200%200%201-2.397-5.258l.034-.233A5.5%205.5%200%200%201%208.505%206m5.94-3.832a1%201%200%200%201%201.11%201.664l-3%202a1%201%200%200%201-1.11%200l-3-2a1%201%200%200%201%201.11-1.664l2.444%201.63z%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%22m17.117%206.244l.228.076a5.5%205.5%200%200%201%201.24%209.738l-.063.039l.02.034a4%204%200%200%201%20.101%203.533l-.093.19A4%204%200%200%201%2013%2021.462V6.605a5.5%205.5%200%200%201%204.118-.36M8.505%206c.885%200%201.736.21%202.495.597v14.87a4%204%200%200%201-1.012.41l-.196.045a4%204%200%200%201-4.424-5.587l.118-.238l-.035-.023a5.5%205.5%200%200%201-2.397-5.258l.034-.233A5.5%205.5%200%200%201%208.505%206m5.94-3.832a1%201%200%200%201%201.11%201.664l-3%202a1%201%200%200%201-1.11%200l-3-2a1%201%200%200%201%201.11-1.664l2.444%201.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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