kangaroo emoji
kangaroo from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- kangaroo
- 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 kangaroo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M2 8.53c.02.81.68 1.47 1.5 1.47h1.46v3.79C4.96 15.56 6.4 17 8.18 17h.72c.08 0 .12.09.06.15l-.62.62c-.36.36-.58.85-.57 1.36A1.93 1.93 0 0 0 9.69 21h.56c.42 0 .76-.34.75-.76a.77.77 0 0 0-.77-.74h-.55a.4.4 0 0 1-.38-.26c-.05-.15-.01-.3.09-.4l.8-.8c.25-.25.44-.53.58-.84c.05-.12.17-.2.31-.2h2.047a3.46 3.46 0 0 0 .463 1.96a3.49 3.49 0 0 0 3.11 1.75l.8 1.39l-2.73 1.52c-1.07.6-1.73 1.72-1.73 2.95v1.53c0 .44.32.83.76.89c.39.05.75-.16.9-.51l.58-1.32c.19-.43.5-.66.62-.73l4.1-2.3c.43-.24.73-.63.86-1.1s.07-.96-.18-1.39l-1.17-2.05l2.1-1.21A3.47 3.47 0 0 0 23 16.9v3.581c0 1.92 1.53 3.53 3.45 3.55c1.95.03 3.55-1.55 3.55-3.5v-7.09c0-.24-.2-.44-.44-.44c-.86 0-1.56.7-1.56 1.56v4.35c0 .55-.45 1-1 1s-1-.45-1-1v-5.18c0-4.44-3.52-8.13-7.95-8.23c-3.69-.09-6.43 2.42-7.91 5.55c-.1.21-.26.45-.54.45a.61.61 0 0 1-.6-.6V6l3-1.99v-.7c0-.17-.14-.31-.31-.31h-1.7C8.89 3 8 3.74 8 4.84c0 .09-.07.16-.16.16H6.02c-.59 0-1.1.41-1.22.99l-.09.41c-.08.35-.38.6-.74.6h-.44C2.69 7 1.98 7.69 2 8.53"/><path fill="#1c1c1c" d="M7 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4 1c0 .28-.22.5-.5.5V8c.28 0 .5.22.5.5"/><path fill="#b97028" d="M9 5.99V6h1.01C11.11 6 12 5.11 12 4.01V4h-1.01C9.89 4 9 4.89 9 5.99"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatKangaroo(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="#f3ad61" d="M2 8.53c.02.81.68 1.47 1.5 1.47h1.46v3.79C4.96 15.56 6.4 17 8.18 17h.72c.08 0 .12.09.06.15l-.62.62c-.36.36-.58.85-.57 1.36A1.93 1.93 0 0 0 9.69 21h.56c.42 0 .76-.34.75-.76a.77.77 0 0 0-.77-.74h-.55a.4.4 0 0 1-.38-.26c-.05-.15-.01-.3.09-.4l.8-.8c.25-.25.44-.53.58-.84c.05-.12.17-.2.31-.2h2.047a3.46 3.46 0 0 0 .463 1.96a3.49 3.49 0 0 0 3.11 1.75l.8 1.39l-2.73 1.52c-1.07.6-1.73 1.72-1.73 2.95v1.53c0 .44.32.83.76.89c.39.05.75-.16.9-.51l.58-1.32c.19-.43.5-.66.62-.73l4.1-2.3c.43-.24.73-.63.86-1.1s.07-.96-.18-1.39l-1.17-2.05l2.1-1.21A3.47 3.47 0 0 0 23 16.9v3.581c0 1.92 1.53 3.53 3.45 3.55c1.95.03 3.55-1.55 3.55-3.5v-7.09c0-.24-.2-.44-.44-.44c-.86 0-1.56.7-1.56 1.56v4.35c0 .55-.45 1-1 1s-1-.45-1-1v-5.18c0-4.44-3.52-8.13-7.95-8.23c-3.69-.09-6.43 2.42-7.91 5.55c-.1.21-.26.45-.54.45a.61.61 0 0 1-.6-.6V6l3-1.99v-.7c0-.17-.14-.31-.31-.31h-1.7C8.89 3 8 3.74 8 4.84c0 .09-.07.16-.16.16H6.02c-.59 0-1.1.41-1.22.99l-.09.41c-.08.35-.38.6-.74.6h-.44C2.69 7 1.98 7.69 2 8.53"/><path fill="#1c1c1c" d="M7 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4 1c0 .28-.22.5-.5.5V8c.28 0 .5.22.5.5"/><path fill="#b97028" d="M9 5.99V6h1.01C11.11 6 12 5.11 12 4.01V4h-1.01C9.89 4 9 4.89 9 5.99"/></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="#f3ad61" d="M2 8.53c.02.81.68 1.47 1.5 1.47h1.46v3.79C4.96 15.56 6.4 17 8.18 17h.72c.08 0 .12.09.06.15l-.62.62c-.36.36-.58.85-.57 1.36A1.93 1.93 0 0 0 9.69 21h.56c.42 0 .76-.34.75-.76a.77.77 0 0 0-.77-.74h-.55a.4.4 0 0 1-.38-.26c-.05-.15-.01-.3.09-.4l.8-.8c.25-.25.44-.53.58-.84c.05-.12.17-.2.31-.2h2.047a3.46 3.46 0 0 0 .463 1.96a3.49 3.49 0 0 0 3.11 1.75l.8 1.39l-2.73 1.52c-1.07.6-1.73 1.72-1.73 2.95v1.53c0 .44.32.83.76.89c.39.05.75-.16.9-.51l.58-1.32c.19-.43.5-.66.62-.73l4.1-2.3c.43-.24.73-.63.86-1.1s.07-.96-.18-1.39l-1.17-2.05l2.1-1.21A3.47 3.47 0 0 0 23 16.9v3.581c0 1.92 1.53 3.53 3.45 3.55c1.95.03 3.55-1.55 3.55-3.5v-7.09c0-.24-.2-.44-.44-.44c-.86 0-1.56.7-1.56 1.56v4.35c0 .55-.45 1-1 1s-1-.45-1-1v-5.18c0-4.44-3.52-8.13-7.95-8.23c-3.69-.09-6.43 2.42-7.91 5.55c-.1.21-.26.45-.54.45a.61.61 0 0 1-.6-.6V6l3-1.99v-.7c0-.17-.14-.31-.31-.31h-1.7C8.89 3 8 3.74 8 4.84c0 .09-.07.16-.16.16H6.02c-.59 0-1.1.41-1.22.99l-.09.41c-.08.35-.38.6-.74.6h-.44C2.69 7 1.98 7.69 2 8.53"/><path fill="#1c1c1c" d="M7 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4 1c0 .28-.22.5-.5.5V8c.28 0 .5.22.5.5"/><path fill="#b97028" d="M9 5.99V6h1.01C11.11 6 12 5.11 12 4.01V4h-1.01C9.89 4 9 4.89 9 5.99"/></g></svg> </template>
CSS
.icon-kangaroo {
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%23f3ad61%22%20d%3D%22M2%208.53c.02.81.68%201.47%201.5%201.47h1.46v3.79C4.96%2015.56%206.4%2017%208.18%2017h.72c.08%200%20.12.09.06.15l-.62.62c-.36.36-.58.85-.57%201.36A1.93%201.93%200%200%200%209.69%2021h.56c.42%200%20.76-.34.75-.76a.77.77%200%200%200-.77-.74h-.55a.4.4%200%200%201-.38-.26c-.05-.15-.01-.3.09-.4l.8-.8c.25-.25.44-.53.58-.84c.05-.12.17-.2.31-.2h2.047a3.46%203.46%200%200%200%20.463%201.96a3.49%203.49%200%200%200%203.11%201.75l.8%201.39l-2.73%201.52c-1.07.6-1.73%201.72-1.73%202.95v1.53c0%20.44.32.83.76.89c.39.05.75-.16.9-.51l.58-1.32c.19-.43.5-.66.62-.73l4.1-2.3c.43-.24.73-.63.86-1.1s.07-.96-.18-1.39l-1.17-2.05l2.1-1.21A3.47%203.47%200%200%200%2023%2016.9v3.581c0%201.92%201.53%203.53%203.45%203.55c1.95.03%203.55-1.55%203.55-3.5v-7.09c0-.24-.2-.44-.44-.44c-.86%200-1.56.7-1.56%201.56v4.35c0%20.55-.45%201-1%201s-1-.45-1-1v-5.18c0-4.44-3.52-8.13-7.95-8.23c-3.69-.09-6.43%202.42-7.91%205.55c-.1.21-.26.45-.54.45a.61.61%200%200%201-.6-.6V6l3-1.99v-.7c0-.17-.14-.31-.31-.31h-1.7C8.89%203%208%203.74%208%204.84c0%20.09-.07.16-.16.16H6.02c-.59%200-1.1.41-1.22.99l-.09.41c-.08.35-.38.6-.74.6h-.44C2.69%207%201.98%207.69%202%208.53%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M7%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-4%201c0%20.28-.22.5-.5.5V8c.28%200%20.5.22.5.5%22%2F%3E%3Cpath%20fill%3D%22%23b97028%22%20d%3D%22M9%205.99V6h1.01C11.11%206%2012%205.11%2012%204.01V4h-1.01C9.89%204%209%204.89%209%205.99%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%23f3ad61%22%20d%3D%22M2%208.53c.02.81.68%201.47%201.5%201.47h1.46v3.79C4.96%2015.56%206.4%2017%208.18%2017h.72c.08%200%20.12.09.06.15l-.62.62c-.36.36-.58.85-.57%201.36A1.93%201.93%200%200%200%209.69%2021h.56c.42%200%20.76-.34.75-.76a.77.77%200%200%200-.77-.74h-.55a.4.4%200%200%201-.38-.26c-.05-.15-.01-.3.09-.4l.8-.8c.25-.25.44-.53.58-.84c.05-.12.17-.2.31-.2h2.047a3.46%203.46%200%200%200%20.463%201.96a3.49%203.49%200%200%200%203.11%201.75l.8%201.39l-2.73%201.52c-1.07.6-1.73%201.72-1.73%202.95v1.53c0%20.44.32.83.76.89c.39.05.75-.16.9-.51l.58-1.32c.19-.43.5-.66.62-.73l4.1-2.3c.43-.24.73-.63.86-1.1s.07-.96-.18-1.39l-1.17-2.05l2.1-1.21A3.47%203.47%200%200%200%2023%2016.9v3.581c0%201.92%201.53%203.53%203.45%203.55c1.95.03%203.55-1.55%203.55-3.5v-7.09c0-.24-.2-.44-.44-.44c-.86%200-1.56.7-1.56%201.56v4.35c0%20.55-.45%201-1%201s-1-.45-1-1v-5.18c0-4.44-3.52-8.13-7.95-8.23c-3.69-.09-6.43%202.42-7.91%205.55c-.1.21-.26.45-.54.45a.61.61%200%200%201-.6-.6V6l3-1.99v-.7c0-.17-.14-.31-.31-.31h-1.7C8.89%203%208%203.74%208%204.84c0%20.09-.07.16-.16.16H6.02c-.59%200-1.1.41-1.22.99l-.09.41c-.08.35-.38.6-.74.6h-.44C2.69%207%201.98%207.69%202%208.53%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M7%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-4%201c0%20.28-.22.5-.5.5V8c.28%200%20.5.22.5.5%22%2F%3E%3Cpath%20fill%3D%22%23b97028%22%20d%3D%22M9%205.99V6h1.01C11.11%206%2012%205.11%2012%204.01V4h-1.01C9.89%204%209%204.89%209%205.99%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/kangaroo.svg?color=%231a73e8&size=48