butterfly icon
butterfly-outline from Material Design Icons by Pictogrammers · Outline · Animal · Apache-2.0 Free for personal and commercial use.
- Name
- butterfly-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Animal
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
butterflyEmoji One (Colored)butterflyFluent EmojibutterflyFluent Emoji FlatbutterflyFluent Emoji High ContrastbutterflyIconParkbutterflyIconPark OutlinebutterflyIconPark SolidbutterflyIconPark TwoTonebutterflyLucide Labbutterfly-fillMingCute IconbutterflyNoto EmojibutterflyOpenMojibutterflyPhosphorbutterflyTabler IconsbutterflyTwitter Emoji
More animal icons from Material Design Icons
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="M13 21h-2V6L9.03 3.97L10 3l2 2l2-2l1 1l-2 2zm1-12V7a5.002 5.002 0 0 1 6 8v2c0 2.21-1.79 4-4 4c-.73 0-1.41-.19-2-.54v-2c.59.35 1.27.54 2 .54c1.1 0 2-.9 2-2v-3.17c1.17-.41 2-1.52 2-2.83c0-1.65-1.33-3-3-3c-1.12 0-2.16.37-3 1m-4 0c-.84-.63-1.87-1-3-1c-1.67 0-3 1.35-3 3c0 1.31.84 2.42 2 2.83V17c0 1.1.9 2 2 2c.73 0 1.41-.19 2-.54v2c-.59.35-1.27.54-2 .54c-2.21 0-4-1.79-4-4v-2a5.002 5.002 0 0 1 6-8zm-1 2L7.5 9.5L6 11l1.5 1.5zm9 0l-1.5-1.5L15 11l1.5 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiButterflyOutline(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 21h-2V6L9.03 3.97L10 3l2 2l2-2l1 1l-2 2zm1-12V7a5.002 5.002 0 0 1 6 8v2c0 2.21-1.79 4-4 4c-.73 0-1.41-.19-2-.54v-2c.59.35 1.27.54 2 .54c1.1 0 2-.9 2-2v-3.17c1.17-.41 2-1.52 2-2.83c0-1.65-1.33-3-3-3c-1.12 0-2.16.37-3 1m-4 0c-.84-.63-1.87-1-3-1c-1.67 0-3 1.35-3 3c0 1.31.84 2.42 2 2.83V17c0 1.1.9 2 2 2c.73 0 1.41-.19 2-.54v2c-.59.35-1.27.54-2 .54c-2.21 0-4-1.79-4-4v-2a5.002 5.002 0 0 1 6-8zm-1 2L7.5 9.5L6 11l1.5 1.5zm9 0l-1.5-1.5L15 11l1.5 1.5z"/></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 21h-2V6L9.03 3.97L10 3l2 2l2-2l1 1l-2 2zm1-12V7a5.002 5.002 0 0 1 6 8v2c0 2.21-1.79 4-4 4c-.73 0-1.41-.19-2-.54v-2c.59.35 1.27.54 2 .54c1.1 0 2-.9 2-2v-3.17c1.17-.41 2-1.52 2-2.83c0-1.65-1.33-3-3-3c-1.12 0-2.16.37-3 1m-4 0c-.84-.63-1.87-1-3-1c-1.67 0-3 1.35-3 3c0 1.31.84 2.42 2 2.83V17c0 1.1.9 2 2 2c.73 0 1.41-.19 2-.54v2c-.59.35-1.27.54-2 .54c-2.21 0-4-1.79-4-4v-2a5.002 5.002 0 0 1 6-8zm-1 2L7.5 9.5L6 11l1.5 1.5zm9 0l-1.5-1.5L15 11l1.5 1.5z"/></svg> </template>
CSS
.icon-butterfly-outline {
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%2021h-2V6L9.03%203.97L10%203l2%202l2-2l1%201l-2%202zm1-12V7a5.002%205.002%200%200%201%206%208v2c0%202.21-1.79%204-4%204c-.73%200-1.41-.19-2-.54v-2c.59.35%201.27.54%202%20.54c1.1%200%202-.9%202-2v-3.17c1.17-.41%202-1.52%202-2.83c0-1.65-1.33-3-3-3c-1.12%200-2.16.37-3%201m-4%200c-.84-.63-1.87-1-3-1c-1.67%200-3%201.35-3%203c0%201.31.84%202.42%202%202.83V17c0%201.1.9%202%202%202c.73%200%201.41-.19%202-.54v2c-.59.35-1.27.54-2%20.54c-2.21%200-4-1.79-4-4v-2a5.002%205.002%200%200%201%206-8zm-1%202L7.5%209.5L6%2011l1.5%201.5zm9%200l-1.5-1.5L15%2011l1.5%201.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%22currentColor%22%20d%3D%22M13%2021h-2V6L9.03%203.97L10%203l2%202l2-2l1%201l-2%202zm1-12V7a5.002%205.002%200%200%201%206%208v2c0%202.21-1.79%204-4%204c-.73%200-1.41-.19-2-.54v-2c.59.35%201.27.54%202%20.54c1.1%200%202-.9%202-2v-3.17c1.17-.41%202-1.52%202-2.83c0-1.65-1.33-3-3-3c-1.12%200-2.16.37-3%201m-4%200c-.84-.63-1.87-1-3-1c-1.67%200-3%201.35-3%203c0%201.31.84%202.42%202%202.83V17c0%201.1.9%202%202%202c.73%200%201.41-.19%202-.54v2c-.59.35-1.27.54-2%20.54c-2.21%200-4-1.79-4-4v-2a5.002%205.002%200%200%201%206-8zm-1%202L7.5%209.5L6%2011l1.5%201.5zm9%200l-1.5-1.5L15%2011l1.5%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/butterfly-outline.svg?color=%231a73e8&size=48