poop icon
poop from Font Awesome Solid by Dave Gandy · Solid · Energy · CC-BY-4.0 Attribution required.
- Name
- poop
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Energy
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More energy icons from Font Awesome Solid
Use the poop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M318.4 70.6c3.5-4.3 9-6.5 14.5-5.7c46.9 6.3 83.1 46.5 83.1 95.1c0 11.2-1.9 22-5.5 32h5.5c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H472c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H136c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7c-13.3-11.7-21.7-28.9-21.7-48c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPoop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M318.4 70.6c3.5-4.3 9-6.5 14.5-5.7c46.9 6.3 83.1 46.5 83.1 95.1c0 11.2-1.9 22-5.5 32h5.5c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H472c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H136c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7c-13.3-11.7-21.7-28.9-21.7-48c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M318.4 70.6c3.5-4.3 9-6.5 14.5-5.7c46.9 6.3 83.1 46.5 83.1 95.1c0 11.2-1.9 22-5.5 32h5.5c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H472c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H136c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7c-13.3-11.7-21.7-28.9-21.7-48c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M318.4%2070.6c3.5-4.3%209-6.5%2014.5-5.7c46.9%206.3%2083.1%2046.5%2083.1%2095.1c0%2011.2-1.9%2022-5.5%2032h5.5c35.3%200%2064%2028.7%2064%2064c0%2019.1-8.4%2036.3-21.7%2048H472c39.8%200%2072%2032.2%2072%2072c0%2023.2-11%2043.8-28%2057c34.1%205.7%2060%2035.3%2060%2071c0%2039.8-32.2%2072-72%2072H136c-39.8%200-72-32.2-72-72c0-35.7%2025.9-65.3%2060-71c-17-13.2-28-33.8-28-57c0-39.8%2032.2-72%2072-72h13.7c-13.3-11.7-21.7-28.9-21.7-48c0-35.3%2028.7-64%2064-64h16.2c44.1-.1%2079.8-35.9%2079.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1%202.8-15.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M318.4%2070.6c3.5-4.3%209-6.5%2014.5-5.7c46.9%206.3%2083.1%2046.5%2083.1%2095.1c0%2011.2-1.9%2022-5.5%2032h5.5c35.3%200%2064%2028.7%2064%2064c0%2019.1-8.4%2036.3-21.7%2048H472c39.8%200%2072%2032.2%2072%2072c0%2023.2-11%2043.8-28%2057c34.1%205.7%2060%2035.3%2060%2071c0%2039.8-32.2%2072-72%2072H136c-39.8%200-72-32.2-72-72c0-35.7%2025.9-65.3%2060-71c-17-13.2-28-33.8-28-57c0-39.8%2032.2-72%2072-72h13.7c-13.3-11.7-21.7-28.9-21.7-48c0-35.3%2028.7-64%2064-64h16.2c44.1-.1%2079.8-35.9%2079.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1%202.8-15.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/poop.svg?color=%231a73e8&size=48