kiwi-bird from Line Awesome by Icons8 · Line · Animals · Apache-2.0 Free for personal and commercial use.

Name
kiwi-bird
Set
Line Awesome
Style
Line
Category
Animals
Viewbox
32×32
License
Apache 2.0
Aliases
kiwi-bird-solid

The same icon in other sets

More animals icons from Line Awesome

Use the kiwi bird icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.48 4C6.414 4.113 2.113 8.414 2 13.48a9.19 9.19 0 0 0 4 7.817v6.238l3.445 2.297l1.11-1.664L8 26.465v-4.117a9.5 9.5 0 0 0 2 .527v2.844l3.684 1.23l.632-1.898L12 24.28v-1.3c4.383-.102 5.176-1.415 6.473-1.954c2.515-1.015 3.437-2.34 3.894-3.238c.227-.45.356-.71.528-.887c.171-.175.437-.359 1.136-.527l.004-.004a10 10 0 0 0 1.68-.55c.098.292.207.636.316 1.062C26.508 18.66 27 21.574 27 26h2c0-4.574-.508-7.66-1.031-9.633a15 15 0 0 0-.543-1.648c.207-.2.387-.41.531-.625c.648-.977.64-1.996.64-2.496c0-1.164-.285-2.364-1.085-3.301C26.707 7.363 25.414 6.8 23.8 6.8a4.9 4.9 0 0 0-4.254 2.472C18.187 6.055 15.375 4 11.5 4zm.036 2c3.636.008 5.714 1.707 6.62 4.969l.204.73h2.453l.18-.77c.289-1.222 1.472-2.128 2.828-2.128c1.187 0 1.793.336 2.187.8c.399.465.61 1.165.61 1.997c0 .5-.004.933-.305 1.386c-.3.45-.977 1.032-2.723 1.442h-.008c-.94.23-1.628.597-2.097 1.078c-.473.484-.684.992-.883 1.383c-.395.777-.672 1.402-2.86 2.285l-.003.004C15.672 20.02 16.03 21 11.5 21c-4.285 0-7.59-3.215-7.5-7.48c.086-3.93 3.582-7.426 7.516-7.52"/></svg>

React

import type { SVGProps } from "react";

