emoticon-poop from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.

Name
emoticon-poop
Set
Material Design Icons
Style
Filled
Category
Emoji
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-poop, face-poop, smiley-poop

1 other variant in Material Design Icons

More emoji icons from Material Design Icons

Use the emoticon poop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.36 2c-.21 0-.49.12-.79.32C10 2.7 8.85 3.9 8.4 5.1c-.34.9-.35 1.72-.21 2.33c-.56.1-.97.28-1.13.35c-.51.22-1.59 1.18-1.69 2.67c-.03.52.04 1.05.2 1.55c-.66.19-1.04.43-1.07.44c-.32.12-.85.49-1 .69c-.35.4-.58.87-.71 1.37c-.29 1.09-.19 2.33.34 3.33c.29.56.69 1.17 1.13 1.6c1.44 1.48 3.92 2.04 5.88 2.36c2.39.4 4.89.26 7.12-.66c3.35-1.39 4.24-3.63 4.38-4.24c.29-1.39-.07-2.7-.22-3.02c-.22-.46-.58-.93-1.17-1.23c-.4-.25-.75-.38-1.01-.44c.26-.95-.11-1.7-.62-2.26c-.77-.82-1.56-.94-1.56-.94c.26-.5.36-1.1.22-1.68c-.16-.71-.55-1.16-1.06-1.46c-.52-.31-1.16-.46-1.82-.58c-.32-.06-1.65-.25-2.2-1.01c-.45-.62-.46-1.74-.58-2.07c-.05-.13-.12-.2-.26-.2M16 9.61c.07 0 .13.01.19.01c1.43.16 2.45 1.54 2.28 3.07s-1.47 2.65-2.9 2.49c-1.43-.18-2.45-1.53-2.28-3.07c.16-1.45 1.35-2.55 2.71-2.5m-7.38 0c1.33.04 2.44 1.17 2.54 2.6c.12 1.54-.95 2.87-2.38 2.98h-.01c-1.43.11-2.69-1.05-2.81-2.59c-.11-1.54.96-2.87 2.39-2.98c.09-.01.18-.01.27-.01m.02 1.7c-.04 0-.07 0-.11.01c-.56.07-.96.58-.89 1.13a1 1 0 0 0 1.13.87c.56-.07.96-.58.9-1.13a1.01 1.01 0 0 0-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1 1 0 0 0 .95 1.06a1.008 1.008 0 1 0 .14-2.01zm-7.23 4.82c.29-.01.55.08.79.13c1.18.22 2.2.25 2.69.25s1.5-.03 2.67-.25c.41-.08.88-.25 1.25 0c.48.32.13 1.47-.61 2.25a4.53 4.53 0 0 1-3.31 1.38c-1.78 0-2.86-.91-3.31-1.38c-.74-.78-1.09-1.93-.62-2.25c.14-.09.29-.13.45-.13"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonPoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.36 2c-.21 0-.49.12-.79.32C10 2.7 8.85 3.9 8.4 5.1c-.34.9-.35 1.72-.21 2.33c-.56.1-.97.28-1.13.35c-.51.22-1.59 1.18-1.69 2.67c-.03.52.04 1.05.2 1.55c-.66.19-1.04.43-1.07.44c-.32.12-.85.49-1 .69c-.35.4-.58.87-.71 1.37c-.29 1.09-.19 2.33.34 3.33c.29.56.69 1.17 1.13 1.6c1.44 1.48 3.92 2.04 5.88 2.36c2.39.4 4.89.26 7.12-.66c3.35-1.39 4.24-3.63 4.38-4.24c.29-1.39-.07-2.7-.22-3.02c-.22-.46-.58-.93-1.17-1.23c-.4-.25-.75-.38-1.01-.44c.26-.95-.11-1.7-.62-2.26c-.77-.82-1.56-.94-1.56-.94c.26-.5.36-1.1.22-1.68c-.16-.71-.55-1.16-1.06-1.46c-.52-.31-1.16-.46-1.82-.58c-.32-.06-1.65-.25-2.2-1.01c-.45-.62-.46-1.74-.58-2.07c-.05-.13-.12-.2-.26-.2M16 9.61c.07 0 .13.01.19.01c1.43.16 2.45 1.54 2.28 3.07s-1.47 2.65-2.9 2.49c-1.43-.18-2.45-1.53-2.28-3.07c.16-1.45 1.35-2.55 2.71-2.5m-7.38 0c1.33.04 2.44 1.17 2.54 2.6c.12 1.54-.95 2.87-2.38 2.98h-.01c-1.43.11-2.69-1.05-2.81-2.59c-.11-1.54.96-2.87 2.39-2.98c.09-.01.18-.01.27-.01m.02 1.7c-.04 0-.07 0-.11.01c-.56.07-.96.58-.89 1.13a1 1 0 0 0 1.13.87c.56-.07.96-.58.9-1.13a1.01 1.01 0 0 0-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1 1 0 0 0 .95 1.06a1.008 1.008 0 1 0 .14-2.01zm-7.23 4.82c.29-.01.55.08.79.13c1.18.22 2.2.25 2.69.25s1.5-.03 2.67-.25c.41-.08.88-.25 1.25 0c.48.32.13 1.47-.61 2.25a4.53 4.53 0 0 1-3.31 1.38c-1.78 0-2.86-.91-3.31-1.38c-.74-.78-1.09-1.93-.62-2.25c.14-.09.29-.13.45-.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.36 2c-.21 0-.49.12-.79.32C10 2.7 8.85 3.9 8.4 5.1c-.34.9-.35 1.72-.21 2.33c-.56.1-.97.28-1.13.35c-.51.22-1.59 1.18-1.69 2.67c-.03.52.04 1.05.2 1.55c-.66.19-1.04.43-1.07.44c-.32.12-.85.49-1 .69c-.35.4-.58.87-.71 1.37c-.29 1.09-.19 2.33.34 3.33c.29.56.69 1.17 1.13 1.6c1.44 1.48 3.92 2.04 5.88 2.36c2.39.4 4.89.26 7.12-.66c3.35-1.39 4.24-3.63 4.38-4.24c.29-1.39-.07-2.7-.22-3.02c-.22-.46-.58-.93-1.17-1.23c-.4-.25-.75-.38-1.01-.44c.26-.95-.11-1.7-.62-2.26c-.77-.82-1.56-.94-1.56-.94c.26-.5.36-1.1.22-1.68c-.16-.71-.55-1.16-1.06-1.46c-.52-.31-1.16-.46-1.82-.58c-.32-.06-1.65-.25-2.2-1.01c-.45-.62-.46-1.74-.58-2.07c-.05-.13-.12-.2-.26-.2M16 9.61c.07 0 .13.01.19.01c1.43.16 2.45 1.54 2.28 3.07s-1.47 2.65-2.9 2.49c-1.43-.18-2.45-1.53-2.28-3.07c.16-1.45 1.35-2.55 2.71-2.5m-7.38 0c1.33.04 2.44 1.17 2.54 2.6c.12 1.54-.95 2.87-2.38 2.98h-.01c-1.43.11-2.69-1.05-2.81-2.59c-.11-1.54.96-2.87 2.39-2.98c.09-.01.18-.01.27-.01m.02 1.7c-.04 0-.07 0-.11.01c-.56.07-.96.58-.89 1.13a1 1 0 0 0 1.13.87c.56-.07.96-.58.9-1.13a1.01 1.01 0 0 0-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1 1 0 0 0 .95 1.06a1.008 1.008 0 1 0 .14-2.01zm-7.23 4.82c.29-.01.55.08.79.13c1.18.22 2.2.25 2.69.25s1.5-.03 2.67-.25c.41-.08.88-.25 1.25 0c.48.32.13 1.47-.61 2.25a4.53 4.53 0 0 1-3.31 1.38c-1.78 0-2.86-.91-3.31-1.38c-.74-.78-1.09-1.93-.62-2.25c.14-.09.29-.13.45-.13"/></svg>
</template>

