sloth emoji
sloth from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- sloth
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the sloth emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.652 0-3 1.348-3 3v.063h-1V5.84c0-.46-.38-.84-.84-.84L11 4.999V4.99c0-.556-.444-1-1-1c-.183 0-.353.048-.5.132A1 1 0 0 0 9 3.99c-.183 0-.353.048-.5.132A1 1 0 0 0 8 3.99c-.556 0-1 .444-1 1v1.011c-1.292-.11-2.484-.702-3.41-1.69a.89.89 0 0 0-1.32 0c-.36.39-.36 1.02 0 1.41C3.546 7.087 5.215 7.883 7 7.995V8.5h.5q.263-.001.5-.086v.83a1.48 1.48 0 0 0-1.706.308a1.5 1.5 0 0 0-.4.737A6.452 6.452 0 0 0 4.6 22.338C6.22 27.363 10.935 31 16.5 31c5.317 0 9.858-3.322 11.665-8h.055l.203-.732l.014-.049q.1-.325.185-.657c.088-.27.17-.426.24-.506a.2.2 0 0 1 .05-.043A.2.2 0 0 1 29 21c1.102 0 2-.898 2-2s-.898-2-2-2V6.485q.32-.33.73-.765c.36-.39.36-1.02 0-1.41a.89.89 0 0 0-1.281-.04A3 3 0 0 0 26 3a3 3 0 0 0-2.633 1.565a1 1 0 0 0-.087-.138a.87.87 0 0 0-.697-.364a.8.8 0 0 0-.416.112a.83.83 0 0 0-.834 0a.8.8 0 0 0-.416-.112a.87.87 0 0 0-.698.364a1.18 1.18 0 0 0-.219.696v.897h-1V6c0-1.652-1.348-3-3-3m11 3v14.266a4.4 4.4 0 0 0-.293.716l-.01.031l-.007.032q-.075.3-.167.594l-.006.018v.001l-.012.038C25.152 25.933 21.182 29 16.5 29c-4.795 0-8.843-3.217-10.098-7.612q.508.11 1.048.112h1.22c2.728 0 4.94-2.225 4.94-4.95q0-.486-.09-.945l1.48-.15V6c0-.548.452-1 1-1s1 .452 1 1v12.99c0 2.212 1.788 4 4 4s4-1.788 4-4V6c0-.548.452-1 1-1s1 .452 1 1M12 8.063h1v3.716a6.5 6.5 0 0 0-1-.748zm8-.053v10.283a2.5 2.5 0 0 1-1-.793V8.01zm3 10.853v.127c0 1.108-.892 2-2 2s-2-.892-2-2v-.117c.582.407 1.293.64 2.059.627A3.45 3.45 0 0 0 23 18.863M7.45 12.6h1.21a3.95 3.95 0 0 1 3.679 2.511l-1.679-.45c-.89-.24-1.8.29-2.04 1.18c-.124.46-.042.928.189 1.306H7.207c.227-.376.306-.84.183-1.297c-.23-.9-1.15-1.43-2.04-1.19l-1.563.414A3.96 3.96 0 0 1 7.45 12.6m0 7.9a3.96 3.96 0 0 1-3.44-2.013l2.2-.587q.24-.066.441-.19v.012c0 .172.074.331.209.441l.82.674a.61.61 0 0 0 .772 0l.809-.674a.56.56 0 0 0 .207-.402q.155.08.332.13l2.287.622A3.94 3.94 0 0 1 8.67 20.5zM10 7H8V4.99h2zm11-1.877h1.5v2.255H21zM5.78 16.98a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m4.45 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSloth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.652 0-3 1.348-3 3v.063h-1V5.84c0-.46-.38-.84-.84-.84L11 4.999V4.99c0-.556-.444-1-1-1c-.183 0-.353.048-.5.132A1 1 0 0 0 9 3.99c-.183 0-.353.048-.5.132A1 1 0 0 0 8 3.99c-.556 0-1 .444-1 1v1.011c-1.292-.11-2.484-.702-3.41-1.69a.89.89 0 0 0-1.32 0c-.36.39-.36 1.02 0 1.41C3.546 7.087 5.215 7.883 7 7.995V8.5h.5q.263-.001.5-.086v.83a1.48 1.48 0 0 0-1.706.308a1.5 1.5 0 0 0-.4.737A6.452 6.452 0 0 0 4.6 22.338C6.22 27.363 10.935 31 16.5 31c5.317 0 9.858-3.322 11.665-8h.055l.203-.732l.014-.049q.1-.325.185-.657c.088-.27.17-.426.24-.506a.2.2 0 0 1 .05-.043A.2.2 0 0 1 29 21c1.102 0 2-.898 2-2s-.898-2-2-2V6.485q.32-.33.73-.765c.36-.39.36-1.02 0-1.41a.89.89 0 0 0-1.281-.04A3 3 0 0 0 26 3a3 3 0 0 0-2.633 1.565a1 1 0 0 0-.087-.138a.87.87 0 0 0-.697-.364a.8.8 0 0 0-.416.112a.83.83 0 0 0-.834 0a.8.8 0 0 0-.416-.112a.87.87 0 0 0-.698.364a1.18 1.18 0 0 0-.219.696v.897h-1V6c0-1.652-1.348-3-3-3m11 3v14.266a4.4 4.4 0 0 0-.293.716l-.01.031l-.007.032q-.075.3-.167.594l-.006.018v.001l-.012.038C25.152 25.933 21.182 29 16.5 29c-4.795 0-8.843-3.217-10.098-7.612q.508.11 1.048.112h1.22c2.728 0 4.94-2.225 4.94-4.95q0-.486-.09-.945l1.48-.15V6c0-.548.452-1 1-1s1 .452 1 1v12.99c0 2.212 1.788 4 4 4s4-1.788 4-4V6c0-.548.452-1 1-1s1 .452 1 1M12 8.063h1v3.716a6.5 6.5 0 0 0-1-.748zm8-.053v10.283a2.5 2.5 0 0 1-1-.793V8.01zm3 10.853v.127c0 1.108-.892 2-2 2s-2-.892-2-2v-.117c.582.407 1.293.64 2.059.627A3.45 3.45 0 0 0 23 18.863M7.45 12.6h1.21a3.95 3.95 0 0 1 3.679 2.511l-1.679-.45c-.89-.24-1.8.29-2.04 1.18c-.124.46-.042.928.189 1.306H7.207c.227-.376.306-.84.183-1.297c-.23-.9-1.15-1.43-2.04-1.19l-1.563.414A3.96 3.96 0 0 1 7.45 12.6m0 7.9a3.96 3.96 0 0 1-3.44-2.013l2.2-.587q.24-.066.441-.19v.012c0 .172.074.331.209.441l.82.674a.61.61 0 0 0 .772 0l.809-.674a.56.56 0 0 0 .207-.402q.155.08.332.13l2.287.622A3.94 3.94 0 0 1 8.67 20.5zM10 7H8V4.99h2zm11-1.877h1.5v2.255H21zM5.78 16.98a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m4.45 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.652 0-3 1.348-3 3v.063h-1V5.84c0-.46-.38-.84-.84-.84L11 4.999V4.99c0-.556-.444-1-1-1c-.183 0-.353.048-.5.132A1 1 0 0 0 9 3.99c-.183 0-.353.048-.5.132A1 1 0 0 0 8 3.99c-.556 0-1 .444-1 1v1.011c-1.292-.11-2.484-.702-3.41-1.69a.89.89 0 0 0-1.32 0c-.36.39-.36 1.02 0 1.41C3.546 7.087 5.215 7.883 7 7.995V8.5h.5q.263-.001.5-.086v.83a1.48 1.48 0 0 0-1.706.308a1.5 1.5 0 0 0-.4.737A6.452 6.452 0 0 0 4.6 22.338C6.22 27.363 10.935 31 16.5 31c5.317 0 9.858-3.322 11.665-8h.055l.203-.732l.014-.049q.1-.325.185-.657c.088-.27.17-.426.24-.506a.2.2 0 0 1 .05-.043A.2.2 0 0 1 29 21c1.102 0 2-.898 2-2s-.898-2-2-2V6.485q.32-.33.73-.765c.36-.39.36-1.02 0-1.41a.89.89 0 0 0-1.281-.04A3 3 0 0 0 26 3a3 3 0 0 0-2.633 1.565a1 1 0 0 0-.087-.138a.87.87 0 0 0-.697-.364a.8.8 0 0 0-.416.112a.83.83 0 0 0-.834 0a.8.8 0 0 0-.416-.112a.87.87 0 0 0-.698.364a1.18 1.18 0 0 0-.219.696v.897h-1V6c0-1.652-1.348-3-3-3m11 3v14.266a4.4 4.4 0 0 0-.293.716l-.01.031l-.007.032q-.075.3-.167.594l-.006.018v.001l-.012.038C25.152 25.933 21.182 29 16.5 29c-4.795 0-8.843-3.217-10.098-7.612q.508.11 1.048.112h1.22c2.728 0 4.94-2.225 4.94-4.95q0-.486-.09-.945l1.48-.15V6c0-.548.452-1 1-1s1 .452 1 1v12.99c0 2.212 1.788 4 4 4s4-1.788 4-4V6c0-.548.452-1 1-1s1 .452 1 1M12 8.063h1v3.716a6.5 6.5 0 0 0-1-.748zm8-.053v10.283a2.5 2.5 0 0 1-1-.793V8.01zm3 10.853v.127c0 1.108-.892 2-2 2s-2-.892-2-2v-.117c.582.407 1.293.64 2.059.627A3.45 3.45 0 0 0 23 18.863M7.45 12.6h1.21a3.95 3.95 0 0 1 3.679 2.511l-1.679-.45c-.89-.24-1.8.29-2.04 1.18c-.124.46-.042.928.189 1.306H7.207c.227-.376.306-.84.183-1.297c-.23-.9-1.15-1.43-2.04-1.19l-1.563.414A3.96 3.96 0 0 1 7.45 12.6m0 7.9a3.96 3.96 0 0 1-3.44-2.013l2.2-.587q.24-.066.441-.19v.012c0 .172.074.331.209.441l.82.674a.61.61 0 0 0 .772 0l.809-.674a.56.56 0 0 0 .207-.402q.155.08.332.13l2.287.622A3.94 3.94 0 0 1 8.67 20.5zM10 7H8V4.99h2zm11-1.877h1.5v2.255H21zM5.78 16.98a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m4.45 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.652%200-3%201.348-3%203v.063h-1V5.84c0-.46-.38-.84-.84-.84L11%204.999V4.99c0-.556-.444-1-1-1c-.183%200-.353.048-.5.132A1%201%200%200%200%209%203.99c-.183%200-.353.048-.5.132A1%201%200%200%200%208%203.99c-.556%200-1%20.444-1%201v1.011c-1.292-.11-2.484-.702-3.41-1.69a.89.89%200%200%200-1.32%200c-.36.39-.36%201.02%200%201.41C3.546%207.087%205.215%207.883%207%207.995V8.5h.5q.263-.001.5-.086v.83a1.48%201.48%200%200%200-1.706.308a1.5%201.5%200%200%200-.4.737A6.452%206.452%200%200%200%204.6%2022.338C6.22%2027.363%2010.935%2031%2016.5%2031c5.317%200%209.858-3.322%2011.665-8h.055l.203-.732l.014-.049q.1-.325.185-.657c.088-.27.17-.426.24-.506a.2.2%200%200%201%20.05-.043A.2.2%200%200%201%2029%2021c1.102%200%202-.898%202-2s-.898-2-2-2V6.485q.32-.33.73-.765c.36-.39.36-1.02%200-1.41a.89.89%200%200%200-1.281-.04A3%203%200%200%200%2026%203a3%203%200%200%200-2.633%201.565a1%201%200%200%200-.087-.138a.87.87%200%200%200-.697-.364a.8.8%200%200%200-.416.112a.83.83%200%200%200-.834%200a.8.8%200%200%200-.416-.112a.87.87%200%200%200-.698.364a1.18%201.18%200%200%200-.219.696v.897h-1V6c0-1.652-1.348-3-3-3m11%203v14.266a4.4%204.4%200%200%200-.293.716l-.01.031l-.007.032q-.075.3-.167.594l-.006.018v.001l-.012.038C25.152%2025.933%2021.182%2029%2016.5%2029c-4.795%200-8.843-3.217-10.098-7.612q.508.11%201.048.112h1.22c2.728%200%204.94-2.225%204.94-4.95q0-.486-.09-.945l1.48-.15V6c0-.548.452-1%201-1s1%20.452%201%201v12.99c0%202.212%201.788%204%204%204s4-1.788%204-4V6c0-.548.452-1%201-1s1%20.452%201%201M12%208.063h1v3.716a6.5%206.5%200%200%200-1-.748zm8-.053v10.283a2.5%202.5%200%200%201-1-.793V8.01zm3%2010.853v.127c0%201.108-.892%202-2%202s-2-.892-2-2v-.117c.582.407%201.293.64%202.059.627A3.45%203.45%200%200%200%2023%2018.863M7.45%2012.6h1.21a3.95%203.95%200%200%201%203.679%202.511l-1.679-.45c-.89-.24-1.8.29-2.04%201.18c-.124.46-.042.928.189%201.306H7.207c.227-.376.306-.84.183-1.297c-.23-.9-1.15-1.43-2.04-1.19l-1.563.414A3.96%203.96%200%200%201%207.45%2012.6m0%207.9a3.96%203.96%200%200%201-3.44-2.013l2.2-.587q.24-.066.441-.19v.012c0%20.172.074.331.209.441l.82.674a.61.61%200%200%200%20.772%200l.809-.674a.56.56%200%200%200%20.207-.402q.155.08.332.13l2.287.622A3.94%203.94%200%200%201%208.67%2020.5zM10%207H8V4.99h2zm11-1.877h1.5v2.255H21zM5.78%2016.98a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m4.45%200a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.652%200-3%201.348-3%203v.063h-1V5.84c0-.46-.38-.84-.84-.84L11%204.999V4.99c0-.556-.444-1-1-1c-.183%200-.353.048-.5.132A1%201%200%200%200%209%203.99c-.183%200-.353.048-.5.132A1%201%200%200%200%208%203.99c-.556%200-1%20.444-1%201v1.011c-1.292-.11-2.484-.702-3.41-1.69a.89.89%200%200%200-1.32%200c-.36.39-.36%201.02%200%201.41C3.546%207.087%205.215%207.883%207%207.995V8.5h.5q.263-.001.5-.086v.83a1.48%201.48%200%200%200-1.706.308a1.5%201.5%200%200%200-.4.737A6.452%206.452%200%200%200%204.6%2022.338C6.22%2027.363%2010.935%2031%2016.5%2031c5.317%200%209.858-3.322%2011.665-8h.055l.203-.732l.014-.049q.1-.325.185-.657c.088-.27.17-.426.24-.506a.2.2%200%200%201%20.05-.043A.2.2%200%200%201%2029%2021c1.102%200%202-.898%202-2s-.898-2-2-2V6.485q.32-.33.73-.765c.36-.39.36-1.02%200-1.41a.89.89%200%200%200-1.281-.04A3%203%200%200%200%2026%203a3%203%200%200%200-2.633%201.565a1%201%200%200%200-.087-.138a.87.87%200%200%200-.697-.364a.8.8%200%200%200-.416.112a.83.83%200%200%200-.834%200a.8.8%200%200%200-.416-.112a.87.87%200%200%200-.698.364a1.18%201.18%200%200%200-.219.696v.897h-1V6c0-1.652-1.348-3-3-3m11%203v14.266a4.4%204.4%200%200%200-.293.716l-.01.031l-.007.032q-.075.3-.167.594l-.006.018v.001l-.012.038C25.152%2025.933%2021.182%2029%2016.5%2029c-4.795%200-8.843-3.217-10.098-7.612q.508.11%201.048.112h1.22c2.728%200%204.94-2.225%204.94-4.95q0-.486-.09-.945l1.48-.15V6c0-.548.452-1%201-1s1%20.452%201%201v12.99c0%202.212%201.788%204%204%204s4-1.788%204-4V6c0-.548.452-1%201-1s1%20.452%201%201M12%208.063h1v3.716a6.5%206.5%200%200%200-1-.748zm8-.053v10.283a2.5%202.5%200%200%201-1-.793V8.01zm3%2010.853v.127c0%201.108-.892%202-2%202s-2-.892-2-2v-.117c.582.407%201.293.64%202.059.627A3.45%203.45%200%200%200%2023%2018.863M7.45%2012.6h1.21a3.95%203.95%200%200%201%203.679%202.511l-1.679-.45c-.89-.24-1.8.29-2.04%201.18c-.124.46-.042.928.189%201.306H7.207c.227-.376.306-.84.183-1.297c-.23-.9-1.15-1.43-2.04-1.19l-1.563.414A3.96%203.96%200%200%201%207.45%2012.6m0%207.9a3.96%203.96%200%200%201-3.44-2.013l2.2-.587q.24-.066.441-.19v.012c0%20.172.074.331.209.441l.82.674a.61.61%200%200%200%20.772%200l.809-.674a.56.56%200%200%200%20.207-.402q.155.08.332.13l2.287.622A3.94%203.94%200%200%201%208.67%2020.5zM10%207H8V4.99h2zm11-1.877h1.5v2.255H21zM5.78%2016.98a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m4.45%200a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/sloth.svg?color=%231a73e8&size=48