baby chick emoji

baby-chick from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.

Name
baby-chick
Set
Noto Emoji
Style
Default
Category
Animals & Nature
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More animals & nature icons from Noto Emoji

Use the baby chick emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fc9301" d="M52.68 96.89s1.25 8.8-.09 9.67c-1.31.84-5.54.26-7.79.66c-1.6.28-2.72 2.06-2.63 3.94s2.06 3.38 4.13 3.38s6.29-.08 8.07-.28c2.53-.28 4.15-1.87 4.6-3c.94-2.35.28-15.02.28-15.02zm16.52.66l6.66-.75s.19 9.29.28 11.26s.56 7.7-.09 9.2c-.73 1.67-4.41 4.79-8.63 5.35s-8.92.84-9.1-2.91s2.72-3.66 3.85-3.94s5.73-1.13 6.85-2.25c1.12-1.14.18-15.96.18-15.96"/><path fill="#ffb903" d="M17.25 43.02s1.01-8.68 1.83-11.73c1.6-5.96 8.26-18.02 27.59-18.82c25.6-1.06 31.39 22.24 31.39 22.24s11.4 3.24 22.81 7.04s21.68 9.01 22.24 10.7s-3.26 25.91-24.35 38.86c-20.41 12.53-62.08 12.25-73.63-11.68c-5.55-11.51-4.67-18.57-5.77-25.9c-1.33-8.88-2.11-10.71-2.11-10.71"/><path fill="#fa9100" d="M4.63 42.74c.22 3.09 14.08 6.95 14.08 6.95s2.35-1.13 2.35-6.95s-2.35-7.41-2.35-7.41s-14.27 4.78-14.08 7.41"/><ellipse cx="35.28" cy="38.56" fill="#2f302b" rx="5.33" ry="4.9" transform="rotate(-71.319 35.282 38.557)"/><path fill="#fc9301" d="M51.93 73.14c-2.73 2.73 3.85 7.79 12.11 11.26s17.93 2.35 25.34-1.03c7.07-3.22 13.7-13.8 12.58-18.77s-5.44-6.38-11.36-7.79c-5.91-1.41-14.83-3.57-16.8-3.85s-3.38-.09-3.75 1.69c-.27 1.3 1.03 2.53 4.32 3.47c3.28.94 19.99 4.97 19.99 8.26c0 3.28-3.38 9.39-10.42 12.39c-6.83 2.91-13.51 3.28-20.27.09c-4.17-1.97-7.6-4.79-8.45-5.35c-.85-.55-1.97-1.68-3.29-.37"/></svg>

React

import type { SVGProps } from "react";

