pile of poo emoji

pile-of-poo from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
pile-of-poo
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the pile of poo emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M33.541 23.198c.364-1.578.243-3.266-.458-4.946a8 8 0 0 0-3.271-3.773c.318-1.192.234-2.475-.324-3.75c-.841-1.92-2.66-3.201-4.712-3.562c.249-.572.329-1.289.036-2.167c-1-3-5-1-8-4.999c-2.44 1.464-2.97 3.64-2.878 5.487c-2.421.412-3.8.936-3.8.936v.002a3.71 3.71 0 0 0-2.322 3.442c0 .879.318 1.676.828 2.312l-.692.258l.001.003c-2.33.871-3.975 2.976-3.975 5.439c0 1.047.3 2.027.82 2.878C1.971 22.027 0 24.781 0 28c0 4.418 3.691 8 8.244 8c3.269 0 6.559-.703 9.531-1.665C20.018 35.375 23.47 36 28.667 36A7.333 7.333 0 0 0 36 28.667a7.3 7.3 0 0 0-2.459-5.469"/><ellipse cx="13.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="23.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="14" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><ellipse cx="23" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><path fill="#292f33" d="M9.447 24.895C9.201 24.402 9.45 24 10 24h18c.55 0 .799.402.553.895C28.553 24.895 26 30 19 30s-9.553-5.105-9.553-5.105"/><path fill="#f2abba" d="M19 26c-2.771 0-5.157.922-6.292 2.256C14.2 29.211 16.253 30 19 30s4.801-.789 6.292-1.744C24.157 26.922 21.771 26 19 26"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPileOfPoo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M33.541 23.198c.364-1.578.243-3.266-.458-4.946a8 8 0 0 0-3.271-3.773c.318-1.192.234-2.475-.324-3.75c-.841-1.92-2.66-3.201-4.712-3.562c.249-.572.329-1.289.036-2.167c-1-3-5-1-8-4.999c-2.44 1.464-2.97 3.64-2.878 5.487c-2.421.412-3.8.936-3.8.936v.002a3.71 3.71 0 0 0-2.322 3.442c0 .879.318 1.676.828 2.312l-.692.258l.001.003c-2.33.871-3.975 2.976-3.975 5.439c0 1.047.3 2.027.82 2.878C1.971 22.027 0 24.781 0 28c0 4.418 3.691 8 8.244 8c3.269 0 6.559-.703 9.531-1.665C20.018 35.375 23.47 36 28.667 36A7.333 7.333 0 0 0 36 28.667a7.3 7.3 0 0 0-2.459-5.469"/><ellipse cx="13.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="23.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="14" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><ellipse cx="23" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><path fill="#292f33" d="M9.447 24.895C9.201 24.402 9.45 24 10 24h18c.55 0 .799.402.553.895C28.553 24.895 26 30 19 30s-9.553-5.105-9.553-5.105"/><path fill="#f2abba" d="M19 26c-2.771 0-5.157.922-6.292 2.256C14.2 29.211 16.253 30 19 30s4.801-.789 6.292-1.744C24.157 26.922 21.771 26 19 26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M33.541 23.198c.364-1.578.243-3.266-.458-4.946a8 8 0 0 0-3.271-3.773c.318-1.192.234-2.475-.324-3.75c-.841-1.92-2.66-3.201-4.712-3.562c.249-.572.329-1.289.036-2.167c-1-3-5-1-8-4.999c-2.44 1.464-2.97 3.64-2.878 5.487c-2.421.412-3.8.936-3.8.936v.002a3.71 3.71 0 0 0-2.322 3.442c0 .879.318 1.676.828 2.312l-.692.258l.001.003c-2.33.871-3.975 2.976-3.975 5.439c0 1.047.3 2.027.82 2.878C1.971 22.027 0 24.781 0 28c0 4.418 3.691 8 8.244 8c3.269 0 6.559-.703 9.531-1.665C20.018 35.375 23.47 36 28.667 36A7.333 7.333 0 0 0 36 28.667a7.3 7.3 0 0 0-2.459-5.469"/><ellipse cx="13.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="23.5" cy="15.5" fill="#f5f8fa" rx="3.5" ry="4.5"/><ellipse cx="14" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><ellipse cx="23" cy="15.5" fill="#292f33" rx="2" ry="2.5"/><path fill="#292f33" d="M9.447 24.895C9.201 24.402 9.45 24 10 24h18c.55 0 .799.402.553.895C28.553 24.895 26 30 19 30s-9.553-5.105-9.553-5.105"/><path fill="#f2abba" d="M19 26c-2.771 0-5.157.922-6.292 2.256C14.2 29.211 16.253 30 19 30s4.801-.789 6.292-1.744C24.157 26.922 21.771 26 19 26"/></svg>
</template>

