pump-soap from Font Awesome Solid by Dave Gandy · Solid · Household · CC-BY-4.0 Attribution required.

Name
pump-soap
Set
Font Awesome Solid
Style
Solid
Category
Household
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More household icons from Font Awesome Solid

Use the pump soap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 64v80h128v-24h72c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72v-8c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-32 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h192c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64zm160 216c0 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 Fa7SolidPumpSoap(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="M256 64v80h128v-24h72c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72v-8c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-32 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h192c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64zm160 216c0 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 640 640"><path fill="currentColor" d="M256 64v80h128v-24h72c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72v-8c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-32 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h192c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64zm160 216c0 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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2064v80h128v-24h72c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-72v-8c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m-32%20128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h192c35.3%200%2064-28.7%2064-64V256c0-35.3-28.7-64-64-64zm160%20216c0%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2064v80h128v-24h72c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-72v-8c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m-32%20128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h192c35.3%200%2064-28.7%2064-64V256c0-35.3-28.7-64-64-64zm160%20216c0%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/fa7-solid/pump-soap.svg?color=%231a73e8&size=48