baby-chick from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
baby-chick
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 baby chick emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.5 12.83a1.5 1.5 0 1 0 0-3.001a1.5 1.5 0 0 0 0 3"/><path d="m3 13.99l-1.27-.97a1.795 1.795 0 0 1-.022-2.873l1.775-1.495A8.485 8.485 0 0 1 11.48 3a8.47 8.47 0 0 1 8.188 6.262l9.616 2.52A2.295 2.295 0 0 1 31 14c0 7.09-5.269 12.948-12.105 13.873l-.125.627h1.78c.73 0 1.34.52 1.48 1.21c.03.15-.09.29-.25.29H9.25c-.16 0-.28-.14-.24-.29c.14-.69.74-1.21 1.47-1.21h1.8l.246-1.23C6.988 25.404 3 20.168 3 14zM15.52 28.5h1.75l.101-.505Q17.186 28 17 28a14 14 0 0 1-3.053-.334l-.167.834zM11.48 5A6.48 6.48 0 0 0 5 11.48V14c0 6.628 5.372 12 12 12a11.94 11.94 0 0 0 6.253-1.756a9 9 0 0 1-1.984.256h-.009c-3.333 0-6.906-1.65-8.774-4.449a.5.5 0 0 1 .832-.555c1.655 2.48 4.89 4.003 7.937 4.004a8.14 8.14 0 0 0 4.954-1.806A11.95 11.95 0 0 0 29 14a.294.294 0 0 0-.224-.283l-9.66-2.532a1.96 1.96 0 0 1-1.369-1.364l-.002-.007l-.002-.007A6.47 6.47 0 0 0 11.48 5"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBabyChick(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="M9.5 12.83a1.5 1.5 0 1 0 0-3.001a1.5 1.5 0 0 0 0 3"/><path d="m3 13.99l-1.27-.97a1.795 1.795 0 0 1-.022-2.873l1.775-1.495A8.485 8.485 0 0 1 11.48 3a8.47 8.47 0 0 1 8.188 6.262l9.616 2.52A2.295 2.295 0 0 1 31 14c0 7.09-5.269 12.948-12.105 13.873l-.125.627h1.78c.73 0 1.34.52 1.48 1.21c.03.15-.09.29-.25.29H9.25c-.16 0-.28-.14-.24-.29c.14-.69.74-1.21 1.47-1.21h1.8l.246-1.23C6.988 25.404 3 20.168 3 14zM15.52 28.5h1.75l.101-.505Q17.186 28 17 28a14 14 0 0 1-3.053-.334l-.167.834zM11.48 5A6.48 6.48 0 0 0 5 11.48V14c0 6.628 5.372 12 12 12a11.94 11.94 0 0 0 6.253-1.756a9 9 0 0 1-1.984.256h-.009c-3.333 0-6.906-1.65-8.774-4.449a.5.5 0 0 1 .832-.555c1.655 2.48 4.89 4.003 7.937 4.004a8.14 8.14 0 0 0 4.954-1.806A11.95 11.95 0 0 0 29 14a.294.294 0 0 0-.224-.283l-9.66-2.532a1.96 1.96 0 0 1-1.369-1.364l-.002-.007l-.002-.007A6.47 6.47 0 0 0 11.48 5"/></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="M9.5 12.83a1.5 1.5 0 1 0 0-3.001a1.5 1.5 0 0 0 0 3"/><path d="m3 13.99l-1.27-.97a1.795 1.795 0 0 1-.022-2.873l1.775-1.495A8.485 8.485 0 0 1 11.48 3a8.47 8.47 0 0 1 8.188 6.262l9.616 2.52A2.295 2.295 0 0 1 31 14c0 7.09-5.269 12.948-12.105 13.873l-.125.627h1.78c.73 0 1.34.52 1.48 1.21c.03.15-.09.29-.25.29H9.25c-.16 0-.28-.14-.24-.29c.14-.69.74-1.21 1.47-1.21h1.8l.246-1.23C6.988 25.404 3 20.168 3 14zM15.52 28.5h1.75l.101-.505Q17.186 28 17 28a14 14 0 0 1-3.053-.334l-.167.834zM11.48 5A6.48 6.48 0 0 0 5 11.48V14c0 6.628 5.372 12 12 12a11.94 11.94 0 0 0 6.253-1.756a9 9 0 0 1-1.984.256h-.009c-3.333 0-6.906-1.65-8.774-4.449a.5.5 0 0 1 .832-.555c1.655 2.48 4.89 4.003 7.937 4.004a8.14 8.14 0 0 0 4.954-1.806A11.95 11.95 0 0 0 29 14a.294.294 0 0 0-.224-.283l-9.66-2.532a1.96 1.96 0 0 1-1.369-1.364l-.002-.007l-.002-.007A6.47 6.47 0 0 0 11.48 5"/></g></svg>
</template>

