Butterfly Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Butterfly Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305302.svg" alt="Butterfly Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305302.svg" alt="Butterfly Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305302.svg" alt="Butterfly Alt icon" :width="24" :height="24" />
CSS background
.icon-butterfly-alt {
background-image: url('https://proicons.com/icon/305302.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M446 382c9-18 21-32 36-38-40-140-124-229-128-233-9-9-23-9-31-1s-9 23-1 31c1 1 91 97 124 241zm-76 229c13 0 26-4 37-10 1-40 5-105 18-161-40-118-152-202-284-202-43 0-78 35-78 78v107c0 104 84 188 188 188h119zM162 432c-7-21-6-39 3-51 13-19 44-26 67-26 39 0 71 37 71 81 0 60-11 81-40 81-27 0-77-11-101-85zm392-50c33-144 123-240 124-241 8-9 8-22-1-31-8-8-22-8-31 1-4 4-88 93-128 233 15 6 27 20 36 38zM357 637H244c-38 0-69 30-69 68 0 105 86 191 191 191 35 0 63-28 63-64v-1c-16-58-21-131-22-174-13-13-30-20-50-20zm-1 145c0 15-12 27-27 27-44 0-80-36-80-81 0-15 13-29 29-29h48c8 0 15 4 21 9 0 18 2 49 9 74zm503-545c-132 0-244 85-284 203 13 56 17 121 18 160 11 7 24 11 37 11h119c104 0 189-84 189-188V316c0-43-36-79-79-79zm-21 195c-24 74-73 85-101 85-29 0-39-21-39-81 0-44 31-81 70-81 24 0 54 7 67 26 9 13 10 30 3 51zm-338-63c-35 0-64 116-64 259s29 260 64 260c36 0 64-116 64-260s-29-259-64-259zm256 268H643c-19 0-37 7-50 20-1 43-6 116-22 174v1c0 35 28 64 63 64 105 0 191-86 191-191 0-38-31-68-69-68zm-85 172c-15 0-27-12-27-27 7-25 9-56 9-74 6-5 13-9 21-9h48c16 0 29 13 29 29 0 45-36 81-80 81z"/></svg>
Copied!