bird emoji
bird from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- bird
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the bird emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.028 9.89a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="m25.226 26l-.003-.01h3.895c.952 0 1.72-.768 1.72-1.72v-9.15c0-1.264-1.318-2.076-2.447-1.56l-6.33 2.95L19.888 10h-.005l-1.362-4.08a3.326 3.326 0 0 0 2.476-3.22c0-.932-.768-1.7-1.7-1.7h-7.46c-3.282 0-6.03 2.262-6.793 5.307L2.04 7.882l-.002.001C1.067 8.396.9 9.702 1.68 10.456l2.553 2.417l-.67 5.803C3.118 22.578 6.16 26 10.089 26h.69l-.5 2.5h-1.8c-.73 0-1.33.52-1.47 1.21c-.04.15.09.29.24.29h12.53c.16 0 .28-.14.25-.29a1.51 1.51 0 0 0-1.47-1.21h-1.78l.5-2.5zM6.846 7.677A5.01 5.01 0 0 1 11.838 3h7.127a1.325 1.325 0 0 1-1.297 1.03H15.29l.899 1.511q.26.439.424.975l.003.01L18.444 12h.004l2.424 7.27l.007-.004l1.307 3.916H19.29a6.57 6.57 0 0 1-6.57-6.57a.5.5 0 1 0-1 0A7.57 7.57 0 0 0 17.63 24h-7.542a4.568 4.568 0 0 1-4.536-5.096L6.844 7.701zM23.509 23.99l-1.717-5.15l7.046-3.28v8.43zM15.78 26l-.5 2.5h-3.501l.5-2.5zM4.223 10.11l-.758-.717l.897-.47z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBird(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.028 9.89a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="m25.226 26l-.003-.01h3.895c.952 0 1.72-.768 1.72-1.72v-9.15c0-1.264-1.318-2.076-2.447-1.56l-6.33 2.95L19.888 10h-.005l-1.362-4.08a3.326 3.326 0 0 0 2.476-3.22c0-.932-.768-1.7-1.7-1.7h-7.46c-3.282 0-6.03 2.262-6.793 5.307L2.04 7.882l-.002.001C1.067 8.396.9 9.702 1.68 10.456l2.553 2.417l-.67 5.803C3.118 22.578 6.16 26 10.089 26h.69l-.5 2.5h-1.8c-.73 0-1.33.52-1.47 1.21c-.04.15.09.29.24.29h12.53c.16 0 .28-.14.25-.29a1.51 1.51 0 0 0-1.47-1.21h-1.78l.5-2.5zM6.846 7.677A5.01 5.01 0 0 1 11.838 3h7.127a1.325 1.325 0 0 1-1.297 1.03H15.29l.899 1.511q.26.439.424.975l.003.01L18.444 12h.004l2.424 7.27l.007-.004l1.307 3.916H19.29a6.57 6.57 0 0 1-6.57-6.57a.5.5 0 1 0-1 0A7.57 7.57 0 0 0 17.63 24h-7.542a4.568 4.568 0 0 1-4.536-5.096L6.844 7.701zM23.509 23.99l-1.717-5.15l7.046-3.28v8.43zM15.78 26l-.5 2.5h-3.501l.5-2.5zM4.223 10.11l-.758-.717l.897-.47z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.028 9.89a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="m25.226 26l-.003-.01h3.895c.952 0 1.72-.768 1.72-1.72v-9.15c0-1.264-1.318-2.076-2.447-1.56l-6.33 2.95L19.888 10h-.005l-1.362-4.08a3.326 3.326 0 0 0 2.476-3.22c0-.932-.768-1.7-1.7-1.7h-7.46c-3.282 0-6.03 2.262-6.793 5.307L2.04 7.882l-.002.001C1.067 8.396.9 9.702 1.68 10.456l2.553 2.417l-.67 5.803C3.118 22.578 6.16 26 10.089 26h.69l-.5 2.5h-1.8c-.73 0-1.33.52-1.47 1.21c-.04.15.09.29.24.29h12.53c.16 0 .28-.14.25-.29a1.51 1.51 0 0 0-1.47-1.21h-1.78l.5-2.5zM6.846 7.677A5.01 5.01 0 0 1 11.838 3h7.127a1.325 1.325 0 0 1-1.297 1.03H15.29l.899 1.511q.26.439.424.975l.003.01L18.444 12h.004l2.424 7.27l.007-.004l1.307 3.916H19.29a6.57 6.57 0 0 1-6.57-6.57a.5.5 0 1 0-1 0A7.57 7.57 0 0 0 17.63 24h-7.542a4.568 4.568 0 0 1-4.536-5.096L6.844 7.701zM23.509 23.99l-1.717-5.15l7.046-3.28v8.43zM15.78 26l-.5 2.5h-3.501l.5-2.5zM4.223 10.11l-.758-.717l.897-.47z"/></g></svg> </template>
CSS
.icon-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.028%209.89a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22m25.226%2026l-.003-.01h3.895c.952%200%201.72-.768%201.72-1.72v-9.15c0-1.264-1.318-2.076-2.447-1.56l-6.33%202.95L19.888%2010h-.005l-1.362-4.08a3.326%203.326%200%200%200%202.476-3.22c0-.932-.768-1.7-1.7-1.7h-7.46c-3.282%200-6.03%202.262-6.793%205.307L2.04%207.882l-.002.001C1.067%208.396.9%209.702%201.68%2010.456l2.553%202.417l-.67%205.803C3.118%2022.578%206.16%2026%2010.089%2026h.69l-.5%202.5h-1.8c-.73%200-1.33.52-1.47%201.21c-.04.15.09.29.24.29h12.53c.16%200%20.28-.14.25-.29a1.51%201.51%200%200%200-1.47-1.21h-1.78l.5-2.5zM6.846%207.677A5.01%205.01%200%200%201%2011.838%203h7.127a1.325%201.325%200%200%201-1.297%201.03H15.29l.899%201.511q.26.439.424.975l.003.01L18.444%2012h.004l2.424%207.27l.007-.004l1.307%203.916H19.29a6.57%206.57%200%200%201-6.57-6.57a.5.5%200%201%200-1%200A7.57%207.57%200%200%200%2017.63%2024h-7.542a4.568%204.568%200%200%201-4.536-5.096L6.844%207.701zM23.509%2023.99l-1.717-5.15l7.046-3.28v8.43zM15.78%2026l-.5%202.5h-3.501l.5-2.5zM4.223%2010.11l-.758-.717l.897-.47z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.028%209.89a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22m25.226%2026l-.003-.01h3.895c.952%200%201.72-.768%201.72-1.72v-9.15c0-1.264-1.318-2.076-2.447-1.56l-6.33%202.95L19.888%2010h-.005l-1.362-4.08a3.326%203.326%200%200%200%202.476-3.22c0-.932-.768-1.7-1.7-1.7h-7.46c-3.282%200-6.03%202.262-6.793%205.307L2.04%207.882l-.002.001C1.067%208.396.9%209.702%201.68%2010.456l2.553%202.417l-.67%205.803C3.118%2022.578%206.16%2026%2010.089%2026h.69l-.5%202.5h-1.8c-.73%200-1.33.52-1.47%201.21c-.04.15.09.29.24.29h12.53c.16%200%20.28-.14.25-.29a1.51%201.51%200%200%200-1.47-1.21h-1.78l.5-2.5zM6.846%207.677A5.01%205.01%200%200%201%2011.838%203h7.127a1.325%201.325%200%200%201-1.297%201.03H15.29l.899%201.511q.26.439.424.975l.003.01L18.444%2012h.004l2.424%207.27l.007-.004l1.307%203.916H19.29a6.57%206.57%200%200%201-6.57-6.57a.5.5%200%201%200-1%200A7.57%207.57%200%200%200%2017.63%2024h-7.542a4.568%204.568%200%200%201-4.536-5.096L6.844%207.701zM23.509%2023.99l-1.717-5.15l7.046-3.28v8.43zM15.78%2026l-.5%202.5h-3.501l.5-2.5zM4.223%2010.11l-.758-.717l.897-.47z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bird.svg?color=%231a73e8&size=48