butterfly emoji
butterfly from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- butterfly
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
butterflyEmoji One (Colored)butterflyFluent EmojibutterflyFluent Emoji FlatbutterflyIconParkbutterflyIconPark OutlinebutterflyIconPark SolidbutterflyIconPark TwoTonebutterflyLucide LabbutterflyMaterial Design Iconsbutterfly-fillMingCute IconbutterflyNoto EmojibutterflyOpenMojibutterflyPhosphorbutterflyTabler IconsbutterflyTwitter Emoji
More animals & nature icons from Fluent Emoji High Contrast
Use the butterfly emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.64 27.01a1.64 1.64 0 1 0 0-3.28a1.64 1.64 0 0 0 0 3.28m20.4-1.77a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/><path d="M13.305 2.193a.5.5 0 0 0-.79.614a11.85 11.85 0 0 1 2.202 4.659a2 2 0 0 0-.692 1.853L6.13 2.6C5.69 2.23 5.12 2 4.5 2A2.5 2.5 0 0 0 2 4.5v9.75C2 16.32 3.68 18 5.75 18H8c-3.31 0-6 2.69-6 6s2.69 6 6 6a6 6 0 0 0 5.67-4.04l1.08-2.582c.262.376.698.622 1.19.622h.11c.496 0 .935-.25 1.196-.63l1.084 2.59A6 6 0 0 0 24 30c3.31 0 6-2.69 6-6s-2.69-6-6-6h2.25c2.07 0 3.75-1.68 3.75-3.75V4.5A2.5 2.5 0 0 0 27.5 2c-.62 0-1.19.23-1.63.6l-7.895 6.72q.024-.157.025-.32c0-.616-.279-1.167-.717-1.534a11.85 11.85 0 0 1 2.202-4.66a.5.5 0 0 0-.79-.613a12.9 12.9 0 0 0-2.337 4.839a2 2 0 0 0-.716 0a12.9 12.9 0 0 0-2.337-4.839M21.41 17H17.5v-.439l2.27-1.311c.38-.21.86-.15 1.17.16l.8.8c.29.29.08.79-.33.79m5.6-7.08l-9.51 5.491v-2.82l8.97-7.34c.61-.5 1.53-.06 1.53.73V8.2c0 .71-.38 1.37-.99 1.72M14.49 17h-3.67c-.41 0-.62-.5-.33-.79l.8-.8c.31-.31.79-.37 1.17-.16l2.03 1.172zm0-1.727L5.22 9.92c-.61-.35-.99-1.01-.99-1.72V5.98c0-.79.92-1.23 1.53-.73l8.73 7.145zm12.29-4.063c.54-.32 1.22.08 1.22.71v2c0 1.7-1.38 3.08-3.08 3.08c-.62 0-1.22-.25-1.66-.69l-1.37-1.37a.62.62 0 0 1 .13-.98zm-16.57 2.75c.36.21.42.69.13.98l-1.37 1.37c-.44.44-1.04.69-1.66.69c-1.7 0-3.08-1.38-3.08-3.08v-2c0-.63.68-1.03 1.22-.71zm-.57 5.54h3.32c.85 0 1.43.87 1.1 1.64l-.9 2.15c-.17.4-.69.51-1 .2l-2.95-2.95a.606.606 0 0 1 .43-1.04m-3.62.46c.48-.24 1.05-.14 1.43.24l4.35 4.34c.37.37.47.94.25 1.41q-.001.006-.005.01q-.004.003-.005.01l-.01.02a4.47 4.47 0 0 1-4.12 2.51A4.475 4.475 0 0 1 3.5 24c0-1.77 1.03-3.31 2.52-4.04m13.06-.46h3.32c.55 0 .82.66.43 1.04l-2.95 2.95c-.31.31-.83.2-1-.2l-.9-2.15c-.33-.77.25-1.64 1.1-1.64m9.46 4.5c0 2.47-1.95 4.46-4.41 4.5a4.47 4.47 0 0 1-4.12-2.51l-.01-.01q-.001-.007-.005-.01q-.005-.003-.005-.01c-.22-.47-.12-1.04.25-1.41l4.35-4.35c.38-.38.95-.48 1.43-.24c1.49.73 2.52 2.27 2.52 4.04"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastButterfly(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.64 27.01a1.64 1.64 0 1 0 0-3.28a1.64 1.64 0 0 0 0 3.28m20.4-1.77a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/><path d="M13.305 2.193a.5.5 0 0 0-.79.614a11.85 11.85 0 0 1 2.202 4.659a2 2 0 0 0-.692 1.853L6.13 2.6C5.69 2.23 5.12 2 4.5 2A2.5 2.5 0 0 0 2 4.5v9.75C2 16.32 3.68 18 5.75 18H8c-3.31 0-6 2.69-6 6s2.69 6 6 6a6 6 0 0 0 5.67-4.04l1.08-2.582c.262.376.698.622 1.19.622h.11c.496 0 .935-.25 1.196-.63l1.084 2.59A6 6 0 0 0 24 30c3.31 0 6-2.69 6-6s-2.69-6-6-6h2.25c2.07 0 3.75-1.68 3.75-3.75V4.5A2.5 2.5 0 0 0 27.5 2c-.62 0-1.19.23-1.63.6l-7.895 6.72q.024-.157.025-.32c0-.616-.279-1.167-.717-1.534a11.85 11.85 0 0 1 2.202-4.66a.5.5 0 0 0-.79-.613a12.9 12.9 0 0 0-2.337 4.839a2 2 0 0 0-.716 0a12.9 12.9 0 0 0-2.337-4.839M21.41 17H17.5v-.439l2.27-1.311c.38-.21.86-.15 1.17.16l.8.8c.29.29.08.79-.33.79m5.6-7.08l-9.51 5.491v-2.82l8.97-7.34c.61-.5 1.53-.06 1.53.73V8.2c0 .71-.38 1.37-.99 1.72M14.49 17h-3.67c-.41 0-.62-.5-.33-.79l.8-.8c.31-.31.79-.37 1.17-.16l2.03 1.172zm0-1.727L5.22 9.92c-.61-.35-.99-1.01-.99-1.72V5.98c0-.79.92-1.23 1.53-.73l8.73 7.145zm12.29-4.063c.54-.32 1.22.08 1.22.71v2c0 1.7-1.38 3.08-3.08 3.08c-.62 0-1.22-.25-1.66-.69l-1.37-1.37a.62.62 0 0 1 .13-.98zm-16.57 2.75c.36.21.42.69.13.98l-1.37 1.37c-.44.44-1.04.69-1.66.69c-1.7 0-3.08-1.38-3.08-3.08v-2c0-.63.68-1.03 1.22-.71zm-.57 5.54h3.32c.85 0 1.43.87 1.1 1.64l-.9 2.15c-.17.4-.69.51-1 .2l-2.95-2.95a.606.606 0 0 1 .43-1.04m-3.62.46c.48-.24 1.05-.14 1.43.24l4.35 4.34c.37.37.47.94.25 1.41q-.001.006-.005.01q-.004.003-.005.01l-.01.02a4.47 4.47 0 0 1-4.12 2.51A4.475 4.475 0 0 1 3.5 24c0-1.77 1.03-3.31 2.52-4.04m13.06-.46h3.32c.55 0 .82.66.43 1.04l-2.95 2.95c-.31.31-.83.2-1-.2l-.9-2.15c-.33-.77.25-1.64 1.1-1.64m9.46 4.5c0 2.47-1.95 4.46-4.41 4.5a4.47 4.47 0 0 1-4.12-2.51l-.01-.01q-.001-.007-.005-.01q-.005-.003-.005-.01c-.22-.47-.12-1.04.25-1.41l4.35-4.35c.38-.38.95-.48 1.43-.24c1.49.73 2.52 2.27 2.52 4.04"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.64 27.01a1.64 1.64 0 1 0 0-3.28a1.64 1.64 0 0 0 0 3.28m20.4-1.77a1.64 1.64 0 1 1-3.28 0a1.64 1.64 0 0 1 3.28 0"/><path d="M13.305 2.193a.5.5 0 0 0-.79.614a11.85 11.85 0 0 1 2.202 4.659a2 2 0 0 0-.692 1.853L6.13 2.6C5.69 2.23 5.12 2 4.5 2A2.5 2.5 0 0 0 2 4.5v9.75C2 16.32 3.68 18 5.75 18H8c-3.31 0-6 2.69-6 6s2.69 6 6 6a6 6 0 0 0 5.67-4.04l1.08-2.582c.262.376.698.622 1.19.622h.11c.496 0 .935-.25 1.196-.63l1.084 2.59A6 6 0 0 0 24 30c3.31 0 6-2.69 6-6s-2.69-6-6-6h2.25c2.07 0 3.75-1.68 3.75-3.75V4.5A2.5 2.5 0 0 0 27.5 2c-.62 0-1.19.23-1.63.6l-7.895 6.72q.024-.157.025-.32c0-.616-.279-1.167-.717-1.534a11.85 11.85 0 0 1 2.202-4.66a.5.5 0 0 0-.79-.613a12.9 12.9 0 0 0-2.337 4.839a2 2 0 0 0-.716 0a12.9 12.9 0 0 0-2.337-4.839M21.41 17H17.5v-.439l2.27-1.311c.38-.21.86-.15 1.17.16l.8.8c.29.29.08.79-.33.79m5.6-7.08l-9.51 5.491v-2.82l8.97-7.34c.61-.5 1.53-.06 1.53.73V8.2c0 .71-.38 1.37-.99 1.72M14.49 17h-3.67c-.41 0-.62-.5-.33-.79l.8-.8c.31-.31.79-.37 1.17-.16l2.03 1.172zm0-1.727L5.22 9.92c-.61-.35-.99-1.01-.99-1.72V5.98c0-.79.92-1.23 1.53-.73l8.73 7.145zm12.29-4.063c.54-.32 1.22.08 1.22.71v2c0 1.7-1.38 3.08-3.08 3.08c-.62 0-1.22-.25-1.66-.69l-1.37-1.37a.62.62 0 0 1 .13-.98zm-16.57 2.75c.36.21.42.69.13.98l-1.37 1.37c-.44.44-1.04.69-1.66.69c-1.7 0-3.08-1.38-3.08-3.08v-2c0-.63.68-1.03 1.22-.71zm-.57 5.54h3.32c.85 0 1.43.87 1.1 1.64l-.9 2.15c-.17.4-.69.51-1 .2l-2.95-2.95a.606.606 0 0 1 .43-1.04m-3.62.46c.48-.24 1.05-.14 1.43.24l4.35 4.34c.37.37.47.94.25 1.41q-.001.006-.005.01q-.004.003-.005.01l-.01.02a4.47 4.47 0 0 1-4.12 2.51A4.475 4.475 0 0 1 3.5 24c0-1.77 1.03-3.31 2.52-4.04m13.06-.46h3.32c.55 0 .82.66.43 1.04l-2.95 2.95c-.31.31-.83.2-1-.2l-.9-2.15c-.33-.77.25-1.64 1.1-1.64m9.46 4.5c0 2.47-1.95 4.46-4.41 4.5a4.47 4.47 0 0 1-4.12-2.51l-.01-.01q-.001-.007-.005-.01q-.005-.003-.005-.01c-.22-.47-.12-1.04.25-1.41l4.35-4.35c.38-.38.95-.48 1.43-.24c1.49.73 2.52 2.27 2.52 4.04"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.64%2027.01a1.64%201.64%200%201%200%200-3.28a1.64%201.64%200%200%200%200%203.28m20.4-1.77a1.64%201.64%200%201%201-3.28%200a1.64%201.64%200%200%201%203.28%200%22%2F%3E%3Cpath%20d%3D%22M13.305%202.193a.5.5%200%200%200-.79.614a11.85%2011.85%200%200%201%202.202%204.659a2%202%200%200%200-.692%201.853L6.13%202.6C5.69%202.23%205.12%202%204.5%202A2.5%202.5%200%200%200%202%204.5v9.75C2%2016.32%203.68%2018%205.75%2018H8c-3.31%200-6%202.69-6%206s2.69%206%206%206a6%206%200%200%200%205.67-4.04l1.08-2.582c.262.376.698.622%201.19.622h.11c.496%200%20.935-.25%201.196-.63l1.084%202.59A6%206%200%200%200%2024%2030c3.31%200%206-2.69%206-6s-2.69-6-6-6h2.25c2.07%200%203.75-1.68%203.75-3.75V4.5A2.5%202.5%200%200%200%2027.5%202c-.62%200-1.19.23-1.63.6l-7.895%206.72q.024-.157.025-.32c0-.616-.279-1.167-.717-1.534a11.85%2011.85%200%200%201%202.202-4.66a.5.5%200%200%200-.79-.613a12.9%2012.9%200%200%200-2.337%204.839a2%202%200%200%200-.716%200a12.9%2012.9%200%200%200-2.337-4.839M21.41%2017H17.5v-.439l2.27-1.311c.38-.21.86-.15%201.17.16l.8.8c.29.29.08.79-.33.79m5.6-7.08l-9.51%205.491v-2.82l8.97-7.34c.61-.5%201.53-.06%201.53.73V8.2c0%20.71-.38%201.37-.99%201.72M14.49%2017h-3.67c-.41%200-.62-.5-.33-.79l.8-.8c.31-.31.79-.37%201.17-.16l2.03%201.172zm0-1.727L5.22%209.92c-.61-.35-.99-1.01-.99-1.72V5.98c0-.79.92-1.23%201.53-.73l8.73%207.145zm12.29-4.063c.54-.32%201.22.08%201.22.71v2c0%201.7-1.38%203.08-3.08%203.08c-.62%200-1.22-.25-1.66-.69l-1.37-1.37a.62.62%200%200%201%20.13-.98zm-16.57%202.75c.36.21.42.69.13.98l-1.37%201.37c-.44.44-1.04.69-1.66.69c-1.7%200-3.08-1.38-3.08-3.08v-2c0-.63.68-1.03%201.22-.71zm-.57%205.54h3.32c.85%200%201.43.87%201.1%201.64l-.9%202.15c-.17.4-.69.51-1%20.2l-2.95-2.95a.606.606%200%200%201%20.43-1.04m-3.62.46c.48-.24%201.05-.14%201.43.24l4.35%204.34c.37.37.47.94.25%201.41q-.001.006-.005.01q-.004.003-.005.01l-.01.02a4.47%204.47%200%200%201-4.12%202.51A4.475%204.475%200%200%201%203.5%2024c0-1.77%201.03-3.31%202.52-4.04m13.06-.46h3.32c.55%200%20.82.66.43%201.04l-2.95%202.95c-.31.31-.83.2-1-.2l-.9-2.15c-.33-.77.25-1.64%201.1-1.64m9.46%204.5c0%202.47-1.95%204.46-4.41%204.5a4.47%204.47%200%200%201-4.12-2.51l-.01-.01q-.001-.007-.005-.01q-.005-.003-.005-.01c-.22-.47-.12-1.04.25-1.41l4.35-4.35c.38-.38.95-.48%201.43-.24c1.49.73%202.52%202.27%202.52%204.04%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.64%2027.01a1.64%201.64%200%201%200%200-3.28a1.64%201.64%200%200%200%200%203.28m20.4-1.77a1.64%201.64%200%201%201-3.28%200a1.64%201.64%200%200%201%203.28%200%22%2F%3E%3Cpath%20d%3D%22M13.305%202.193a.5.5%200%200%200-.79.614a11.85%2011.85%200%200%201%202.202%204.659a2%202%200%200%200-.692%201.853L6.13%202.6C5.69%202.23%205.12%202%204.5%202A2.5%202.5%200%200%200%202%204.5v9.75C2%2016.32%203.68%2018%205.75%2018H8c-3.31%200-6%202.69-6%206s2.69%206%206%206a6%206%200%200%200%205.67-4.04l1.08-2.582c.262.376.698.622%201.19.622h.11c.496%200%20.935-.25%201.196-.63l1.084%202.59A6%206%200%200%200%2024%2030c3.31%200%206-2.69%206-6s-2.69-6-6-6h2.25c2.07%200%203.75-1.68%203.75-3.75V4.5A2.5%202.5%200%200%200%2027.5%202c-.62%200-1.19.23-1.63.6l-7.895%206.72q.024-.157.025-.32c0-.616-.279-1.167-.717-1.534a11.85%2011.85%200%200%201%202.202-4.66a.5.5%200%200%200-.79-.613a12.9%2012.9%200%200%200-2.337%204.839a2%202%200%200%200-.716%200a12.9%2012.9%200%200%200-2.337-4.839M21.41%2017H17.5v-.439l2.27-1.311c.38-.21.86-.15%201.17.16l.8.8c.29.29.08.79-.33.79m5.6-7.08l-9.51%205.491v-2.82l8.97-7.34c.61-.5%201.53-.06%201.53.73V8.2c0%20.71-.38%201.37-.99%201.72M14.49%2017h-3.67c-.41%200-.62-.5-.33-.79l.8-.8c.31-.31.79-.37%201.17-.16l2.03%201.172zm0-1.727L5.22%209.92c-.61-.35-.99-1.01-.99-1.72V5.98c0-.79.92-1.23%201.53-.73l8.73%207.145zm12.29-4.063c.54-.32%201.22.08%201.22.71v2c0%201.7-1.38%203.08-3.08%203.08c-.62%200-1.22-.25-1.66-.69l-1.37-1.37a.62.62%200%200%201%20.13-.98zm-16.57%202.75c.36.21.42.69.13.98l-1.37%201.37c-.44.44-1.04.69-1.66.69c-1.7%200-3.08-1.38-3.08-3.08v-2c0-.63.68-1.03%201.22-.71zm-.57%205.54h3.32c.85%200%201.43.87%201.1%201.64l-.9%202.15c-.17.4-.69.51-1%20.2l-2.95-2.95a.606.606%200%200%201%20.43-1.04m-3.62.46c.48-.24%201.05-.14%201.43.24l4.35%204.34c.37.37.47.94.25%201.41q-.001.006-.005.01q-.004.003-.005.01l-.01.02a4.47%204.47%200%200%201-4.12%202.51A4.475%204.475%200%200%201%203.5%2024c0-1.77%201.03-3.31%202.52-4.04m13.06-.46h3.32c.55%200%20.82.66.43%201.04l-2.95%202.95c-.31.31-.83.2-1-.2l-.9-2.15c-.33-.77.25-1.64%201.1-1.64m9.46%204.5c0%202.47-1.95%204.46-4.41%204.5a4.47%204.47%200%200%201-4.12-2.51l-.01-.01q-.001-.007-.005-.01q-.005-.003-.005-.01c-.22-.47-.12-1.04.25-1.41l4.35-4.35c.38-.38.95-.48%201.43-.24c1.49.73%202.52%202.27%202.52%204.04%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/butterfly.svg?color=%231a73e8&size=48