kiwi bird icon
kiwi-bird from Font Awesome Solid by Dave Gandy · Solid · Animals · CC-BY-4.0 Attribution required.
- Name
- kiwi-bird
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Animals
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More animals icons from Font Awesome Solid
Use the kiwi bird icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M323.2 452.4c31.2-18.8 64.7-36.4 101.1-36.4H480c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S608 535 608 528V288c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C294.3 106.1 260.3 96 224 96C118 96 32 182 32 288c0 71.1 38.6 133.1 96 166.3V520c0 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-.7V520c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M480 264c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidKiwiBird(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M323.2 452.4c31.2-18.8 64.7-36.4 101.1-36.4H480c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S608 535 608 528V288c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C294.3 106.1 260.3 96 224 96C118 96 32 182 32 288c0 71.1 38.6 133.1 96 166.3V520c0 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-.7V520c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M480 264c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M323.2 452.4c31.2-18.8 64.7-36.4 101.1-36.4H480c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S608 535 608 528V288c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C294.3 106.1 260.3 96 224 96C118 96 32 182 32 288c0 71.1 38.6 133.1 96 166.3V520c0 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-.7V520c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M480 264c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M323.2%20452.4c31.2-18.8%2064.7-36.4%20101.1-36.4H480c4.6%200%209.1-.2%2013.6-.7l85.3%20121.9c4%205.7%2011.3%208.2%2017.9%206.1S608%20535%20608%20528V288c0-70.7-57.3-128-128-128h-55.7c-36.4%200-69.9-17.6-101.1-36.4C294.3%20106.1%20260.3%2096%20224%2096C118%2096%2032%20182%2032%20288c0%2071.1%2038.6%20133.1%2096%20166.3V520c0%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-.7V520c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-50.9c12.4-4.4%2024.2-10%2035.2-16.7M480%20264c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M323.2%20452.4c31.2-18.8%2064.7-36.4%20101.1-36.4H480c4.6%200%209.1-.2%2013.6-.7l85.3%20121.9c4%205.7%2011.3%208.2%2017.9%206.1S608%20535%20608%20528V288c0-70.7-57.3-128-128-128h-55.7c-36.4%200-69.9-17.6-101.1-36.4C294.3%20106.1%20260.3%2096%20224%2096C118%2096%2032%20182%2032%20288c0%2071.1%2038.6%20133.1%2096%20166.3V520c0%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-.7V520c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-50.9c12.4-4.4%2024.2-10%2035.2-16.7M480%20264c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/kiwi-bird.svg?color=%231a73e8&size=48