poo storm icon
poo-storm from Font Awesome 6 Solid by Dave Gandy · Regular · Weather · CC-BY-4.0 Attribution required.
- Name
- poo-storm
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Weather
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More weather icons from Font Awesome 6 Solid
Use the poo storm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M236.9.2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17l-16.2.1c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2.2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2M282 227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7H182l-52.3 104.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1.1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPooStorm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M236.9.2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17l-16.2.1c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2.2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2M282 227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7H182l-52.3 104.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1.1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M236.9.2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17l-16.2.1c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2.2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2M282 227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7H182l-52.3 104.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1.1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"/></svg> </template>
CSS
.icon-poo-storm {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.9.2c-5.5-.7-11%201.4-14.5%205.7s-4.6%2010.1-2.8%2015.3c2.8%208.2%204.3%2016.9%204.3%2026.1c0%2021.7-8.5%2037.2-21.9%2047.6c-13.8%2010.8-34%2017-57.8%2017l-16.2.1c-35.3%200-64%2028.7-64%2064c0%2012.2%203.4%2023.5%209.3%2033.2C31.7%20216.2%200%20252.4%200%20296c0%2040.9%2028%2075.4%2065.8%2085.2c-5.3-18.5%201-38.5%2016.2-50.7l160-128c17.6-14.1%2042.6-14%2060.2.2s22.8%2038.6%2012.8%2058.8L285.7%20320H304c20.4%200%2038.5%2012.9%2045.3%2032.1c3.7%2010.6%203.5%2021.8%200%2031.9H360c48.6%200%2088-39.4%2088-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7%209.3-21.1%209.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4%201.4-10.9%201.4-16.6c0-48.7-36.1-88.9-83.1-95.2M282%20227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160%20128c-5.3%204.2-7.4%2011.4-5.1%2017.8s8.3%2010.7%2015.1%2010.7H182l-52.3%20104.8c-3.4%206.7-1.6%2014.9%204.3%2019.6s14.2%204.7%2020.1.1l160-128c5.3-4.2%207.4-11.4%205.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7%201.6-14.9-4.3-19.6z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.9.2c-5.5-.7-11%201.4-14.5%205.7s-4.6%2010.1-2.8%2015.3c2.8%208.2%204.3%2016.9%204.3%2026.1c0%2021.7-8.5%2037.2-21.9%2047.6c-13.8%2010.8-34%2017-57.8%2017l-16.2.1c-35.3%200-64%2028.7-64%2064c0%2012.2%203.4%2023.5%209.3%2033.2C31.7%20216.2%200%20252.4%200%20296c0%2040.9%2028%2075.4%2065.8%2085.2c-5.3-18.5%201-38.5%2016.2-50.7l160-128c17.6-14.1%2042.6-14%2060.2.2s22.8%2038.6%2012.8%2058.8L285.7%20320H304c20.4%200%2038.5%2012.9%2045.3%2032.1c3.7%2010.6%203.5%2021.8%200%2031.9H360c48.6%200%2088-39.4%2088-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7%209.3-21.1%209.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4%201.4-10.9%201.4-16.6c0-48.7-36.1-88.9-83.1-95.2M282%20227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160%20128c-5.3%204.2-7.4%2011.4-5.1%2017.8s8.3%2010.7%2015.1%2010.7H182l-52.3%20104.8c-3.4%206.7-1.6%2014.9%204.3%2019.6s14.2%204.7%2020.1.1l160-128c5.3-4.2%207.4-11.4%205.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7%201.6-14.9-4.3-19.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/poo-storm.svg?color=%231a73e8&size=48