export function NotoBabyChick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fc9301" d="M52.68 96.89s1.25 8.8-.09 9.67c-1.31.84-5.54.26-7.79.66c-1.6.28-2.72 2.06-2.63 3.94s2.06 3.38 4.13 3.38s6.29-.08 8.07-.28c2.53-.28 4.15-1.87 4.6-3c.94-2.35.28-15.02.28-15.02zm16.52.66l6.66-.75s.19 9.29.28 11.26s.56 7.7-.09 9.2c-.73 1.67-4.41 4.79-8.63 5.35s-8.92.84-9.1-2.91s2.72-3.66 3.85-3.94s5.73-1.13 6.85-2.25c1.12-1.14.18-15.96.18-15.96"/><path fill="#ffb903" d="M17.25 43.02s1.01-8.68 1.83-11.73c1.6-5.96 8.26-18.02 27.59-18.82c25.6-1.06 31.39 22.24 31.39 22.24s11.4 3.24 22.81 7.04s21.68 9.01 22.24 10.7s-3.26 25.91-24.35 38.86c-20.41 12.53-62.08 12.25-73.63-11.68c-5.55-11.51-4.67-18.57-5.77-25.9c-1.33-8.88-2.11-10.71-2.11-10.71"/><path fill="#fa9100" d="M4.63 42.74c.22 3.09 14.08 6.95 14.08 6.95s2.35-1.13 2.35-6.95s-2.35-7.41-2.35-7.41s-14.27 4.78-14.08 7.41"/><ellipse cx="35.28" cy="38.56" fill="#2f302b" rx="5.33" ry="4.9" transform="rotate(-71.319 35.282 38.557)"/><path fill="#fc9301" d="M51.93 73.14c-2.73 2.73 3.85 7.79 12.11 11.26s17.93 2.35 25.34-1.03c7.07-3.22 13.7-13.8 12.58-18.77s-5.44-6.38-11.36-7.79c-5.91-1.41-14.83-3.57-16.8-3.85s-3.38-.09-3.75 1.69c-.27 1.3 1.03 2.53 4.32 3.47c3.28.94 19.99 4.97 19.99 8.26c0 3.28-3.38 9.39-10.42 12.39c-6.83 2.91-13.51 3.28-20.27.09c-4.17-1.97-7.6-4.79-8.45-5.35c-.85-.55-1.97-1.68-3.29-.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fc9301" d="M52.68 96.89s1.25 8.8-.09 9.67c-1.31.84-5.54.26-7.79.66c-1.6.28-2.72 2.06-2.63 3.94s2.06 3.38 4.13 3.38s6.29-.08 8.07-.28c2.53-.28 4.15-1.87 4.6-3c.94-2.35.28-15.02.28-15.02zm16.52.66l6.66-.75s.19 9.29.28 11.26s.56 7.7-.09 9.2c-.73 1.67-4.41 4.79-8.63 5.35s-8.92.84-9.1-2.91s2.72-3.66 3.85-3.94s5.73-1.13 6.85-2.25c1.12-1.14.18-15.96.18-15.96"/><path fill="#ffb903" d="M17.25 43.02s1.01-8.68 1.83-11.73c1.6-5.96 8.26-18.02 27.59-18.82c25.6-1.06 31.39 22.24 31.39 22.24s11.4 3.24 22.81 7.04s21.68 9.01 22.24 10.7s-3.26 25.91-24.35 38.86c-20.41 12.53-62.08 12.25-73.63-11.68c-5.55-11.51-4.67-18.57-5.77-25.9c-1.33-8.88-2.11-10.71-2.11-10.71"/><path fill="#fa9100" d="M4.63 42.74c.22 3.09 14.08 6.95 14.08 6.95s2.35-1.13 2.35-6.95s-2.35-7.41-2.35-7.41s-14.27 4.78-14.08 7.41"/><ellipse cx="35.28" cy="38.56" fill="#2f302b" rx="5.33" ry="4.9" transform="rotate(-71.319 35.282 38.557)"/><path fill="#fc9301" d="M51.93 73.14c-2.73 2.73 3.85 7.79 12.11 11.26s17.93 2.35 25.34-1.03c7.07-3.22 13.7-13.8 12.58-18.77s-5.44-6.38-11.36-7.79c-5.91-1.41-14.83-3.57-16.8-3.85s-3.38-.09-3.75 1.69c-.27 1.3 1.03 2.53 4.32 3.47c3.28.94 19.99 4.97 19.99 8.26c0 3.28-3.38 9.39-10.42 12.39c-6.83 2.91-13.51 3.28-20.27.09c-4.17-1.97-7.6-4.79-8.45-5.35c-.85-.55-1.97-1.68-3.29-.37"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fc9301%22%20d%3D%22M52.68%2096.89s1.25%208.8-.09%209.67c-1.31.84-5.54.26-7.79.66c-1.6.28-2.72%202.06-2.63%203.94s2.06%203.38%204.13%203.38s6.29-.08%208.07-.28c2.53-.28%204.15-1.87%204.6-3c.94-2.35.28-15.02.28-15.02zm16.52.66l6.66-.75s.19%209.29.28%2011.26s.56%207.7-.09%209.2c-.73%201.67-4.41%204.79-8.63%205.35s-8.92.84-9.1-2.91s2.72-3.66%203.85-3.94s5.73-1.13%206.85-2.25c1.12-1.14.18-15.96.18-15.96%22%2F%3E%3Cpath%20fill%3D%22%23ffb903%22%20d%3D%22M17.25%2043.02s1.01-8.68%201.83-11.73c1.6-5.96%208.26-18.02%2027.59-18.82c25.6-1.06%2031.39%2022.24%2031.39%2022.24s11.4%203.24%2022.81%207.04s21.68%209.01%2022.24%2010.7s-3.26%2025.91-24.35%2038.86c-20.41%2012.53-62.08%2012.25-73.63-11.68c-5.55-11.51-4.67-18.57-5.77-25.9c-1.33-8.88-2.11-10.71-2.11-10.71%22%2F%3E%3Cpath%20fill%3D%22%23fa9100%22%20d%3D%22M4.63%2042.74c.22%203.09%2014.08%206.95%2014.08%206.95s2.35-1.13%202.35-6.95s-2.35-7.41-2.35-7.41s-14.27%204.78-14.08%207.41%22%2F%3E%3Cellipse%20cx%3D%2235.28%22%20cy%3D%2238.56%22%20fill%3D%22%232f302b%22%20rx%3D%225.33%22%20ry%3D%224.9%22%20transform%3D%22rotate(-71.319%2035.282%2038.557)%22%2F%3E%3Cpath%20fill%3D%22%23fc9301%22%20d%3D%22M51.93%2073.14c-2.73%202.73%203.85%207.79%2012.11%2011.26s17.93%202.35%2025.34-1.03c7.07-3.22%2013.7-13.8%2012.58-18.77s-5.44-6.38-11.36-7.79c-5.91-1.41-14.83-3.57-16.8-3.85s-3.38-.09-3.75%201.69c-.27%201.3%201.03%202.53%204.32%203.47c3.28.94%2019.99%204.97%2019.99%208.26c0%203.28-3.38%209.39-10.42%2012.39c-6.83%202.91-13.51%203.28-20.27.09c-4.17-1.97-7.6-4.79-8.45-5.35c-.85-.55-1.97-1.68-3.29-.37%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fc9301%22%20d%3D%22M52.68%2096.89s1.25%208.8-.09%209.67c-1.31.84-5.54.26-7.79.66c-1.6.28-2.72%202.06-2.63%203.94s2.06%203.38%204.13%203.38s6.29-.08%208.07-.28c2.53-.28%204.15-1.87%204.6-3c.94-2.35.28-15.02.28-15.02zm16.52.66l6.66-.75s.19%209.29.28%2011.26s.56%207.7-.09%209.2c-.73%201.67-4.41%204.79-8.63%205.35s-8.92.84-9.1-2.91s2.72-3.66%203.85-3.94s5.73-1.13%206.85-2.25c1.12-1.14.18-15.96.18-15.96%22%2F%3E%3Cpath%20fill%3D%22%23ffb903%22%20d%3D%22M17.25%2043.02s1.01-8.68%201.83-11.73c1.6-5.96%208.26-18.02%2027.59-18.82c25.6-1.06%2031.39%2022.24%2031.39%2022.24s11.4%203.24%2022.81%207.04s21.68%209.01%2022.24%2010.7s-3.26%2025.91-24.35%2038.86c-20.41%2012.53-62.08%2012.25-73.63-11.68c-5.55-11.51-4.67-18.57-5.77-25.9c-1.33-8.88-2.11-10.71-2.11-10.71%22%2F%3E%3Cpath%20fill%3D%22%23fa9100%22%20d%3D%22M4.63%2042.74c.22%203.09%2014.08%206.95%2014.08%206.95s2.35-1.13%202.35-6.95s-2.35-7.41-2.35-7.41s-14.27%204.78-14.08%207.41%22%2F%3E%3Cellipse%20cx%3D%2235.28%22%20cy%3D%2238.56%22%20fill%3D%22%232f302b%22%20rx%3D%225.33%22%20ry%3D%224.9%22%20transform%3D%22rotate(-71.319%2035.282%2038.557)%22%2F%3E%3Cpath%20fill%3D%22%23fc9301%22%20d%3D%22M51.93%2073.14c-2.73%202.73%203.85%207.79%2012.11%2011.26s17.93%202.35%2025.34-1.03c7.07-3.22%2013.7-13.8%2012.58-18.77s-5.44-6.38-11.36-7.79c-5.91-1.41-14.83-3.57-16.8-3.85s-3.38-.09-3.75%201.69c-.27%201.3%201.03%202.53%204.32%203.47c3.28.94%2019.99%204.97%2019.99%208.26c0%203.28-3.38%209.39-10.42%2012.39c-6.83%202.91-13.51%203.28-20.27.09c-4.17-1.97-7.6-4.79-8.45-5.35c-.85-.55-1.97-1.68-3.29-.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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