pump soap icon
pump-soap from Font Awesome 6 Solid by Dave Gandy · Regular · Household · CC-BY-4.0 Attribution required.
- Name
- pump-soap
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Household
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More household icons from Font Awesome 6 Solid
Use the pump soap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1c13.9 17 50.9 65.4 50.9 97.9"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPumpSoap(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="M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1c13.9 17 50.9 65.4 50.9 97.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1c13.9 17 50.9 65.4 50.9 97.9"/></svg> </template>
CSS
.icon-pump-soap {
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%22M128%2032v96h128V96h60.1c4.2%200%208.3%201.7%2011.3%204.7l33.9%2033.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m-10.6%20128c-33.3%200-61%2025.5-63.8%2058.7L35%20442.7C31.9%20480%2061.3%20512%2098.8%20512h186.4c37.4%200%2066.9-32%2063.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256%20360c0%2035.3-28.7%2056-64%2056s-64-20.7-64-56c0-32.5%2037-80.9%2050.9-97.9c3.2-3.9%208.1-6.1%2013.1-6.1s9.9%202.2%2013.1%206.1c13.9%2017%2050.9%2065.4%2050.9%2097.9%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%22M128%2032v96h128V96h60.1c4.2%200%208.3%201.7%2011.3%204.7l33.9%2033.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m-10.6%20128c-33.3%200-61%2025.5-63.8%2058.7L35%20442.7C31.9%20480%2061.3%20512%2098.8%20512h186.4c37.4%200%2066.9-32%2063.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256%20360c0%2035.3-28.7%2056-64%2056s-64-20.7-64-56c0-32.5%2037-80.9%2050.9-97.9c3.2-3.9%208.1-6.1%2013.1-6.1s9.9%202.2%2013.1%206.1c13.9%2017%2050.9%2065.4%2050.9%2097.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/pump-soap.svg?color=%231a73e8&size=48