hatching chick emoji
hatching-chick from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- hatching-chick
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the hatching chick emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="m2.37 12.15l5.65 5.65L10 13.95L8.02 10H3.26c-1.12 0-1.68 1.36-.89 2.15m27.28 0L24 17.8L22.5 14l1.5-4h4.76c1.12 0 1.68 1.36.89 2.15"/><path fill="#fcd53f" d="M16 2c-4.424 0-8 3.53-8 7.895V19h16V9.895C23.99 5.53 20.413 2 16 2"/><path fill="#1c1c1c" d="M11.87 7.83a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0m9.87 0a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0"/><path fill="#ff822d" d="M18 9h-4c0-1.104.893-2 1.995-2C17.096 7 18 7.896 18 9"/><path fill="#d3d3d3" d="m28.79 17.65l-3.51-3.51l-3.46 3.46l-5.8-5.8l-5.8 5.8l-3.45-3.45l-3.51 3.51c0 7.05 5.71 12.76 12.76 12.76c7.04 0 12.75-5.71 12.76-12.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHatchingChick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="m2.37 12.15l5.65 5.65L10 13.95L8.02 10H3.26c-1.12 0-1.68 1.36-.89 2.15m27.28 0L24 17.8L22.5 14l1.5-4h4.76c1.12 0 1.68 1.36.89 2.15"/><path fill="#fcd53f" d="M16 2c-4.424 0-8 3.53-8 7.895V19h16V9.895C23.99 5.53 20.413 2 16 2"/><path fill="#1c1c1c" d="M11.87 7.83a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0m9.87 0a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0"/><path fill="#ff822d" d="M18 9h-4c0-1.104.893-2 1.995-2C17.096 7 18 7.896 18 9"/><path fill="#d3d3d3" d="m28.79 17.65l-3.51-3.51l-3.46 3.46l-5.8-5.8l-5.8 5.8l-3.45-3.45l-3.51 3.51c0 7.05 5.71 12.76 12.76 12.76c7.04 0 12.75-5.71 12.76-12.75z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="m2.37 12.15l5.65 5.65L10 13.95L8.02 10H3.26c-1.12 0-1.68 1.36-.89 2.15m27.28 0L24 17.8L22.5 14l1.5-4h4.76c1.12 0 1.68 1.36.89 2.15"/><path fill="#fcd53f" d="M16 2c-4.424 0-8 3.53-8 7.895V19h16V9.895C23.99 5.53 20.413 2 16 2"/><path fill="#1c1c1c" d="M11.87 7.83a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0m9.87 0a.78.78 0 1 1-1.56 0a.78.78 0 0 1 1.56 0"/><path fill="#ff822d" d="M18 9h-4c0-1.104.893-2 1.995-2C17.096 7 18 7.896 18 9"/><path fill="#d3d3d3" d="m28.79 17.65l-3.51-3.51l-3.46 3.46l-5.8-5.8l-5.8 5.8l-3.45-3.45l-3.51 3.51c0 7.05 5.71 12.76 12.76 12.76c7.04 0 12.75-5.71 12.76-12.75z"/></g></svg> </template>
CSS
.icon-hatching-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%22none%22%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22m2.37%2012.15l5.65%205.65L10%2013.95L8.02%2010H3.26c-1.12%200-1.68%201.36-.89%202.15m27.28%200L24%2017.8L22.5%2014l1.5-4h4.76c1.12%200%201.68%201.36.89%202.15%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M16%202c-4.424%200-8%203.53-8%207.895V19h16V9.895C23.99%205.53%2020.413%202%2016%202%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11.87%207.83a.78.78%200%201%201-1.56%200a.78.78%200%200%201%201.56%200m9.87%200a.78.78%200%201%201-1.56%200a.78.78%200%200%201%201.56%200%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M18%209h-4c0-1.104.893-2%201.995-2C17.096%207%2018%207.896%2018%209%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22m28.79%2017.65l-3.51-3.51l-3.46%203.46l-5.8-5.8l-5.8%205.8l-3.45-3.45l-3.51%203.51c0%207.05%205.71%2012.76%2012.76%2012.76c7.04%200%2012.75-5.71%2012.76-12.75z%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%22none%22%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22m2.37%2012.15l5.65%205.65L10%2013.95L8.02%2010H3.26c-1.12%200-1.68%201.36-.89%202.15m27.28%200L24%2017.8L22.5%2014l1.5-4h4.76c1.12%200%201.68%201.36.89%202.15%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M16%202c-4.424%200-8%203.53-8%207.895V19h16V9.895C23.99%205.53%2020.413%202%2016%202%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11.87%207.83a.78.78%200%201%201-1.56%200a.78.78%200%200%201%201.56%200m9.87%200a.78.78%200%201%201-1.56%200a.78.78%200%200%201%201.56%200%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M18%209h-4c0-1.104.893-2%201.995-2C17.096%207%2018%207.896%2018%209%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22m28.79%2017.65l-3.51-3.51l-3.46%203.46l-5.8-5.8l-5.8%205.8l-3.45-3.45l-3.51%203.51c0%207.05%205.71%2012.76%2012.76%2012.76c7.04%200%2012.75-5.71%2012.76-12.75z%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-flat/hatching-chick.svg?color=%231a73e8&size=48