baby chick emoji

baby-chick from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
baby-chick
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the baby chick emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M8.512 15.93c0 1.657 1.974 2-.512 2s-6-1-6-2s1.526-3 4.012-3s2.5 1.343 2.5 3"/><path fill="#ffac33" d="M27.88 33.027a1 1 0 0 0-.418-.391C25.865 30.931 27 28.93 27 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.107l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .404-1.355m-7 0a1 1 0 0 0-.418-.391C18.865 30.931 20 28.93 20 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.108l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .403-1.355"/><path fill="#ffcc4d" d="M35.217 17.305c-1.342 0-7.904 4.613-11.553-5.375l-.018-.038a9.5 9.5 0 0 0-7.367-6.789l-.037-.042C18.389 3.684 19 4.707 19 3.93c0-1.179-2.083-1.303-4 .012c-1.917-1.315-4-1.191-4-.012c0 .761.583-.208 2.623 1.044C8.788 5.417 5 9.479 5 14.43c0 4.478 3.103 8.223 7.273 9.227c1.003 4.171 4.748 7.273 9.227 7.273c3.953 0 6.934-1.678 8.99-3.999c.555-.626.111.602.842.235c4.24-2.132 5.168-9.861 3.885-9.861"/><circle cx="12.5" cy="13.43" r="1.5" fill="#662113"/><path fill="#ffac33" d="M21.81 15.93s-2 10 10 10c1 0 0 2-4 2s-9.999-5-7-11c.633-1.265 1-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBabyChick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M8.512 15.93c0 1.657 1.974 2-.512 2s-6-1-6-2s1.526-3 4.012-3s2.5 1.343 2.5 3"/><path fill="#ffac33" d="M27.88 33.027a1 1 0 0 0-.418-.391C25.865 30.931 27 28.93 27 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.107l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .404-1.355m-7 0a1 1 0 0 0-.418-.391C18.865 30.931 20 28.93 20 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.108l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .403-1.355"/><path fill="#ffcc4d" d="M35.217 17.305c-1.342 0-7.904 4.613-11.553-5.375l-.018-.038a9.5 9.5 0 0 0-7.367-6.789l-.037-.042C18.389 3.684 19 4.707 19 3.93c0-1.179-2.083-1.303-4 .012c-1.917-1.315-4-1.191-4-.012c0 .761.583-.208 2.623 1.044C8.788 5.417 5 9.479 5 14.43c0 4.478 3.103 8.223 7.273 9.227c1.003 4.171 4.748 7.273 9.227 7.273c3.953 0 6.934-1.678 8.99-3.999c.555-.626.111.602.842.235c4.24-2.132 5.168-9.861 3.885-9.861"/><circle cx="12.5" cy="13.43" r="1.5" fill="#662113"/><path fill="#ffac33" d="M21.81 15.93s-2 10 10 10c1 0 0 2-4 2s-9.999-5-7-11c.633-1.265 1-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M8.512 15.93c0 1.657 1.974 2-.512 2s-6-1-6-2s1.526-3 4.012-3s2.5 1.343 2.5 3"/><path fill="#ffac33" d="M27.88 33.027a1 1 0 0 0-.418-.391C25.865 30.931 27 28.93 27 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.107l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .404-1.355m-7 0a1 1 0 0 0-.418-.391C18.865 30.931 20 28.93 20 28.93c0-.553 1-2 0-2l-1 1c-1 1-1 4-1 4h-2a1 1 0 1 0 0 2h1.108l-.222.12a1 1 0 1 0 .952 1.759l2.639-1.427a1 1 0 0 0 .403-1.355"/><path fill="#ffcc4d" d="M35.217 17.305c-1.342 0-7.904 4.613-11.553-5.375l-.018-.038a9.5 9.5 0 0 0-7.367-6.789l-.037-.042C18.389 3.684 19 4.707 19 3.93c0-1.179-2.083-1.303-4 .012c-1.917-1.315-4-1.191-4-.012c0 .761.583-.208 2.623 1.044C8.788 5.417 5 9.479 5 14.43c0 4.478 3.103 8.223 7.273 9.227c1.003 4.171 4.748 7.273 9.227 7.273c3.953 0 6.934-1.678 8.99-3.999c.555-.626.111.602.842.235c4.24-2.132 5.168-9.861 3.885-9.861"/><circle cx="12.5" cy="13.43" r="1.5" fill="#662113"/><path fill="#ffac33" d="M21.81 15.93s-2 10 10 10c1 0 0 2-4 2s-9.999-5-7-11c.633-1.265 1-1 1-1"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M8.512%2015.93c0%201.657%201.974%202-.512%202s-6-1-6-2s1.526-3%204.012-3s2.5%201.343%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M27.88%2033.027a1%201%200%200%200-.418-.391C25.865%2030.931%2027%2028.93%2027%2028.93c0-.553%201-2%200-2l-1%201c-1%201-1%204-1%204h-2a1%201%200%201%200%200%202h1.107l-.222.12a1%201%200%201%200%20.952%201.759l2.639-1.427a1%201%200%200%200%20.404-1.355m-7%200a1%201%200%200%200-.418-.391C18.865%2030.931%2020%2028.93%2020%2028.93c0-.553%201-2%200-2l-1%201c-1%201-1%204-1%204h-2a1%201%200%201%200%200%202h1.108l-.222.12a1%201%200%201%200%20.952%201.759l2.639-1.427a1%201%200%200%200%20.403-1.355%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M35.217%2017.305c-1.342%200-7.904%204.613-11.553-5.375l-.018-.038a9.5%209.5%200%200%200-7.367-6.789l-.037-.042C18.389%203.684%2019%204.707%2019%203.93c0-1.179-2.083-1.303-4%20.012c-1.917-1.315-4-1.191-4-.012c0%20.761.583-.208%202.623%201.044C8.788%205.417%205%209.479%205%2014.43c0%204.478%203.103%208.223%207.273%209.227c1.003%204.171%204.748%207.273%209.227%207.273c3.953%200%206.934-1.678%208.99-3.999c.555-.626.111.602.842.235c4.24-2.132%205.168-9.861%203.885-9.861%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2213.43%22%20r%3D%221.5%22%20fill%3D%22%23662113%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M21.81%2015.93s-2%2010%2010%2010c1%200%200%202-4%202s-9.999-5-7-11c.633-1.265%201-1%201-1%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M8.512%2015.93c0%201.657%201.974%202-.512%202s-6-1-6-2s1.526-3%204.012-3s2.5%201.343%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M27.88%2033.027a1%201%200%200%200-.418-.391C25.865%2030.931%2027%2028.93%2027%2028.93c0-.553%201-2%200-2l-1%201c-1%201-1%204-1%204h-2a1%201%200%201%200%200%202h1.107l-.222.12a1%201%200%201%200%20.952%201.759l2.639-1.427a1%201%200%200%200%20.404-1.355m-7%200a1%201%200%200%200-.418-.391C18.865%2030.931%2020%2028.93%2020%2028.93c0-.553%201-2%200-2l-1%201c-1%201-1%204-1%204h-2a1%201%200%201%200%200%202h1.108l-.222.12a1%201%200%201%200%20.952%201.759l2.639-1.427a1%201%200%200%200%20.403-1.355%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M35.217%2017.305c-1.342%200-7.904%204.613-11.553-5.375l-.018-.038a9.5%209.5%200%200%200-7.367-6.789l-.037-.042C18.389%203.684%2019%204.707%2019%203.93c0-1.179-2.083-1.303-4%20.012c-1.917-1.315-4-1.191-4-.012c0%20.761.583-.208%202.623%201.044C8.788%205.417%205%209.479%205%2014.43c0%204.478%203.103%208.223%207.273%209.227c1.003%204.171%204.748%207.273%209.227%207.273c3.953%200%206.934-1.678%208.99-3.999c.555-.626.111.602.842.235c4.24-2.132%205.168-9.861%203.885-9.861%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2213.43%22%20r%3D%221.5%22%20fill%3D%22%23662113%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M21.81%2015.93s-2%2010%2010%2010c1%200%200%202-4%202s-9.999-5-7-11c.633-1.265%201-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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