kiwi bird icon
kiwi-bird from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.
- Name
- kiwi-bird
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Animals
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More animals icons from Font Awesome 6 Solid
Use the kiwi bird icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S576 471 576 464V224c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M448 200a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidKiwiBird(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S576 471 576 464V224c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M448 200a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S576 471 576 464V224c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M448 200a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg> </template>
CSS
.icon-kiwi-bird {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M291.2%20388.4c31.2-18.8%2064.7-36.4%20101.1-36.4H448c4.6%200%209.1-.2%2013.6-.7l85.3%20121.9c4%205.7%2011.3%208.2%2017.9%206.1S576%20471%20576%20464V224c0-70.7-57.3-128-128-128h-55.7c-36.4%200-69.9-17.6-101.1-36.4C262.3%2042.1%20228.3%2032%20192%2032C86%2032%200%20118%200%20224c0%2071.1%2038.6%20133.1%2096%20166.3V456c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-46c15.3%203.9%2031.4%206%2048%206c5.4%200%2010.7-.2%2016-.7V456c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-50.9c12.4-4.4%2024.2-10%2035.2-16.7M448%20200a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M291.2%20388.4c31.2-18.8%2064.7-36.4%20101.1-36.4H448c4.6%200%209.1-.2%2013.6-.7l85.3%20121.9c4%205.7%2011.3%208.2%2017.9%206.1S576%20471%20576%20464V224c0-70.7-57.3-128-128-128h-55.7c-36.4%200-69.9-17.6-101.1-36.4C262.3%2042.1%20228.3%2032%20192%2032C86%2032%200%20118%200%20224c0%2071.1%2038.6%20133.1%2096%20166.3V456c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-46c15.3%203.9%2031.4%206%2048%206c5.4%200%2010.7-.2%2016-.7V456c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-50.9c12.4-4.4%2024.2-10%2035.2-16.7M448%20200a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/kiwi-bird.svg?color=%231a73e8&size=48