CSS

.icon-baby-chick {
  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%22M9.5%2012.83a1.5%201.5%200%201%200%200-3.001a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22m3%2013.99l-1.27-.97a1.795%201.795%200%200%201-.022-2.873l1.775-1.495A8.485%208.485%200%200%201%2011.48%203a8.47%208.47%200%200%201%208.188%206.262l9.616%202.52A2.295%202.295%200%200%201%2031%2014c0%207.09-5.269%2012.948-12.105%2013.873l-.125.627h1.78c.73%200%201.34.52%201.48%201.21c.03.15-.09.29-.25.29H9.25c-.16%200-.28-.14-.24-.29c.14-.69.74-1.21%201.47-1.21h1.8l.246-1.23C6.988%2025.404%203%2020.168%203%2014zM15.52%2028.5h1.75l.101-.505Q17.186%2028%2017%2028a14%2014%200%200%201-3.053-.334l-.167.834zM11.48%205A6.48%206.48%200%200%200%205%2011.48V14c0%206.628%205.372%2012%2012%2012a11.94%2011.94%200%200%200%206.253-1.756a9%209%200%200%201-1.984.256h-.009c-3.333%200-6.906-1.65-8.774-4.449a.5.5%200%200%201%20.832-.555c1.655%202.48%204.89%204.003%207.937%204.004a8.14%208.14%200%200%200%204.954-1.806A11.95%2011.95%200%200%200%2029%2014a.294.294%200%200%200-.224-.283l-9.66-2.532a1.96%201.96%200%200%201-1.369-1.364l-.002-.007l-.002-.007A6.47%206.47%200%200%200%2011.48%205%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%22M9.5%2012.83a1.5%201.5%200%201%200%200-3.001a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22m3%2013.99l-1.27-.97a1.795%201.795%200%200%201-.022-2.873l1.775-1.495A8.485%208.485%200%200%201%2011.48%203a8.47%208.47%200%200%201%208.188%206.262l9.616%202.52A2.295%202.295%200%200%201%2031%2014c0%207.09-5.269%2012.948-12.105%2013.873l-.125.627h1.78c.73%200%201.34.52%201.48%201.21c.03.15-.09.29-.25.29H9.25c-.16%200-.28-.14-.24-.29c.14-.69.74-1.21%201.47-1.21h1.8l.246-1.23C6.988%2025.404%203%2020.168%203%2014zM15.52%2028.5h1.75l.101-.505Q17.186%2028%2017%2028a14%2014%200%200%201-3.053-.334l-.167.834zM11.48%205A6.48%206.48%200%200%200%205%2011.48V14c0%206.628%205.372%2012%2012%2012a11.94%2011.94%200%200%200%206.253-1.756a9%209%200%200%201-1.984.256h-.009c-3.333%200-6.906-1.65-8.774-4.449a.5.5%200%200%201%20.832-.555c1.655%202.48%204.89%204.003%207.937%204.004a8.14%208.14%200%200%200%204.954-1.806A11.95%2011.95%200%200%200%2029%2014a.294.294%200%200%200-.224-.283l-9.66-2.532a1.96%201.96%200%200%201-1.369-1.364l-.002-.007l-.002-.007A6.47%206.47%200%200%200%2011.48%205%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/baby-chick.svg?color=%231a73e8&size=48