poo storm icon
poo-storm from Font Awesome Solid by Dave Gandy · Solid · Weather · CC-BY-4.0 Attribution required.
- Name
- poo-storm
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Weather
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More weather icons from Font Awesome Solid
Use the poo storm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M332.9 32.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.9 10.8-34.1 17-58.1 17h-24c-48.6 0-88 39.4-88 88c0 14.8 3.7 28.8 10.2 41.1c-42 6.6-74.2 43-74.2 86.9c0 46.6 36.2 84.7 81.9 87.8c3.1-12.4 9.9-23.8 19.6-32.5L306.7 289c12.2-10.9 28-17 44.4-17c44.6 0 76.5 43 63.7 85.7l-12.7 42.4c28.8 1.2 52.7 21.1 59.8 47.9h26.2c48.6 0 88-39.4 88-88c0-43.9-32.1-80.3-74.2-86.9c6.5-12.3 10.2-26.2 10.2-41.1c0-48.6-39.4-88-88-88h-9.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zM208.6 480h61.8l-31.2 104.1C235.6 596 244.5 608 257 608c4.6 0 9-1.7 12.4-4.7l141.1-126.4c3.5-3.1 5.5-7.6 5.5-12.4c0-9.2-7.4-16.6-16.6-16.6h-61.8l31.2-104.1c3.6-11.9-5.3-23.9-17.8-23.9c-4.6 0-9 1.7-12.4 4.7L197.5 451.1c-3.5 3.1-5.5 7.6-5.5 12.4c0 9.2 7.4 16.6 16.6 16.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPooStorm(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="M332.9 32.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.9 10.8-34.1 17-58.1 17h-24c-48.6 0-88 39.4-88 88c0 14.8 3.7 28.8 10.2 41.1c-42 6.6-74.2 43-74.2 86.9c0 46.6 36.2 84.7 81.9 87.8c3.1-12.4 9.9-23.8 19.6-32.5L306.7 289c12.2-10.9 28-17 44.4-17c44.6 0 76.5 43 63.7 85.7l-12.7 42.4c28.8 1.2 52.7 21.1 59.8 47.9h26.2c48.6 0 88-39.4 88-88c0-43.9-32.1-80.3-74.2-86.9c6.5-12.3 10.2-26.2 10.2-41.1c0-48.6-39.4-88-88-88h-9.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zM208.6 480h61.8l-31.2 104.1C235.6 596 244.5 608 257 608c4.6 0 9-1.7 12.4-4.7l141.1-126.4c3.5-3.1 5.5-7.6 5.5-12.4c0-9.2-7.4-16.6-16.6-16.6h-61.8l31.2-104.1c3.6-11.9-5.3-23.9-17.8-23.9c-4.6 0-9 1.7-12.4 4.7L197.5 451.1c-3.5 3.1-5.5 7.6-5.5 12.4c0 9.2 7.4 16.6 16.6 16.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M332.9 32.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.9 10.8-34.1 17-58.1 17h-24c-48.6 0-88 39.4-88 88c0 14.8 3.7 28.8 10.2 41.1c-42 6.6-74.2 43-74.2 86.9c0 46.6 36.2 84.7 81.9 87.8c3.1-12.4 9.9-23.8 19.6-32.5L306.7 289c12.2-10.9 28-17 44.4-17c44.6 0 76.5 43 63.7 85.7l-12.7 42.4c28.8 1.2 52.7 21.1 59.8 47.9h26.2c48.6 0 88-39.4 88-88c0-43.9-32.1-80.3-74.2-86.9c6.5-12.3 10.2-26.2 10.2-41.1c0-48.6-39.4-88-88-88h-9.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zM208.6 480h61.8l-31.2 104.1C235.6 596 244.5 608 257 608c4.6 0 9-1.7 12.4-4.7l141.1-126.4c3.5-3.1 5.5-7.6 5.5-12.4c0-9.2-7.4-16.6-16.6-16.6h-61.8l31.2-104.1c3.6-11.9-5.3-23.9-17.8-23.9c-4.6 0-9 1.7-12.4 4.7L197.5 451.1c-3.5 3.1-5.5 7.6-5.5 12.4c0 9.2 7.4 16.6 16.6 16.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M332.9%2032.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.9%2010.8-34.1%2017-58.1%2017h-24c-48.6%200-88%2039.4-88%2088c0%2014.8%203.7%2028.8%2010.2%2041.1c-42%206.6-74.2%2043-74.2%2086.9c0%2046.6%2036.2%2084.7%2081.9%2087.8c3.1-12.4%209.9-23.8%2019.6-32.5L306.7%20289c12.2-10.9%2028-17%2044.4-17c44.6%200%2076.5%2043%2063.7%2085.7l-12.7%2042.4c28.8%201.2%2052.7%2021.1%2059.8%2047.9h26.2c48.6%200%2088-39.4%2088-88c0-43.9-32.1-80.3-74.2-86.9c6.5-12.3%2010.2-26.2%2010.2-41.1c0-48.6-39.4-88-88-88h-9.4c.9-5.4%201.4-10.9%201.4-16.6c0-48.7-36.1-88.9-83.1-95.2zM208.6%20480h61.8l-31.2%20104.1C235.6%20596%20244.5%20608%20257%20608c4.6%200%209-1.7%2012.4-4.7l141.1-126.4c3.5-3.1%205.5-7.6%205.5-12.4c0-9.2-7.4-16.6-16.6-16.6h-61.8l31.2-104.1c3.6-11.9-5.3-23.9-17.8-23.9c-4.6%200-9%201.7-12.4%204.7L197.5%20451.1c-3.5%203.1-5.5%207.6-5.5%2012.4c0%209.2%207.4%2016.6%2016.6%2016.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M332.9%2032.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.9%2010.8-34.1%2017-58.1%2017h-24c-48.6%200-88%2039.4-88%2088c0%2014.8%203.7%2028.8%2010.2%2041.1c-42%206.6-74.2%2043-74.2%2086.9c0%2046.6%2036.2%2084.7%2081.9%2087.8c3.1-12.4%209.9-23.8%2019.6-32.5L306.7%20289c12.2-10.9%2028-17%2044.4-17c44.6%200%2076.5%2043%2063.7%2085.7l-12.7%2042.4c28.8%201.2%2052.7%2021.1%2059.8%2047.9h26.2c48.6%200%2088-39.4%2088-88c0-43.9-32.1-80.3-74.2-86.9c6.5-12.3%2010.2-26.2%2010.2-41.1c0-48.6-39.4-88-88-88h-9.4c.9-5.4%201.4-10.9%201.4-16.6c0-48.7-36.1-88.9-83.1-95.2zM208.6%20480h61.8l-31.2%20104.1C235.6%20596%20244.5%20608%20257%20608c4.6%200%209-1.7%2012.4-4.7l141.1-126.4c3.5-3.1%205.5-7.6%205.5-12.4c0-9.2-7.4-16.6-16.6-16.6h-61.8l31.2-104.1c3.6-11.9-5.3-23.9-17.8-23.9c-4.6%200-9%201.7-12.4%204.7L197.5%20451.1c-3.5%203.1-5.5%207.6-5.5%2012.4c0%209.2%207.4%2016.6%2016.6%2016.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/poo-storm.svg?color=%231a73e8&size=48