sloth emoji
sloth from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- sloth
- 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 sloth emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#a56953" d="m10 4.99l1.16.01c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.25a.86.86 0 0 1-.29-.65V6.14h2.5zM22.5 5h.66c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.26a.86.86 0 0 1-.29-.65V6.15h2.5z"/><path fill="#44911b" d="M24.56 8.01H7.44c-1.95 0-3.79-.81-5.17-2.29c-.36-.39-.36-1.02 0-1.41a.89.89 0 0 1 1.32 0c1.03 1.1 2.39 1.71 3.85 1.71h17.12c1.45 0 2.82-.61 3.85-1.71a.89.89 0 0 1 1.32 0c.36.39.36 1.02 0 1.41c-1.38 1.47-3.22 2.29-5.17 2.29"/><path fill="#f3ad61" d="M5.426 21.612a5.452 5.452 0 0 1 1.732-10.504l-.148-.148c-.2-.2-.2-.51 0-.71c.19-.2.51-.2.7 0l.352.348l.348-.348c.19-.19.51-.19.7.01c.2.2.2.51 0 .71l-.139.139A5.45 5.45 0 0 1 14 15.455V6c0-1.1.9-2 2-2s2 .9 2 2v11l.513 1.99c0 1.66.827 2 2.487 2s2.665-.34 2.665-2L24 17V6c0-1.1.9-2 2-2s2 .9 2 2v12.126A4 4 0 0 1 29 18c.55 0 1 .45 1 1s-.45 1-1 1c-.797 0-1.132.636-1.34 1.286q-.083.33-.183.651L27.46 22h-.003c-1.48 4.64-5.827 8-10.957 8c-5.272 0-9.716-3.55-11.074-8.388"/><path fill="#ffdea7" d="M7.5 8.5V5.49c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5V7.5c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1m-.05 3.6h1.21a4.455 4.455 0 0 1 4.266 3.182l-.336 3.355A4.44 4.44 0 0 1 8.67 21H7.45a4.46 4.46 0 0 1-3.946-2.397l-.306-3.365A4.46 4.46 0 0 1 7.45 12.1M24 19c0 1.66-1.34 3-3 3s-3-1.34-3-3v-3a3 3 0 0 0 3.05 3c1.65-.03 2.95-1.4 2.95-3.05zM20 5.49V8.5c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1V5.49c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5"/><path fill="#636363" d="M9.8 17.89a1.675 1.675 0 0 1-1.18-2.05c.24-.89 1.15-1.42 2.04-1.18l2.27.61a4.43 4.43 0 0 1-.34 3.38zm-6.6-2.66l2.15-.57c.89-.24 1.81.29 2.04 1.19c.24.89-.29 1.81-1.18 2.05l-2.7.72C3.19 18 3 17.3 3 16.55c0-.46.07-.91.2-1.32"/><path fill="#1c1c1c" d="M5.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 1.38l-.67-.55a.47.47 0 0 1 .3-.83h1.36a.47.47 0 0 1 .3.83l-.66.55c-.19.15-.45.15-.63 0M11 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSloth(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="#a56953" d="m10 4.99l1.16.01c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.25a.86.86 0 0 1-.29-.65V6.14h2.5zM22.5 5h.66c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.26a.86.86 0 0 1-.29-.65V6.15h2.5z"/><path fill="#44911b" d="M24.56 8.01H7.44c-1.95 0-3.79-.81-5.17-2.29c-.36-.39-.36-1.02 0-1.41a.89.89 0 0 1 1.32 0c1.03 1.1 2.39 1.71 3.85 1.71h17.12c1.45 0 2.82-.61 3.85-1.71a.89.89 0 0 1 1.32 0c.36.39.36 1.02 0 1.41c-1.38 1.47-3.22 2.29-5.17 2.29"/><path fill="#f3ad61" d="M5.426 21.612a5.452 5.452 0 0 1 1.732-10.504l-.148-.148c-.2-.2-.2-.51 0-.71c.19-.2.51-.2.7 0l.352.348l.348-.348c.19-.19.51-.19.7.01c.2.2.2.51 0 .71l-.139.139A5.45 5.45 0 0 1 14 15.455V6c0-1.1.9-2 2-2s2 .9 2 2v11l.513 1.99c0 1.66.827 2 2.487 2s2.665-.34 2.665-2L24 17V6c0-1.1.9-2 2-2s2 .9 2 2v12.126A4 4 0 0 1 29 18c.55 0 1 .45 1 1s-.45 1-1 1c-.797 0-1.132.636-1.34 1.286q-.083.33-.183.651L27.46 22h-.003c-1.48 4.64-5.827 8-10.957 8c-5.272 0-9.716-3.55-11.074-8.388"/><path fill="#ffdea7" d="M7.5 8.5V5.49c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5V7.5c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1m-.05 3.6h1.21a4.455 4.455 0 0 1 4.266 3.182l-.336 3.355A4.44 4.44 0 0 1 8.67 21H7.45a4.46 4.46 0 0 1-3.946-2.397l-.306-3.365A4.46 4.46 0 0 1 7.45 12.1M24 19c0 1.66-1.34 3-3 3s-3-1.34-3-3v-3a3 3 0 0 0 3.05 3c1.65-.03 2.95-1.4 2.95-3.05zM20 5.49V8.5c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1V5.49c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5"/><path fill="#636363" d="M9.8 17.89a1.675 1.675 0 0 1-1.18-2.05c.24-.89 1.15-1.42 2.04-1.18l2.27.61a4.43 4.43 0 0 1-.34 3.38zm-6.6-2.66l2.15-.57c.89-.24 1.81.29 2.04 1.19c.24.89-.29 1.81-1.18 2.05l-2.7.72C3.19 18 3 17.3 3 16.55c0-.46.07-.91.2-1.32"/><path fill="#1c1c1c" d="M5.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 1.38l-.67-.55a.47.47 0 0 1 .3-.83h1.36a.47.47 0 0 1 .3.83l-.66.55c-.19.15-.45.15-.63 0M11 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></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="#a56953" d="m10 4.99l1.16.01c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.25a.86.86 0 0 1-.29-.65V6.14h2.5zM22.5 5h.66c.46 0 .84.38.84.84v16.53c0 1.65-2 2.84-3.71 1.26a.86.86 0 0 1-.29-.65V6.15h2.5z"/><path fill="#44911b" d="M24.56 8.01H7.44c-1.95 0-3.79-.81-5.17-2.29c-.36-.39-.36-1.02 0-1.41a.89.89 0 0 1 1.32 0c1.03 1.1 2.39 1.71 3.85 1.71h17.12c1.45 0 2.82-.61 3.85-1.71a.89.89 0 0 1 1.32 0c.36.39.36 1.02 0 1.41c-1.38 1.47-3.22 2.29-5.17 2.29"/><path fill="#f3ad61" d="M5.426 21.612a5.452 5.452 0 0 1 1.732-10.504l-.148-.148c-.2-.2-.2-.51 0-.71c.19-.2.51-.2.7 0l.352.348l.348-.348c.19-.19.51-.19.7.01c.2.2.2.51 0 .71l-.139.139A5.45 5.45 0 0 1 14 15.455V6c0-1.1.9-2 2-2s2 .9 2 2v11l.513 1.99c0 1.66.827 2 2.487 2s2.665-.34 2.665-2L24 17V6c0-1.1.9-2 2-2s2 .9 2 2v12.126A4 4 0 0 1 29 18c.55 0 1 .45 1 1s-.45 1-1 1c-.797 0-1.132.636-1.34 1.286q-.083.33-.183.651L27.46 22h-.003c-1.48 4.64-5.827 8-10.957 8c-5.272 0-9.716-3.55-11.074-8.388"/><path fill="#ffdea7" d="M7.5 8.5V5.49c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5V7.5c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1v-1c0 .55-.45 1-1 1m-.05 3.6h1.21a4.455 4.455 0 0 1 4.266 3.182l-.336 3.355A4.44 4.44 0 0 1 8.67 21H7.45a4.46 4.46 0 0 1-3.946-2.397l-.306-3.365A4.46 4.46 0 0 1 7.45 12.1M24 19c0 1.66-1.34 3-3 3s-3-1.34-3-3v-3a3 3 0 0 0 3.05 3c1.65-.03 2.95-1.4 2.95-3.05zM20 5.49V8.5c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1v1c.55 0 1-.45 1-1V5.49c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5"/><path fill="#636363" d="M9.8 17.89a1.675 1.675 0 0 1-1.18-2.05c.24-.89 1.15-1.42 2.04-1.18l2.27.61a4.43 4.43 0 0 1-.34 3.38zm-6.6-2.66l2.15-.57c.89-.24 1.81.29 2.04 1.19c.24.89-.29 1.81-1.18 2.05l-2.7.72C3.19 18 3 17.3 3 16.55c0-.46.07-.91.2-1.32"/><path fill="#1c1c1c" d="M5.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 1.38l-.67-.55a.47.47 0 0 1 .3-.83h1.36a.47.47 0 0 1 .3.83l-.66.55c-.19.15-.45.15-.63 0M11 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg> </template>
CSS
.icon-sloth {
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%23a56953%22%20d%3D%22m10%204.99l1.16.01c.46%200%20.84.38.84.84v16.53c0%201.65-2%202.84-3.71%201.25a.86.86%200%200%201-.29-.65V6.14h2.5zM22.5%205h.66c.46%200%20.84.38.84.84v16.53c0%201.65-2%202.84-3.71%201.26a.86.86%200%200%201-.29-.65V6.15h2.5z%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M24.56%208.01H7.44c-1.95%200-3.79-.81-5.17-2.29c-.36-.39-.36-1.02%200-1.41a.89.89%200%200%201%201.32%200c1.03%201.1%202.39%201.71%203.85%201.71h17.12c1.45%200%202.82-.61%203.85-1.71a.89.89%200%200%201%201.32%200c.36.39.36%201.02%200%201.41c-1.38%201.47-3.22%202.29-5.17%202.29%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M5.426%2021.612a5.452%205.452%200%200%201%201.732-10.504l-.148-.148c-.2-.2-.2-.51%200-.71c.19-.2.51-.2.7%200l.352.348l.348-.348c.19-.19.51-.19.7.01c.2.2.2.51%200%20.71l-.139.139A5.45%205.45%200%200%201%2014%2015.455V6c0-1.1.9-2%202-2s2%20.9%202%202v11l.513%201.99c0%201.66.827%202%202.487%202s2.665-.34%202.665-2L24%2017V6c0-1.1.9-2%202-2s2%20.9%202%202v12.126A4%204%200%200%201%2029%2018c.55%200%201%20.45%201%201s-.45%201-1%201c-.797%200-1.132.636-1.34%201.286q-.083.33-.183.651L27.46%2022h-.003c-1.48%204.64-5.827%208-10.957%208c-5.272%200-9.716-3.55-11.074-8.388%22%2F%3E%3Cpath%20fill%3D%22%23ffdea7%22%20d%3D%22M7.5%208.5V5.49c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5V7.5c0%20.55-.45%201-1%201v-1c0%20.55-.45%201-1%201v-1c0%20.55-.45%201-1%201m-.05%203.6h1.21a4.455%204.455%200%200%201%204.266%203.182l-.336%203.355A4.44%204.44%200%200%201%208.67%2021H7.45a4.46%204.46%200%200%201-3.946-2.397l-.306-3.365A4.46%204.46%200%200%201%207.45%2012.1M24%2019c0%201.66-1.34%203-3%203s-3-1.34-3-3v-3a3%203%200%200%200%203.05%203c1.65-.03%202.95-1.4%202.95-3.05zM20%205.49V8.5c.55%200%201-.45%201-1v1c.55%200%201-.45%201-1v1c.55%200%201-.45%201-1V5.49c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M9.8%2017.89a1.675%201.675%200%200%201-1.18-2.05c.24-.89%201.15-1.42%202.04-1.18l2.27.61a4.43%204.43%200%200%201-.34%203.38zm-6.6-2.66l2.15-.57c.89-.24%201.81.29%202.04%201.19c.24.89-.29%201.81-1.18%202.05l-2.7.72C3.19%2018%203%2017.3%203%2016.55c0-.46.07-.91.2-1.32%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M5.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2%201.38l-.67-.55a.47.47%200%200%201%20.3-.83h1.36a.47.47%200%200%201%20.3.83l-.66.55c-.19.15-.45.15-.63%200M11%2016.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%23a56953%22%20d%3D%22m10%204.99l1.16.01c.46%200%20.84.38.84.84v16.53c0%201.65-2%202.84-3.71%201.25a.86.86%200%200%201-.29-.65V6.14h2.5zM22.5%205h.66c.46%200%20.84.38.84.84v16.53c0%201.65-2%202.84-3.71%201.26a.86.86%200%200%201-.29-.65V6.15h2.5z%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M24.56%208.01H7.44c-1.95%200-3.79-.81-5.17-2.29c-.36-.39-.36-1.02%200-1.41a.89.89%200%200%201%201.32%200c1.03%201.1%202.39%201.71%203.85%201.71h17.12c1.45%200%202.82-.61%203.85-1.71a.89.89%200%200%201%201.32%200c.36.39.36%201.02%200%201.41c-1.38%201.47-3.22%202.29-5.17%202.29%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M5.426%2021.612a5.452%205.452%200%200%201%201.732-10.504l-.148-.148c-.2-.2-.2-.51%200-.71c.19-.2.51-.2.7%200l.352.348l.348-.348c.19-.19.51-.19.7.01c.2.2.2.51%200%20.71l-.139.139A5.45%205.45%200%200%201%2014%2015.455V6c0-1.1.9-2%202-2s2%20.9%202%202v11l.513%201.99c0%201.66.827%202%202.487%202s2.665-.34%202.665-2L24%2017V6c0-1.1.9-2%202-2s2%20.9%202%202v12.126A4%204%200%200%201%2029%2018c.55%200%201%20.45%201%201s-.45%201-1%201c-.797%200-1.132.636-1.34%201.286q-.083.33-.183.651L27.46%2022h-.003c-1.48%204.64-5.827%208-10.957%208c-5.272%200-9.716-3.55-11.074-8.388%22%2F%3E%3Cpath%20fill%3D%22%23ffdea7%22%20d%3D%22M7.5%208.5V5.49c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5c0-.28.22-.5.5-.5s.5.22.5.5V7.5c0%20.55-.45%201-1%201v-1c0%20.55-.45%201-1%201v-1c0%20.55-.45%201-1%201m-.05%203.6h1.21a4.455%204.455%200%200%201%204.266%203.182l-.336%203.355A4.44%204.44%200%200%201%208.67%2021H7.45a4.46%204.46%200%200%201-3.946-2.397l-.306-3.365A4.46%204.46%200%200%201%207.45%2012.1M24%2019c0%201.66-1.34%203-3%203s-3-1.34-3-3v-3a3%203%200%200%200%203.05%203c1.65-.03%202.95-1.4%202.95-3.05zM20%205.49V8.5c.55%200%201-.45%201-1v1c.55%200%201-.45%201-1v1c.55%200%201-.45%201-1V5.49c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5%22%2F%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M9.8%2017.89a1.675%201.675%200%200%201-1.18-2.05c.24-.89%201.15-1.42%202.04-1.18l2.27.61a4.43%204.43%200%200%201-.34%203.38zm-6.6-2.66l2.15-.57c.89-.24%201.81.29%202.04%201.19c.24.89-.29%201.81-1.18%202.05l-2.7.72C3.19%2018%203%2017.3%203%2016.55c0-.46.07-.91.2-1.32%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M5.75%2017a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2%201.38l-.67-.55a.47.47%200%200%201%20.3-.83h1.36a.47.47%200%200%201%20.3.83l-.66.55c-.19.15-.45.15-.63%200M11%2016.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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/sloth.svg?color=%231a73e8&size=48