bird-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
bird-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the bird icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a5 5 0 0 1 4.584 3H21a1 1 0 0 1 .832 1.555L20.28 8.883a1 1 0 0 0-.151.733l.14.774C21.275 15.914 17.03 21 11.415 21H3a1 1 0 0 1-.832-1.555l.991-1.486q.009-.016.019-.028l4.985-7.479l.009-.012l1.441-2.163A2.3 2.3 0 0 0 10 7a5 5 0 0 1 5-5m-2.5 8c-.818 0-2.044.393-2.5 1l-5 7.5c2.277-1.063 10-2 10-6a2.5 2.5 0 0 0-2.5-2.5M15 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBirdFill(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="M15 2a5 5 0 0 1 4.584 3H21a1 1 0 0 1 .832 1.555L20.28 8.883a1 1 0 0 0-.151.733l.14.774C21.275 15.914 17.03 21 11.415 21H3a1 1 0 0 1-.832-1.555l.991-1.486q.009-.016.019-.028l4.985-7.479l.009-.012l1.441-2.163A2.3 2.3 0 0 0 10 7a5 5 0 0 1 5-5m-2.5 8c-.818 0-2.044.393-2.5 1l-5 7.5c2.277-1.063 10-2 10-6a2.5 2.5 0 0 0-2.5-2.5M15 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a5 5 0 0 1 4.584 3H21a1 1 0 0 1 .832 1.555L20.28 8.883a1 1 0 0 0-.151.733l.14.774C21.275 15.914 17.03 21 11.415 21H3a1 1 0 0 1-.832-1.555l.991-1.486q.009-.016.019-.028l4.985-7.479l.009-.012l1.441-2.163A2.3 2.3 0 0 0 10 7a5 5 0 0 1 5-5m-2.5 8c-.818 0-2.044.393-2.5 1l-5 7.5c2.277-1.063 10-2 10-6a2.5 2.5 0 0 0-2.5-2.5M15 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-bird-fill {
  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%22M15%202a5%205%200%200%201%204.584%203H21a1%201%200%200%201%20.832%201.555L20.28%208.883a1%201%200%200%200-.151.733l.14.774C21.275%2015.914%2017.03%2021%2011.415%2021H3a1%201%200%200%201-.832-1.555l.991-1.486q.009-.016.019-.028l4.985-7.479l.009-.012l1.441-2.163A2.3%202.3%200%200%200%2010%207a5%205%200%200%201%205-5m-2.5%208c-.818%200-2.044.393-2.5%201l-5%207.5c2.277-1.063%2010-2%2010-6a2.5%202.5%200%200%200-2.5-2.5M15%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M15%202a5%205%200%200%201%204.584%203H21a1%201%200%200%201%20.832%201.555L20.28%208.883a1%201%200%200%200-.151.733l.14.774C21.275%2015.914%2017.03%2021%2011.415%2021H3a1%201%200%200%201-.832-1.555l.991-1.486q.009-.016.019-.028l4.985-7.479l.009-.012l1.441-2.163A2.3%202.3%200%200%200%2010%207a5%205%200%200%201%205-5m-2.5%208c-.818%200-2.044.393-2.5%201l-5%207.5c2.277-1.063%2010-2%2010-6a2.5%202.5%200%200%200-2.5-2.5M15%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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