export function LaKiwiBird(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.48 4C6.414 4.113 2.113 8.414 2 13.48a9.19 9.19 0 0 0 4 7.817v6.238l3.445 2.297l1.11-1.664L8 26.465v-4.117a9.5 9.5 0 0 0 2 .527v2.844l3.684 1.23l.632-1.898L12 24.28v-1.3c4.383-.102 5.176-1.415 6.473-1.954c2.515-1.015 3.437-2.34 3.894-3.238c.227-.45.356-.71.528-.887c.171-.175.437-.359 1.136-.527l.004-.004a10 10 0 0 0 1.68-.55c.098.292.207.636.316 1.062C26.508 18.66 27 21.574 27 26h2c0-4.574-.508-7.66-1.031-9.633a15 15 0 0 0-.543-1.648c.207-.2.387-.41.531-.625c.648-.977.64-1.996.64-2.496c0-1.164-.285-2.364-1.085-3.301C26.707 7.363 25.414 6.8 23.8 6.8a4.9 4.9 0 0 0-4.254 2.472C18.187 6.055 15.375 4 11.5 4zm.036 2c3.636.008 5.714 1.707 6.62 4.969l.204.73h2.453l.18-.77c.289-1.222 1.472-2.128 2.828-2.128c1.187 0 1.793.336 2.187.8c.399.465.61 1.165.61 1.997c0 .5-.004.933-.305 1.386c-.3.45-.977 1.032-2.723 1.442h-.008c-.94.23-1.628.597-2.097 1.078c-.473.484-.684.992-.883 1.383c-.395.777-.672 1.402-2.86 2.285l-.003.004C15.672 20.02 16.03 21 11.5 21c-4.285 0-7.59-3.215-7.5-7.48c.086-3.93 3.582-7.426 7.516-7.52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.48 4C6.414 4.113 2.113 8.414 2 13.48a9.19 9.19 0 0 0 4 7.817v6.238l3.445 2.297l1.11-1.664L8 26.465v-4.117a9.5 9.5 0 0 0 2 .527v2.844l3.684 1.23l.632-1.898L12 24.28v-1.3c4.383-.102 5.176-1.415 6.473-1.954c2.515-1.015 3.437-2.34 3.894-3.238c.227-.45.356-.71.528-.887c.171-.175.437-.359 1.136-.527l.004-.004a10 10 0 0 0 1.68-.55c.098.292.207.636.316 1.062C26.508 18.66 27 21.574 27 26h2c0-4.574-.508-7.66-1.031-9.633a15 15 0 0 0-.543-1.648c.207-.2.387-.41.531-.625c.648-.977.64-1.996.64-2.496c0-1.164-.285-2.364-1.085-3.301C26.707 7.363 25.414 6.8 23.8 6.8a4.9 4.9 0 0 0-4.254 2.472C18.187 6.055 15.375 4 11.5 4zm.036 2c3.636.008 5.714 1.707 6.62 4.969l.204.73h2.453l.18-.77c.289-1.222 1.472-2.128 2.828-2.128c1.187 0 1.793.336 2.187.8c.399.465.61 1.165.61 1.997c0 .5-.004.933-.305 1.386c-.3.45-.977 1.032-2.723 1.442h-.008c-.94.23-1.628.597-2.097 1.078c-.473.484-.684.992-.883 1.383c-.395.777-.672 1.402-2.86 2.285l-.003.004C15.672 20.02 16.03 21 11.5 21c-4.285 0-7.59-3.215-7.5-7.48c.086-3.93 3.582-7.426 7.516-7.52"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.48%204C6.414%204.113%202.113%208.414%202%2013.48a9.19%209.19%200%200%200%204%207.817v6.238l3.445%202.297l1.11-1.664L8%2026.465v-4.117a9.5%209.5%200%200%200%202%20.527v2.844l3.684%201.23l.632-1.898L12%2024.28v-1.3c4.383-.102%205.176-1.415%206.473-1.954c2.515-1.015%203.437-2.34%203.894-3.238c.227-.45.356-.71.528-.887c.171-.175.437-.359%201.136-.527l.004-.004a10%2010%200%200%200%201.68-.55c.098.292.207.636.316%201.062C26.508%2018.66%2027%2021.574%2027%2026h2c0-4.574-.508-7.66-1.031-9.633a15%2015%200%200%200-.543-1.648c.207-.2.387-.41.531-.625c.648-.977.64-1.996.64-2.496c0-1.164-.285-2.364-1.085-3.301C26.707%207.363%2025.414%206.8%2023.8%206.8a4.9%204.9%200%200%200-4.254%202.472C18.187%206.055%2015.375%204%2011.5%204zm.036%202c3.636.008%205.714%201.707%206.62%204.969l.204.73h2.453l.18-.77c.289-1.222%201.472-2.128%202.828-2.128c1.187%200%201.793.336%202.187.8c.399.465.61%201.165.61%201.997c0%20.5-.004.933-.305%201.386c-.3.45-.977%201.032-2.723%201.442h-.008c-.94.23-1.628.597-2.097%201.078c-.473.484-.684.992-.883%201.383c-.395.777-.672%201.402-2.86%202.285l-.003.004C15.672%2020.02%2016.03%2021%2011.5%2021c-4.285%200-7.59-3.215-7.5-7.48c.086-3.93%203.582-7.426%207.516-7.52%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.48%204C6.414%204.113%202.113%208.414%202%2013.48a9.19%209.19%200%200%200%204%207.817v6.238l3.445%202.297l1.11-1.664L8%2026.465v-4.117a9.5%209.5%200%200%200%202%20.527v2.844l3.684%201.23l.632-1.898L12%2024.28v-1.3c4.383-.102%205.176-1.415%206.473-1.954c2.515-1.015%203.437-2.34%203.894-3.238c.227-.45.356-.71.528-.887c.171-.175.437-.359%201.136-.527l.004-.004a10%2010%200%200%200%201.68-.55c.098.292.207.636.316%201.062C26.508%2018.66%2027%2021.574%2027%2026h2c0-4.574-.508-7.66-1.031-9.633a15%2015%200%200%200-.543-1.648c.207-.2.387-.41.531-.625c.648-.977.64-1.996.64-2.496c0-1.164-.285-2.364-1.085-3.301C26.707%207.363%2025.414%206.8%2023.8%206.8a4.9%204.9%200%200%200-4.254%202.472C18.187%206.055%2015.375%204%2011.5%204zm.036%202c3.636.008%205.714%201.707%206.62%204.969l.204.73h2.453l.18-.77c.289-1.222%201.472-2.128%202.828-2.128c1.187%200%201.793.336%202.187.8c.399.465.61%201.165.61%201.997c0%20.5-.004.933-.305%201.386c-.3.45-.977%201.032-2.723%201.442h-.008c-.94.23-1.628.597-2.097%201.078c-.473.484-.684.992-.883%201.383c-.395.777-.672%201.402-2.86%202.285l-.003.004C15.672%2020.02%2016.03%2021%2011.5%2021c-4.285%200-7.59-3.215-7.5-7.48c.086-3.93%203.582-7.426%207.516-7.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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