CSS

.icon-pile-of-poo {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M33.541%2023.198c.364-1.578.243-3.266-.458-4.946a8%208%200%200%200-3.271-3.773c.318-1.192.234-2.475-.324-3.75c-.841-1.92-2.66-3.201-4.712-3.562c.249-.572.329-1.289.036-2.167c-1-3-5-1-8-4.999c-2.44%201.464-2.97%203.64-2.878%205.487c-2.421.412-3.8.936-3.8.936v.002a3.71%203.71%200%200%200-2.322%203.442c0%20.879.318%201.676.828%202.312l-.692.258l.001.003c-2.33.871-3.975%202.976-3.975%205.439c0%201.047.3%202.027.82%202.878C1.971%2022.027%200%2024.781%200%2028c0%204.418%203.691%208%208.244%208c3.269%200%206.559-.703%209.531-1.665C20.018%2035.375%2023.47%2036%2028.667%2036A7.333%207.333%200%200%200%2036%2028.667a7.3%207.3%200%200%200-2.459-5.469%22%2F%3E%3Cellipse%20cx%3D%2213.5%22%20cy%3D%2215.5%22%20fill%3D%22%23f5f8fa%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2223.5%22%20cy%3D%2215.5%22%20fill%3D%22%23f5f8fa%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2215.5%22%20fill%3D%22%23292f33%22%20rx%3D%222%22%20ry%3D%222.5%22%2F%3E%3Cellipse%20cx%3D%2223%22%20cy%3D%2215.5%22%20fill%3D%22%23292f33%22%20rx%3D%222%22%20ry%3D%222.5%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M9.447%2024.895C9.201%2024.402%209.45%2024%2010%2024h18c.55%200%20.799.402.553.895C28.553%2024.895%2026%2030%2019%2030s-9.553-5.105-9.553-5.105%22%2F%3E%3Cpath%20fill%3D%22%23f2abba%22%20d%3D%22M19%2026c-2.771%200-5.157.922-6.292%202.256C14.2%2029.211%2016.253%2030%2019%2030s4.801-.789%206.292-1.744C24.157%2026.922%2021.771%2026%2019%2026%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M33.541%2023.198c.364-1.578.243-3.266-.458-4.946a8%208%200%200%200-3.271-3.773c.318-1.192.234-2.475-.324-3.75c-.841-1.92-2.66-3.201-4.712-3.562c.249-.572.329-1.289.036-2.167c-1-3-5-1-8-4.999c-2.44%201.464-2.97%203.64-2.878%205.487c-2.421.412-3.8.936-3.8.936v.002a3.71%203.71%200%200%200-2.322%203.442c0%20.879.318%201.676.828%202.312l-.692.258l.001.003c-2.33.871-3.975%202.976-3.975%205.439c0%201.047.3%202.027.82%202.878C1.971%2022.027%200%2024.781%200%2028c0%204.418%203.691%208%208.244%208c3.269%200%206.559-.703%209.531-1.665C20.018%2035.375%2023.47%2036%2028.667%2036A7.333%207.333%200%200%200%2036%2028.667a7.3%207.3%200%200%200-2.459-5.469%22%2F%3E%3Cellipse%20cx%3D%2213.5%22%20cy%3D%2215.5%22%20fill%3D%22%23f5f8fa%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2223.5%22%20cy%3D%2215.5%22%20fill%3D%22%23f5f8fa%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2215.5%22%20fill%3D%22%23292f33%22%20rx%3D%222%22%20ry%3D%222.5%22%2F%3E%3Cellipse%20cx%3D%2223%22%20cy%3D%2215.5%22%20fill%3D%22%23292f33%22%20rx%3D%222%22%20ry%3D%222.5%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M9.447%2024.895C9.201%2024.402%209.45%2024%2010%2024h18c.55%200%20.799.402.553.895C28.553%2024.895%2026%2030%2019%2030s-9.553-5.105-9.553-5.105%22%2F%3E%3Cpath%20fill%3D%22%23f2abba%22%20d%3D%22M19%2026c-2.771%200-5.157.922-6.292%202.256C14.2%2029.211%2016.253%2030%2019%2030s4.801-.789%206.292-1.744C24.157%2026.922%2021.771%2026%2019%2026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pile-of-poo.svg?color=%231a73e8&size=48