poop icon
poop from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- poop
- Set
- Line Awesome
- Style
- Line
- Category
- Medical
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- poop-solid
The same icon in other sets
More medical icons from Line Awesome
Use the poop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.125 4l-1.656.625c-1.864.703-3.074 1.43-3.875 2.188a5.1 5.1 0 0 0-1.375 2.218c-.196.63-.274.996-.406 1.188c-.118.168-.32.37-.97.562c-.011-.008-.09-.058-.093-.062h-.031a4.3 4.3 0 0 0-1.625-.625c-1.664-.281-3.406.445-4.375 2l-.032.031a5.76 5.76 0 0 0-.75 3.625c.051.406.153.82.313 1.219a4.53 4.53 0 0 0-3.625 2.25h-.031c-1.219 2.152-.477 4.93 1.687 6.156h.032v.031c.113.055 1.445.758 3.437 1.375S12.531 28 16 28s6.254-.578 8.25-1.188c1.973-.605 3.082-1.199 3.469-1.437l.031-.031c2.133-1.239 2.852-3.965 1.625-6.063h.031a4.36 4.36 0 0 0-2.5-2.031c0-.004-.031.004-.031 0a4.42 4.42 0 0 0-2.094-2.688c.137-.437.219-.945.219-1.562c0-1.16-.414-2.137-.969-2.844s-1.222-1.18-1.781-1.625s-1.008-.855-1.25-1.25c-.242-.394-.363-.77-.219-1.531zm-2.25 3.188c.094.417.234.824.438 1.156c.472.77 1.105 1.258 1.687 1.719c.582.46 1.125.902 1.469 1.343c.343.442.531.864.531 1.594c0 .48-.055.773-.125 1c-2.727-.398-5.113-1.086-6.875-1.75c-.352-.133-.66-.273-.969-.406a2.8 2.8 0 0 0 .438-.5c.449-.653.511-1.285.656-1.75s.309-.836.844-1.344c.32-.305 1.21-.7 1.906-1.063zm-8.563 4.78c.442-.003.895.134 1.313.407c.55.383 1.73.984 3.688 1.719a35 35 0 0 0 7.718 1.937h.032c.695.086 1.269.496 1.625 1.094c-.356.066-.723.16-1.063.313c-.05.023-.105.007-.156.03c-.04.012-.047.024-.063.032c-.031.016-.062.016-.093.031c-.028.012-.06.047-.094.063q-.129.058-.375.156c-.324.137-.809.313-1.438.5c-1.258.371-3.086.75-5.406.75c-1.723 0-3.195-.195-4.344-.438c-.36-.085-.707-.18-1.031-.28c-.652-.208-1.258-.505-1.25-.5c-.969-.653-1.363-1.438-1.469-2.282c-.105-.844.13-1.742.5-2.375c.469-.754 1.172-1.148 1.906-1.156zm-4.03 6.97c.476-.036.976.082 1.437.343c.008.004.023.028.031.032c.055.03.125.062.188.093c.125.067.269.133.468.219q.598.258 1.656.563c.25.07.555.148.844.218c.106.028.203.067.313.094c.011.004.02-.004.031 0c.398.102.793.191 1.188.25v-.031A22 22 0 0 0 16 21c2.535 0 4.559-.426 5.969-.844c.707-.21 1.273-.433 1.656-.593c.14-.06.219-.114.313-.157h.093l.032-.031l.187-.094c1.242-.664 2.734-.27 3.438.969v.031c.683 1.168.289 2.68-.938 3.375h-.031v.032c-.078.046-1.203.66-3.032 1.218C21.86 25.465 19.25 26 16 26s-5.855-.527-7.688-1.094c-1.808-.562-2.714-1.074-3.062-1.25c-.016-.008-.02-.023-.031-.031c-1.196-.707-1.567-2.184-.875-3.406c.347-.582.867-1.016 1.468-1.188c.153-.043.31-.082.47-.093"/></svg>
React
import type { SVGProps } from "react";
export function LaPoop(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="m21.125 4l-1.656.625c-1.864.703-3.074 1.43-3.875 2.188a5.1 5.1 0 0 0-1.375 2.218c-.196.63-.274.996-.406 1.188c-.118.168-.32.37-.97.562c-.011-.008-.09-.058-.093-.062h-.031a4.3 4.3 0 0 0-1.625-.625c-1.664-.281-3.406.445-4.375 2l-.032.031a5.76 5.76 0 0 0-.75 3.625c.051.406.153.82.313 1.219a4.53 4.53 0 0 0-3.625 2.25h-.031c-1.219 2.152-.477 4.93 1.687 6.156h.032v.031c.113.055 1.445.758 3.437 1.375S12.531 28 16 28s6.254-.578 8.25-1.188c1.973-.605 3.082-1.199 3.469-1.437l.031-.031c2.133-1.239 2.852-3.965 1.625-6.063h.031a4.36 4.36 0 0 0-2.5-2.031c0-.004-.031.004-.031 0a4.42 4.42 0 0 0-2.094-2.688c.137-.437.219-.945.219-1.562c0-1.16-.414-2.137-.969-2.844s-1.222-1.18-1.781-1.625s-1.008-.855-1.25-1.25c-.242-.394-.363-.77-.219-1.531zm-2.25 3.188c.094.417.234.824.438 1.156c.472.77 1.105 1.258 1.687 1.719c.582.46 1.125.902 1.469 1.343c.343.442.531.864.531 1.594c0 .48-.055.773-.125 1c-2.727-.398-5.113-1.086-6.875-1.75c-.352-.133-.66-.273-.969-.406a2.8 2.8 0 0 0 .438-.5c.449-.653.511-1.285.656-1.75s.309-.836.844-1.344c.32-.305 1.21-.7 1.906-1.063zm-8.563 4.78c.442-.003.895.134 1.313.407c.55.383 1.73.984 3.688 1.719a35 35 0 0 0 7.718 1.937h.032c.695.086 1.269.496 1.625 1.094c-.356.066-.723.16-1.063.313c-.05.023-.105.007-.156.03c-.04.012-.047.024-.063.032c-.031.016-.062.016-.093.031c-.028.012-.06.047-.094.063q-.129.058-.375.156c-.324.137-.809.313-1.438.5c-1.258.371-3.086.75-5.406.75c-1.723 0-3.195-.195-4.344-.438c-.36-.085-.707-.18-1.031-.28c-.652-.208-1.258-.505-1.25-.5c-.969-.653-1.363-1.438-1.469-2.282c-.105-.844.13-1.742.5-2.375c.469-.754 1.172-1.148 1.906-1.156zm-4.03 6.97c.476-.036.976.082 1.437.343c.008.004.023.028.031.032c.055.03.125.062.188.093c.125.067.269.133.468.219q.598.258 1.656.563c.25.07.555.148.844.218c.106.028.203.067.313.094c.011.004.02-.004.031 0c.398.102.793.191 1.188.25v-.031A22 22 0 0 0 16 21c2.535 0 4.559-.426 5.969-.844c.707-.21 1.273-.433 1.656-.593c.14-.06.219-.114.313-.157h.093l.032-.031l.187-.094c1.242-.664 2.734-.27 3.438.969v.031c.683 1.168.289 2.68-.938 3.375h-.031v.032c-.078.046-1.203.66-3.032 1.218C21.86 25.465 19.25 26 16 26s-5.855-.527-7.688-1.094c-1.808-.562-2.714-1.074-3.062-1.25c-.016-.008-.02-.023-.031-.031c-1.196-.707-1.567-2.184-.875-3.406c.347-.582.867-1.016 1.468-1.188c.153-.043.31-.082.47-.093"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.125 4l-1.656.625c-1.864.703-3.074 1.43-3.875 2.188a5.1 5.1 0 0 0-1.375 2.218c-.196.63-.274.996-.406 1.188c-.118.168-.32.37-.97.562c-.011-.008-.09-.058-.093-.062h-.031a4.3 4.3 0 0 0-1.625-.625c-1.664-.281-3.406.445-4.375 2l-.032.031a5.76 5.76 0 0 0-.75 3.625c.051.406.153.82.313 1.219a4.53 4.53 0 0 0-3.625 2.25h-.031c-1.219 2.152-.477 4.93 1.687 6.156h.032v.031c.113.055 1.445.758 3.437 1.375S12.531 28 16 28s6.254-.578 8.25-1.188c1.973-.605 3.082-1.199 3.469-1.437l.031-.031c2.133-1.239 2.852-3.965 1.625-6.063h.031a4.36 4.36 0 0 0-2.5-2.031c0-.004-.031.004-.031 0a4.42 4.42 0 0 0-2.094-2.688c.137-.437.219-.945.219-1.562c0-1.16-.414-2.137-.969-2.844s-1.222-1.18-1.781-1.625s-1.008-.855-1.25-1.25c-.242-.394-.363-.77-.219-1.531zm-2.25 3.188c.094.417.234.824.438 1.156c.472.77 1.105 1.258 1.687 1.719c.582.46 1.125.902 1.469 1.343c.343.442.531.864.531 1.594c0 .48-.055.773-.125 1c-2.727-.398-5.113-1.086-6.875-1.75c-.352-.133-.66-.273-.969-.406a2.8 2.8 0 0 0 .438-.5c.449-.653.511-1.285.656-1.75s.309-.836.844-1.344c.32-.305 1.21-.7 1.906-1.063zm-8.563 4.78c.442-.003.895.134 1.313.407c.55.383 1.73.984 3.688 1.719a35 35 0 0 0 7.718 1.937h.032c.695.086 1.269.496 1.625 1.094c-.356.066-.723.16-1.063.313c-.05.023-.105.007-.156.03c-.04.012-.047.024-.063.032c-.031.016-.062.016-.093.031c-.028.012-.06.047-.094.063q-.129.058-.375.156c-.324.137-.809.313-1.438.5c-1.258.371-3.086.75-5.406.75c-1.723 0-3.195-.195-4.344-.438c-.36-.085-.707-.18-1.031-.28c-.652-.208-1.258-.505-1.25-.5c-.969-.653-1.363-1.438-1.469-2.282c-.105-.844.13-1.742.5-2.375c.469-.754 1.172-1.148 1.906-1.156zm-4.03 6.97c.476-.036.976.082 1.437.343c.008.004.023.028.031.032c.055.03.125.062.188.093c.125.067.269.133.468.219q.598.258 1.656.563c.25.07.555.148.844.218c.106.028.203.067.313.094c.011.004.02-.004.031 0c.398.102.793.191 1.188.25v-.031A22 22 0 0 0 16 21c2.535 0 4.559-.426 5.969-.844c.707-.21 1.273-.433 1.656-.593c.14-.06.219-.114.313-.157h.093l.032-.031l.187-.094c1.242-.664 2.734-.27 3.438.969v.031c.683 1.168.289 2.68-.938 3.375h-.031v.032c-.078.046-1.203.66-3.032 1.218C21.86 25.465 19.25 26 16 26s-5.855-.527-7.688-1.094c-1.808-.562-2.714-1.074-3.062-1.25c-.016-.008-.02-.023-.031-.031c-1.196-.707-1.567-2.184-.875-3.406c.347-.582.867-1.016 1.468-1.188c.153-.043.31-.082.47-.093"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.125%204l-1.656.625c-1.864.703-3.074%201.43-3.875%202.188a5.1%205.1%200%200%200-1.375%202.218c-.196.63-.274.996-.406%201.188c-.118.168-.32.37-.97.562c-.011-.008-.09-.058-.093-.062h-.031a4.3%204.3%200%200%200-1.625-.625c-1.664-.281-3.406.445-4.375%202l-.032.031a5.76%205.76%200%200%200-.75%203.625c.051.406.153.82.313%201.219a4.53%204.53%200%200%200-3.625%202.25h-.031c-1.219%202.152-.477%204.93%201.687%206.156h.032v.031c.113.055%201.445.758%203.437%201.375S12.531%2028%2016%2028s6.254-.578%208.25-1.188c1.973-.605%203.082-1.199%203.469-1.437l.031-.031c2.133-1.239%202.852-3.965%201.625-6.063h.031a4.36%204.36%200%200%200-2.5-2.031c0-.004-.031.004-.031%200a4.42%204.42%200%200%200-2.094-2.688c.137-.437.219-.945.219-1.562c0-1.16-.414-2.137-.969-2.844s-1.222-1.18-1.781-1.625s-1.008-.855-1.25-1.25c-.242-.394-.363-.77-.219-1.531zm-2.25%203.188c.094.417.234.824.438%201.156c.472.77%201.105%201.258%201.687%201.719c.582.46%201.125.902%201.469%201.343c.343.442.531.864.531%201.594c0%20.48-.055.773-.125%201c-2.727-.398-5.113-1.086-6.875-1.75c-.352-.133-.66-.273-.969-.406a2.8%202.8%200%200%200%20.438-.5c.449-.653.511-1.285.656-1.75s.309-.836.844-1.344c.32-.305%201.21-.7%201.906-1.063zm-8.563%204.78c.442-.003.895.134%201.313.407c.55.383%201.73.984%203.688%201.719a35%2035%200%200%200%207.718%201.937h.032c.695.086%201.269.496%201.625%201.094c-.356.066-.723.16-1.063.313c-.05.023-.105.007-.156.03c-.04.012-.047.024-.063.032c-.031.016-.062.016-.093.031c-.028.012-.06.047-.094.063q-.129.058-.375.156c-.324.137-.809.313-1.438.5c-1.258.371-3.086.75-5.406.75c-1.723%200-3.195-.195-4.344-.438c-.36-.085-.707-.18-1.031-.28c-.652-.208-1.258-.505-1.25-.5c-.969-.653-1.363-1.438-1.469-2.282c-.105-.844.13-1.742.5-2.375c.469-.754%201.172-1.148%201.906-1.156zm-4.03%206.97c.476-.036.976.082%201.437.343c.008.004.023.028.031.032c.055.03.125.062.188.093c.125.067.269.133.468.219q.598.258%201.656.563c.25.07.555.148.844.218c.106.028.203.067.313.094c.011.004.02-.004.031%200c.398.102.793.191%201.188.25v-.031A22%2022%200%200%200%2016%2021c2.535%200%204.559-.426%205.969-.844c.707-.21%201.273-.433%201.656-.593c.14-.06.219-.114.313-.157h.093l.032-.031l.187-.094c1.242-.664%202.734-.27%203.438.969v.031c.683%201.168.289%202.68-.938%203.375h-.031v.032c-.078.046-1.203.66-3.032%201.218C21.86%2025.465%2019.25%2026%2016%2026s-5.855-.527-7.688-1.094c-1.808-.562-2.714-1.074-3.062-1.25c-.016-.008-.02-.023-.031-.031c-1.196-.707-1.567-2.184-.875-3.406c.347-.582.867-1.016%201.468-1.188c.153-.043.31-.082.47-.093%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%22m21.125%204l-1.656.625c-1.864.703-3.074%201.43-3.875%202.188a5.1%205.1%200%200%200-1.375%202.218c-.196.63-.274.996-.406%201.188c-.118.168-.32.37-.97.562c-.011-.008-.09-.058-.093-.062h-.031a4.3%204.3%200%200%200-1.625-.625c-1.664-.281-3.406.445-4.375%202l-.032.031a5.76%205.76%200%200%200-.75%203.625c.051.406.153.82.313%201.219a4.53%204.53%200%200%200-3.625%202.25h-.031c-1.219%202.152-.477%204.93%201.687%206.156h.032v.031c.113.055%201.445.758%203.437%201.375S12.531%2028%2016%2028s6.254-.578%208.25-1.188c1.973-.605%203.082-1.199%203.469-1.437l.031-.031c2.133-1.239%202.852-3.965%201.625-6.063h.031a4.36%204.36%200%200%200-2.5-2.031c0-.004-.031.004-.031%200a4.42%204.42%200%200%200-2.094-2.688c.137-.437.219-.945.219-1.562c0-1.16-.414-2.137-.969-2.844s-1.222-1.18-1.781-1.625s-1.008-.855-1.25-1.25c-.242-.394-.363-.77-.219-1.531zm-2.25%203.188c.094.417.234.824.438%201.156c.472.77%201.105%201.258%201.687%201.719c.582.46%201.125.902%201.469%201.343c.343.442.531.864.531%201.594c0%20.48-.055.773-.125%201c-2.727-.398-5.113-1.086-6.875-1.75c-.352-.133-.66-.273-.969-.406a2.8%202.8%200%200%200%20.438-.5c.449-.653.511-1.285.656-1.75s.309-.836.844-1.344c.32-.305%201.21-.7%201.906-1.063zm-8.563%204.78c.442-.003.895.134%201.313.407c.55.383%201.73.984%203.688%201.719a35%2035%200%200%200%207.718%201.937h.032c.695.086%201.269.496%201.625%201.094c-.356.066-.723.16-1.063.313c-.05.023-.105.007-.156.03c-.04.012-.047.024-.063.032c-.031.016-.062.016-.093.031c-.028.012-.06.047-.094.063q-.129.058-.375.156c-.324.137-.809.313-1.438.5c-1.258.371-3.086.75-5.406.75c-1.723%200-3.195-.195-4.344-.438c-.36-.085-.707-.18-1.031-.28c-.652-.208-1.258-.505-1.25-.5c-.969-.653-1.363-1.438-1.469-2.282c-.105-.844.13-1.742.5-2.375c.469-.754%201.172-1.148%201.906-1.156zm-4.03%206.97c.476-.036.976.082%201.437.343c.008.004.023.028.031.032c.055.03.125.062.188.093c.125.067.269.133.468.219q.598.258%201.656.563c.25.07.555.148.844.218c.106.028.203.067.313.094c.011.004.02-.004.031%200c.398.102.793.191%201.188.25v-.031A22%2022%200%200%200%2016%2021c2.535%200%204.559-.426%205.969-.844c.707-.21%201.273-.433%201.656-.593c.14-.06.219-.114.313-.157h.093l.032-.031l.187-.094c1.242-.664%202.734-.27%203.438.969v.031c.683%201.168.289%202.68-.938%203.375h-.031v.032c-.078.046-1.203.66-3.032%201.218C21.86%2025.465%2019.25%2026%2016%2026s-5.855-.527-7.688-1.094c-1.808-.562-2.714-1.074-3.062-1.25c-.016-.008-.02-.023-.031-.031c-1.196-.707-1.567-2.184-.875-3.406c.347-.582.867-1.016%201.468-1.188c.153-.043.31-.082.47-.093%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/poop.svg?color=%231a73e8&size=48