poop from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
poop
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the poop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M19.2 14c1.13.836 1.8 1.874 1.8 3c0 2.761-4.03 5-9 5s-9-2.239-9-5c0-1.126.67-2.164 1.8-3"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.759 8c-1.536-.884-2.83-1.214-3.862-1.203m0 0C7.009 6.818 6 7.983 6 9c0 1.657 2.594 3 5.793 3s5.078-1.518 5.793-3c1.448-3-.965-6.5-6.276-7c1.127 1.365 2.221 4.235-2.413 4.797"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.014 10c1.821.721 2.986 1.826 2.986 3.066C20 15.239 16.418 17 12 17s-8-1.761-8-3.934c0-1.107.93-2.107 2.426-2.822"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M19.2 14c1.13.836 1.8 1.874 1.8 3c0 2.761-4.03 5-9 5s-9-2.239-9-5c0-1.126.67-2.164 1.8-3"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.759 8c-1.536-.884-2.83-1.214-3.862-1.203m0 0C7.009 6.818 6 7.983 6 9c0 1.657 2.594 3 5.793 3s5.078-1.518 5.793-3c1.448-3-.965-6.5-6.276-7c1.127 1.365 2.221 4.235-2.413 4.797"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.014 10c1.821.721 2.986 1.826 2.986 3.066C20 15.239 16.418 17 12 17s-8-1.761-8-3.934c0-1.107.93-2.107 2.426-2.822"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M19.2 14c1.13.836 1.8 1.874 1.8 3c0 2.761-4.03 5-9 5s-9-2.239-9-5c0-1.126.67-2.164 1.8-3"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.759 8c-1.536-.884-2.83-1.214-3.862-1.203m0 0C7.009 6.818 6 7.983 6 9c0 1.657 2.594 3 5.793 3s5.078-1.518 5.793-3c1.448-3-.965-6.5-6.276-7c1.127 1.365 2.221 4.235-2.413 4.797"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.014 10c1.821.721 2.986 1.826 2.986 3.066C20 15.239 16.418 17 12 17s-8-1.761-8-3.934c0-1.107.93-2.107 2.426-2.822"/></g></svg>
</template>

CSS

.icon-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.2%2014c1.13.836%201.8%201.874%201.8%203c0%202.761-4.03%205-9%205s-9-2.239-9-5c0-1.126.67-2.164%201.8-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.759%208c-1.536-.884-2.83-1.214-3.862-1.203m0%200C7.009%206.818%206%207.983%206%209c0%201.657%202.594%203%205.793%203s5.078-1.518%205.793-3c1.448-3-.965-6.5-6.276-7c1.127%201.365%202.221%204.235-2.413%204.797%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.014%2010c1.821.721%202.986%201.826%202.986%203.066C20%2015.239%2016.418%2017%2012%2017s-8-1.761-8-3.934c0-1.107.93-2.107%202.426-2.822%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.2%2014c1.13.836%201.8%201.874%201.8%203c0%202.761-4.03%205-9%205s-9-2.239-9-5c0-1.126.67-2.164%201.8-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.759%208c-1.536-.884-2.83-1.214-3.862-1.203m0%200C7.009%206.818%206%207.983%206%209c0%201.657%202.594%203%205.793%203s5.078-1.518%205.793-3c1.448-3-.965-6.5-6.276-7c1.127%201.365%202.221%204.235-2.413%204.797%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.014%2010c1.821.721%202.986%201.826%202.986%203.066C20%2015.239%2016.418%2017%2012%2017s-8-1.761-8-3.934c0-1.107.93-2.107%202.426-2.822%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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