CSS

.icon-emoticon-poop {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.36%202c-.21%200-.49.12-.79.32C10%202.7%208.85%203.9%208.4%205.1c-.34.9-.35%201.72-.21%202.33c-.56.1-.97.28-1.13.35c-.51.22-1.59%201.18-1.69%202.67c-.03.52.04%201.05.2%201.55c-.66.19-1.04.43-1.07.44c-.32.12-.85.49-1%20.69c-.35.4-.58.87-.71%201.37c-.29%201.09-.19%202.33.34%203.33c.29.56.69%201.17%201.13%201.6c1.44%201.48%203.92%202.04%205.88%202.36c2.39.4%204.89.26%207.12-.66c3.35-1.39%204.24-3.63%204.38-4.24c.29-1.39-.07-2.7-.22-3.02c-.22-.46-.58-.93-1.17-1.23c-.4-.25-.75-.38-1.01-.44c.26-.95-.11-1.7-.62-2.26c-.77-.82-1.56-.94-1.56-.94c.26-.5.36-1.1.22-1.68c-.16-.71-.55-1.16-1.06-1.46c-.52-.31-1.16-.46-1.82-.58c-.32-.06-1.65-.25-2.2-1.01c-.45-.62-.46-1.74-.58-2.07c-.05-.13-.12-.2-.26-.2M16%209.61c.07%200%20.13.01.19.01c1.43.16%202.45%201.54%202.28%203.07s-1.47%202.65-2.9%202.49c-1.43-.18-2.45-1.53-2.28-3.07c.16-1.45%201.35-2.55%202.71-2.5m-7.38%200c1.33.04%202.44%201.17%202.54%202.6c.12%201.54-.95%202.87-2.38%202.98h-.01c-1.43.11-2.69-1.05-2.81-2.59c-.11-1.54.96-2.87%202.39-2.98c.09-.01.18-.01.27-.01m.02%201.7c-.04%200-.07%200-.11.01c-.56.07-.96.58-.89%201.13a1%201%200%200%200%201.13.87c.56-.07.96-.58.9-1.13a1.01%201.01%200%200%200-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1%201%200%200%200%20.95%201.06a1.008%201.008%200%201%200%20.14-2.01zm-7.23%204.82c.29-.01.55.08.79.13c1.18.22%202.2.25%202.69.25s1.5-.03%202.67-.25c.41-.08.88-.25%201.25%200c.48.32.13%201.47-.61%202.25a4.53%204.53%200%200%201-3.31%201.38c-1.78%200-2.86-.91-3.31-1.38c-.74-.78-1.09-1.93-.62-2.25c.14-.09.29-.13.45-.13%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.36%202c-.21%200-.49.12-.79.32C10%202.7%208.85%203.9%208.4%205.1c-.34.9-.35%201.72-.21%202.33c-.56.1-.97.28-1.13.35c-.51.22-1.59%201.18-1.69%202.67c-.03.52.04%201.05.2%201.55c-.66.19-1.04.43-1.07.44c-.32.12-.85.49-1%20.69c-.35.4-.58.87-.71%201.37c-.29%201.09-.19%202.33.34%203.33c.29.56.69%201.17%201.13%201.6c1.44%201.48%203.92%202.04%205.88%202.36c2.39.4%204.89.26%207.12-.66c3.35-1.39%204.24-3.63%204.38-4.24c.29-1.39-.07-2.7-.22-3.02c-.22-.46-.58-.93-1.17-1.23c-.4-.25-.75-.38-1.01-.44c.26-.95-.11-1.7-.62-2.26c-.77-.82-1.56-.94-1.56-.94c.26-.5.36-1.1.22-1.68c-.16-.71-.55-1.16-1.06-1.46c-.52-.31-1.16-.46-1.82-.58c-.32-.06-1.65-.25-2.2-1.01c-.45-.62-.46-1.74-.58-2.07c-.05-.13-.12-.2-.26-.2M16%209.61c.07%200%20.13.01.19.01c1.43.16%202.45%201.54%202.28%203.07s-1.47%202.65-2.9%202.49c-1.43-.18-2.45-1.53-2.28-3.07c.16-1.45%201.35-2.55%202.71-2.5m-7.38%200c1.33.04%202.44%201.17%202.54%202.6c.12%201.54-.95%202.87-2.38%202.98h-.01c-1.43.11-2.69-1.05-2.81-2.59c-.11-1.54.96-2.87%202.39-2.98c.09-.01.18-.01.27-.01m.02%201.7c-.04%200-.07%200-.11.01c-.56.07-.96.58-.89%201.13a1%201%200%200%200%201.13.87c.56-.07.96-.58.9-1.13a1.01%201.01%200%200%200-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1%201%200%200%200%20.95%201.06a1.008%201.008%200%201%200%20.14-2.01zm-7.23%204.82c.29-.01.55.08.79.13c1.18.22%202.2.25%202.69.25s1.5-.03%202.67-.25c.41-.08.88-.25%201.25%200c.48.32.13%201.47-.61%202.25a4.53%204.53%200%200%201-3.31%201.38c-1.78%200-2.86-.91-3.31-1.38c-.74-.78-1.09-1.93-.62-2.25c.14-.09.29-.13.45-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-poop.svg?color=%231a73e8&size=48