bird icon
bird-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- bird-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M176 72a16 16 0 1 1-16-16a16 16 0 0 1 16 16m68 8a12 12 0 0 1-5.34 10L220 102.42V120a108.12 108.12 0 0 1-108 108H24a20 20 0 0 1-15.59-32.5l.15-.18L92 95.18V76.89c0-35.61 28.57-64.72 63.69-64.89h.31a63.94 63.94 0 0 1 60.58 43.29L238.66 70A12 12 0 0 1 244 80m-33.63 0l-10.69-7.13a12 12 0 0 1-5-7A40 40 0 0 0 156 36h-.19c-21.95.11-39.8 18.45-39.8 40.89v22.63a12 12 0 0 1-2.79 7.69L32.57 204h20.48l69.74-83.68a12 12 0 1 1 18.43 15.36L84.29 204H112a84.09 84.09 0 0 0 84-84V96a12 12 0 0 1 5.35-10Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBirdBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 72a16 16 0 1 1-16-16a16 16 0 0 1 16 16m68 8a12 12 0 0 1-5.34 10L220 102.42V120a108.12 108.12 0 0 1-108 108H24a20 20 0 0 1-15.59-32.5l.15-.18L92 95.18V76.89c0-35.61 28.57-64.72 63.69-64.89h.31a63.94 63.94 0 0 1 60.58 43.29L238.66 70A12 12 0 0 1 244 80m-33.63 0l-10.69-7.13a12 12 0 0 1-5-7A40 40 0 0 0 156 36h-.19c-21.95.11-39.8 18.45-39.8 40.89v22.63a12 12 0 0 1-2.79 7.69L32.57 204h20.48l69.74-83.68a12 12 0 1 1 18.43 15.36L84.29 204H112a84.09 84.09 0 0 0 84-84V96a12 12 0 0 1 5.35-10Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 72a16 16 0 1 1-16-16a16 16 0 0 1 16 16m68 8a12 12 0 0 1-5.34 10L220 102.42V120a108.12 108.12 0 0 1-108 108H24a20 20 0 0 1-15.59-32.5l.15-.18L92 95.18V76.89c0-35.61 28.57-64.72 63.69-64.89h.31a63.94 63.94 0 0 1 60.58 43.29L238.66 70A12 12 0 0 1 244 80m-33.63 0l-10.69-7.13a12 12 0 0 1-5-7A40 40 0 0 0 156 36h-.19c-21.95.11-39.8 18.45-39.8 40.89v22.63a12 12 0 0 1-2.79 7.69L32.57 204h20.48l69.74-83.68a12 12 0 1 1 18.43 15.36L84.29 204H112a84.09 84.09 0 0 0 84-84V96a12 12 0 0 1 5.35-10Z"/></svg> </template>
CSS
.icon-bird-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2072a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m68%208a12%2012%200%200%201-5.34%2010L220%20102.42V120a108.12%20108.12%200%200%201-108%20108H24a20%2020%200%200%201-15.59-32.5l.15-.18L92%2095.18V76.89c0-35.61%2028.57-64.72%2063.69-64.89h.31a63.94%2063.94%200%200%201%2060.58%2043.29L238.66%2070A12%2012%200%200%201%20244%2080m-33.63%200l-10.69-7.13a12%2012%200%200%201-5-7A40%2040%200%200%200%20156%2036h-.19c-21.95.11-39.8%2018.45-39.8%2040.89v22.63a12%2012%200%200%201-2.79%207.69L32.57%20204h20.48l69.74-83.68a12%2012%200%201%201%2018.43%2015.36L84.29%20204H112a84.09%2084.09%200%200%200%2084-84V96a12%2012%200%200%201%205.35-10Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2072a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m68%208a12%2012%200%200%201-5.34%2010L220%20102.42V120a108.12%20108.12%200%200%201-108%20108H24a20%2020%200%200%201-15.59-32.5l.15-.18L92%2095.18V76.89c0-35.61%2028.57-64.72%2063.69-64.89h.31a63.94%2063.94%200%200%201%2060.58%2043.29L238.66%2070A12%2012%200%200%201%20244%2080m-33.63%200l-10.69-7.13a12%2012%200%200%201-5-7A40%2040%200%200%200%20156%2036h-.19c-21.95.11-39.8%2018.45-39.8%2040.89v22.63a12%2012%200%200%201-2.79%207.69L32.57%20204h20.48l69.74-83.68a12%2012%200%201%201%2018.43%2015.36L84.29%20204H112a84.09%2084.09%200%200%200%2084-84V96a12%2012%200%200%201%205.35-10Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bird-bold.svg?color=%231a73e8&size=48