poo from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
poo
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
poo-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the poo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 6c-2.838 0-6 2.613-6 6.363V13h-1c-2.206 0-4 1.794-4 4c0 .408.064.811.188 1.195A4.51 4.51 0 0 0 3 22.5C3 24.981 5.019 27 7.5 27h17c2.481 0 4.5-2.019 4.5-4.5a4.51 4.51 0 0 0-3.188-4.307A3.9 3.9 0 0 0 26 16.998c0-2.206-1.794-4-4-4h-1.068c-.257-1.773-1.194-2.466-1.907-2.994c-.747-.554-1.24-.922-1.03-2.899L18.11 6zm-1.047 2.188c.073 1.903.9 2.692 1.883 3.421c.7.521 1.164.865 1.164 2.391v1h3c1.103 0 2 .897 2 2c0 .483-.186.954-.523 1.328L21.965 20H24.5c1.379 0 2.5 1.121 2.5 2.5S25.879 25 24.5 25h-17A2.5 2.5 0 0 1 5 22.5C5 21.121 6.121 20 7.5 20h2.535l-1.512-1.672A2 2 0 0 1 8 17c0-1.103.897-2 2-2h3v-2.637c0-2 1.426-3.636 2.953-4.175M12 17a1 1 0 0 0 0 2a1 1 0 0 0 0-2m8 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6 3a2 2 0 1 0 4 0z"/></svg>

React

import type { SVGProps } from "react";

export function LaPoo(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="M17 6c-2.838 0-6 2.613-6 6.363V13h-1c-2.206 0-4 1.794-4 4c0 .408.064.811.188 1.195A4.51 4.51 0 0 0 3 22.5C3 24.981 5.019 27 7.5 27h17c2.481 0 4.5-2.019 4.5-4.5a4.51 4.51 0 0 0-3.188-4.307A3.9 3.9 0 0 0 26 16.998c0-2.206-1.794-4-4-4h-1.068c-.257-1.773-1.194-2.466-1.907-2.994c-.747-.554-1.24-.922-1.03-2.899L18.11 6zm-1.047 2.188c.073 1.903.9 2.692 1.883 3.421c.7.521 1.164.865 1.164 2.391v1h3c1.103 0 2 .897 2 2c0 .483-.186.954-.523 1.328L21.965 20H24.5c1.379 0 2.5 1.121 2.5 2.5S25.879 25 24.5 25h-17A2.5 2.5 0 0 1 5 22.5C5 21.121 6.121 20 7.5 20h2.535l-1.512-1.672A2 2 0 0 1 8 17c0-1.103.897-2 2-2h3v-2.637c0-2 1.426-3.636 2.953-4.175M12 17a1 1 0 0 0 0 2a1 1 0 0 0 0-2m8 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6 3a2 2 0 1 0 4 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 6c-2.838 0-6 2.613-6 6.363V13h-1c-2.206 0-4 1.794-4 4c0 .408.064.811.188 1.195A4.51 4.51 0 0 0 3 22.5C3 24.981 5.019 27 7.5 27h17c2.481 0 4.5-2.019 4.5-4.5a4.51 4.51 0 0 0-3.188-4.307A3.9 3.9 0 0 0 26 16.998c0-2.206-1.794-4-4-4h-1.068c-.257-1.773-1.194-2.466-1.907-2.994c-.747-.554-1.24-.922-1.03-2.899L18.11 6zm-1.047 2.188c.073 1.903.9 2.692 1.883 3.421c.7.521 1.164.865 1.164 2.391v1h3c1.103 0 2 .897 2 2c0 .483-.186.954-.523 1.328L21.965 20H24.5c1.379 0 2.5 1.121 2.5 2.5S25.879 25 24.5 25h-17A2.5 2.5 0 0 1 5 22.5C5 21.121 6.121 20 7.5 20h2.535l-1.512-1.672A2 2 0 0 1 8 17c0-1.103.897-2 2-2h3v-2.637c0-2 1.426-3.636 2.953-4.175M12 17a1 1 0 0 0 0 2a1 1 0 0 0 0-2m8 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6 3a2 2 0 1 0 4 0z"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%206c-2.838%200-6%202.613-6%206.363V13h-1c-2.206%200-4%201.794-4%204c0%20.408.064.811.188%201.195A4.51%204.51%200%200%200%203%2022.5C3%2024.981%205.019%2027%207.5%2027h17c2.481%200%204.5-2.019%204.5-4.5a4.51%204.51%200%200%200-3.188-4.307A3.9%203.9%200%200%200%2026%2016.998c0-2.206-1.794-4-4-4h-1.068c-.257-1.773-1.194-2.466-1.907-2.994c-.747-.554-1.24-.922-1.03-2.899L18.11%206zm-1.047%202.188c.073%201.903.9%202.692%201.883%203.421c.7.521%201.164.865%201.164%202.391v1h3c1.103%200%202%20.897%202%202c0%20.483-.186.954-.523%201.328L21.965%2020H24.5c1.379%200%202.5%201.121%202.5%202.5S25.879%2025%2024.5%2025h-17A2.5%202.5%200%200%201%205%2022.5C5%2021.121%206.121%2020%207.5%2020h2.535l-1.512-1.672A2%202%200%200%201%208%2017c0-1.103.897-2%202-2h3v-2.637c0-2%201.426-3.636%202.953-4.175M12%2017a1%201%200%200%200%200%202a1%201%200%200%200%200-2m8%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-6%203a2%202%200%201%200%204%200z%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%22M17%206c-2.838%200-6%202.613-6%206.363V13h-1c-2.206%200-4%201.794-4%204c0%20.408.064.811.188%201.195A4.51%204.51%200%200%200%203%2022.5C3%2024.981%205.019%2027%207.5%2027h17c2.481%200%204.5-2.019%204.5-4.5a4.51%204.51%200%200%200-3.188-4.307A3.9%203.9%200%200%200%2026%2016.998c0-2.206-1.794-4-4-4h-1.068c-.257-1.773-1.194-2.466-1.907-2.994c-.747-.554-1.24-.922-1.03-2.899L18.11%206zm-1.047%202.188c.073%201.903.9%202.692%201.883%203.421c.7.521%201.164.865%201.164%202.391v1h3c1.103%200%202%20.897%202%202c0%20.483-.186.954-.523%201.328L21.965%2020H24.5c1.379%200%202.5%201.121%202.5%202.5S25.879%2025%2024.5%2025h-17A2.5%202.5%200%200%201%205%2022.5C5%2021.121%206.121%2020%207.5%2020h2.535l-1.512-1.672A2%202%200%200%201%208%2017c0-1.103.897-2%202-2h3v-2.637c0-2%201.426-3.636%202.953-4.175M12%2017a1%201%200%200%200%200%202a1%201%200%200%200%200-2m8%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-6%203a2%202%200%201%200%204%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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