poo from Font Awesome 6 Solid by Dave Gandy · Regular · Chat · CC-BY-4.0 Attribution required.

Name
poo
Set
Font Awesome 6 Solid
Style
Regular
Category
Chat
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More chat icons from Font Awesome 6 Solid

Use the poo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M268.9.9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72h-13.7c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1M192 256a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3h167.4c6.8 0 12.3 5.5 12.3 12.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPoo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M268.9.9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72h-13.7c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1M192 256a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3h167.4c6.8 0 12.3 5.5 12.3 12.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M268.9.9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72h-13.7c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1M192 256a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3h167.4c6.8 0 12.3 5.5 12.3 12.3"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M268.9.9c-5.5-.7-11%201.4-14.5%205.7s-4.6%2010.1-2.8%2015.4c2.8%208.2%204.3%2016.9%204.3%2026.1c0%2044.1-35.7%2079.9-79.8%2080L160%20128c-35.3%200-64%2028.7-64%2064c0%2019.1%208.4%2036.3%2021.7%2048H104c-39.8%200-72%2032.2-72%2072c0%2023.2%2011%2043.8%2028%2057c-34.1%205.7-60%2035.3-60%2071c0%2039.8%2032.2%2072%2072%2072h368c39.8%200%2072-32.2%2072-72c0-35.7-25.9-65.3-60-71c17-13.2%2028-33.8%2028-57c0-39.8-32.2-72-72-72h-13.7c13.3-11.7%2021.7-28.9%2021.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10%205.5-20.8%205.5-32c0-48.6-36.2-88.8-83.1-95.1M192%20256a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m96%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m64%20108.3c0%202.4-.7%204.8-2.2%206.7c-8.2%2010.5-39.5%2045-93.8%2045s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8%205.5-12.3%2012.3-12.3h167.4c6.8%200%2012.3%205.5%2012.3%2012.3%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M268.9.9c-5.5-.7-11%201.4-14.5%205.7s-4.6%2010.1-2.8%2015.4c2.8%208.2%204.3%2016.9%204.3%2026.1c0%2044.1-35.7%2079.9-79.8%2080L160%20128c-35.3%200-64%2028.7-64%2064c0%2019.1%208.4%2036.3%2021.7%2048H104c-39.8%200-72%2032.2-72%2072c0%2023.2%2011%2043.8%2028%2057c-34.1%205.7-60%2035.3-60%2071c0%2039.8%2032.2%2072%2072%2072h368c39.8%200%2072-32.2%2072-72c0-35.7-25.9-65.3-60-71c17-13.2%2028-33.8%2028-57c0-39.8-32.2-72-72-72h-13.7c13.3-11.7%2021.7-28.9%2021.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10%205.5-20.8%205.5-32c0-48.6-36.2-88.8-83.1-95.1M192%20256a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m96%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m64%20108.3c0%202.4-.7%204.8-2.2%206.7c-8.2%2010.5-39.5%2045-93.8%2045s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8%205.5-12.3%2012.3-12.3h167.4c6.8%200%2012.3%205.5%2012.3%2012.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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