dodo emoji
dodo from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- dodo
- 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 dodo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M18 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1"/><path fill="#636363" d="M30 15.45a3.45 3.45 0 1 1-6.9 0a3.45 3.45 0 0 1 6.9 0M14.94 27h2.12c.52 0 .94-.42.94-.94V23h-4v3.06c0 .52.42.94.94.94"/><path fill="#9b9b9b" d="M7.11 6.38A4.38 4.38 0 0 1 11.47 2c2.35-.01 4.32 1.88 4.4 4.23c.03.89-.2 1.73-.63 2.43l-2.19 3.64c-.15.26.11.57.4.46c1.41-.56 2.94-.87 4.55-.87c2.733 0 5.223.977 7.25 2.52A2.501 2.501 0 0 1 30 15.5c0 .99-.23 1.96-.67 2.84l-.11.23c-.15.29-.22.6-.22.92v1.2c0 .23-.25.39-.46.28l-.49-.25c-.64-.32-1.05-.98-1.05-1.7v1.29C27 22.9 24.9 25 22.31 25H22v1.06c0 .52-.42.94-.94.94h-2.12c-.52 0-.94-.42-.94-.94V25h-3.84C10.21 25 7 21.79 7 17.84c0-1.29.34-2.55.97-3.67l2.68-4.67l.63-.12v-.07H8.23c-.7-.78-1.12-1.81-1.12-2.93"/><path fill="#d3d3d3" d="M6.2 5h-.9l.7 5h4.46a3.46 3.46 0 0 0 3.46-3.51c-.03-1.84-1.52-3.36-3.36-3.41c-1.08-.04-2.06.43-2.71 1.19c-.41.47-1.02.73-1.65.73m13.81 15.32c-.02.17.11.31.27.31h1.48c.28 0 .49.25.44.52a2.99 2.99 0 0 1-2.95 2.48c-2.35 0-4.25-1.9-4.25-4.25v-1.46a3.006 3.006 0 0 1 3.2-2.91c1.52.1 2.72 1.3 2.8 2.82c.05.91-.3 1.74-.9 2.32c-.05.05-.08.11-.09.17"/><path fill="#1c1c1c" d="M9.71 7.21a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/><path fill="#ffb02e" d="M22 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1M2 8.3c0 1.05.59 2 1.52 2.46c.22.11.48-.05.48-.3V10h2V5.7c0-.39-.31-.7-.7-.7C3.48 5 2 6.48 2 8.3"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatDodo(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="#ff822d" d="M18 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1"/><path fill="#636363" d="M30 15.45a3.45 3.45 0 1 1-6.9 0a3.45 3.45 0 0 1 6.9 0M14.94 27h2.12c.52 0 .94-.42.94-.94V23h-4v3.06c0 .52.42.94.94.94"/><path fill="#9b9b9b" d="M7.11 6.38A4.38 4.38 0 0 1 11.47 2c2.35-.01 4.32 1.88 4.4 4.23c.03.89-.2 1.73-.63 2.43l-2.19 3.64c-.15.26.11.57.4.46c1.41-.56 2.94-.87 4.55-.87c2.733 0 5.223.977 7.25 2.52A2.501 2.501 0 0 1 30 15.5c0 .99-.23 1.96-.67 2.84l-.11.23c-.15.29-.22.6-.22.92v1.2c0 .23-.25.39-.46.28l-.49-.25c-.64-.32-1.05-.98-1.05-1.7v1.29C27 22.9 24.9 25 22.31 25H22v1.06c0 .52-.42.94-.94.94h-2.12c-.52 0-.94-.42-.94-.94V25h-3.84C10.21 25 7 21.79 7 17.84c0-1.29.34-2.55.97-3.67l2.68-4.67l.63-.12v-.07H8.23c-.7-.78-1.12-1.81-1.12-2.93"/><path fill="#d3d3d3" d="M6.2 5h-.9l.7 5h4.46a3.46 3.46 0 0 0 3.46-3.51c-.03-1.84-1.52-3.36-3.36-3.41c-1.08-.04-2.06.43-2.71 1.19c-.41.47-1.02.73-1.65.73m13.81 15.32c-.02.17.11.31.27.31h1.48c.28 0 .49.25.44.52a2.99 2.99 0 0 1-2.95 2.48c-2.35 0-4.25-1.9-4.25-4.25v-1.46a3.006 3.006 0 0 1 3.2-2.91c1.52.1 2.72 1.3 2.8 2.82c.05.91-.3 1.74-.9 2.32c-.05.05-.08.11-.09.17"/><path fill="#1c1c1c" d="M9.71 7.21a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/><path fill="#ffb02e" d="M22 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1M2 8.3c0 1.05.59 2 1.52 2.46c.22.11.48-.05.48-.3V10h2V5.7c0-.39-.31-.7-.7-.7C3.48 5 2 6.48 2 8.3"/></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="#ff822d" d="M18 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1"/><path fill="#636363" d="M30 15.45a3.45 3.45 0 1 1-6.9 0a3.45 3.45 0 0 1 6.9 0M14.94 27h2.12c.52 0 .94-.42.94-.94V23h-4v3.06c0 .52.42.94.94.94"/><path fill="#9b9b9b" d="M7.11 6.38A4.38 4.38 0 0 1 11.47 2c2.35-.01 4.32 1.88 4.4 4.23c.03.89-.2 1.73-.63 2.43l-2.19 3.64c-.15.26.11.57.4.46c1.41-.56 2.94-.87 4.55-.87c2.733 0 5.223.977 7.25 2.52A2.501 2.501 0 0 1 30 15.5c0 .99-.23 1.96-.67 2.84l-.11.23c-.15.29-.22.6-.22.92v1.2c0 .23-.25.39-.46.28l-.49-.25c-.64-.32-1.05-.98-1.05-1.7v1.29C27 22.9 24.9 25 22.31 25H22v1.06c0 .52-.42.94-.94.94h-2.12c-.52 0-.94-.42-.94-.94V25h-3.84C10.21 25 7 21.79 7 17.84c0-1.29.34-2.55.97-3.67l2.68-4.67l.63-.12v-.07H8.23c-.7-.78-1.12-1.81-1.12-2.93"/><path fill="#d3d3d3" d="M6.2 5h-.9l.7 5h4.46a3.46 3.46 0 0 0 3.46-3.51c-.03-1.84-1.52-3.36-3.36-3.41c-1.08-.04-2.06.43-2.71 1.19c-.41.47-1.02.73-1.65.73m13.81 15.32c-.02.17.11.31.27.31h1.48c.28 0 .49.25.44.52a2.99 2.99 0 0 1-2.95 2.48c-2.35 0-4.25-1.9-4.25-4.25v-1.46a3.006 3.006 0 0 1 3.2-2.91c1.52.1 2.72 1.3 2.8 2.82c.05.91-.3 1.74-.9 2.32c-.05.05-.08.11-.09.17"/><path fill="#1c1c1c" d="M9.71 7.21a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/><path fill="#ffb02e" d="M22 29h-1v-2h-2v2h-2c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1M2 8.3c0 1.05.59 2 1.52 2.46c.22.11.48-.05.48-.3V10h2V5.7c0-.39-.31-.7-.7-.7C3.48 5 2 6.48 2 8.3"/></g></svg> </template>
CSS
.icon-dodo {
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%23ff822d%22%20d%3D%22M18%2029h-1v-2h-2v2h-2c-.55%200-1%20.45-1%201h7c0-.55-.45-1-1-1%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M30%2015.45a3.45%203.45%200%201%201-6.9%200a3.45%203.45%200%200%201%206.9%200M14.94%2027h2.12c.52%200%20.94-.42.94-.94V23h-4v3.06c0%20.52.42.94.94.94%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M7.11%206.38A4.38%204.38%200%200%201%2011.47%202c2.35-.01%204.32%201.88%204.4%204.23c.03.89-.2%201.73-.63%202.43l-2.19%203.64c-.15.26.11.57.4.46c1.41-.56%202.94-.87%204.55-.87c2.733%200%205.223.977%207.25%202.52A2.501%202.501%200%200%201%2030%2015.5c0%20.99-.23%201.96-.67%202.84l-.11.23c-.15.29-.22.6-.22.92v1.2c0%20.23-.25.39-.46.28l-.49-.25c-.64-.32-1.05-.98-1.05-1.7v1.29C27%2022.9%2024.9%2025%2022.31%2025H22v1.06c0%20.52-.42.94-.94.94h-2.12c-.52%200-.94-.42-.94-.94V25h-3.84C10.21%2025%207%2021.79%207%2017.84c0-1.29.34-2.55.97-3.67l2.68-4.67l.63-.12v-.07H8.23c-.7-.78-1.12-1.81-1.12-2.93%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M6.2%205h-.9l.7%205h4.46a3.46%203.46%200%200%200%203.46-3.51c-.03-1.84-1.52-3.36-3.36-3.41c-1.08-.04-2.06.43-2.71%201.19c-.41.47-1.02.73-1.65.73m13.81%2015.32c-.02.17.11.31.27.31h1.48c.28%200%20.49.25.44.52a2.99%202.99%200%200%201-2.95%202.48c-2.35%200-4.25-1.9-4.25-4.25v-1.46a3.006%203.006%200%200%201%203.2-2.91c1.52.1%202.72%201.3%202.8%202.82c.05.91-.3%201.74-.9%202.32c-.05.05-.08.11-.09.17%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M9.71%207.21a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M22%2029h-1v-2h-2v2h-2c-.55%200-1%20.45-1%201h7c0-.55-.45-1-1-1M2%208.3c0%201.05.59%202%201.52%202.46c.22.11.48-.05.48-.3V10h2V5.7c0-.39-.31-.7-.7-.7C3.48%205%202%206.48%202%208.3%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%23ff822d%22%20d%3D%22M18%2029h-1v-2h-2v2h-2c-.55%200-1%20.45-1%201h7c0-.55-.45-1-1-1%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M30%2015.45a3.45%203.45%200%201%201-6.9%200a3.45%203.45%200%200%201%206.9%200M14.94%2027h2.12c.52%200%20.94-.42.94-.94V23h-4v3.06c0%20.52.42.94.94.94%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M7.11%206.38A4.38%204.38%200%200%201%2011.47%202c2.35-.01%204.32%201.88%204.4%204.23c.03.89-.2%201.73-.63%202.43l-2.19%203.64c-.15.26.11.57.4.46c1.41-.56%202.94-.87%204.55-.87c2.733%200%205.223.977%207.25%202.52A2.501%202.501%200%200%201%2030%2015.5c0%20.99-.23%201.96-.67%202.84l-.11.23c-.15.29-.22.6-.22.92v1.2c0%20.23-.25.39-.46.28l-.49-.25c-.64-.32-1.05-.98-1.05-1.7v1.29C27%2022.9%2024.9%2025%2022.31%2025H22v1.06c0%20.52-.42.94-.94.94h-2.12c-.52%200-.94-.42-.94-.94V25h-3.84C10.21%2025%207%2021.79%207%2017.84c0-1.29.34-2.55.97-3.67l2.68-4.67l.63-.12v-.07H8.23c-.7-.78-1.12-1.81-1.12-2.93%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M6.2%205h-.9l.7%205h4.46a3.46%203.46%200%200%200%203.46-3.51c-.03-1.84-1.52-3.36-3.36-3.41c-1.08-.04-2.06.43-2.71%201.19c-.41.47-1.02.73-1.65.73m13.81%2015.32c-.02.17.11.31.27.31h1.48c.28%200%20.49.25.44.52a2.99%202.99%200%200%201-2.95%202.48c-2.35%200-4.25-1.9-4.25-4.25v-1.46a3.006%203.006%200%200%201%203.2-2.91c1.52.1%202.72%201.3%202.8%202.82c.05.91-.3%201.74-.9%202.32c-.05.05-.08.11-.09.17%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M9.71%207.21a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M22%2029h-1v-2h-2v2h-2c-.55%200-1%20.45-1%201h7c0-.55-.45-1-1-1M2%208.3c0%201.05.59%202%201.52%202.46c.22.11.48-.05.48-.3V10h2V5.7c0-.39-.31-.7-.7-.7C3.48%205%202%206.48%202%208.3%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/dodo.svg?color=%231a73e8&size=48