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

Name
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 soap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M272 32c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m112 128c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32-96c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32M160 224h112c0 23.8 7.4 45.9 20.1 64H224c-53 0-96 43-96 96s43 96 96 96h192c53 0 96-43 96-96c0-35.1-18.9-65.9-47-82.6c19-19.8 30.7-46.6 31-76.1c45.4 7.6 80 47.1 80 94.7v128c0 53-43 96-96 96H160c-53 0-96-43-96-96V320c0-53 43-96 96-96m64 112h192c26.5 0 48 21.5 48 48s-21.5 48-48 48H224c-26.5 0-48-21.5-48-48s21.5-48 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSoap(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="M272 32c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m112 128c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32-96c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32M160 224h112c0 23.8 7.4 45.9 20.1 64H224c-53 0-96 43-96 96s43 96 96 96h192c53 0 96-43 96-96c0-35.1-18.9-65.9-47-82.6c19-19.8 30.7-46.6 31-76.1c45.4 7.6 80 47.1 80 94.7v128c0 53-43 96-96 96H160c-53 0-96-43-96-96V320c0-53 43-96 96-96m64 112h192c26.5 0 48 21.5 48 48s-21.5 48-48 48H224c-26.5 0-48-21.5-48-48s21.5-48 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M272 32c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m112 128c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32-96c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32M160 224h112c0 23.8 7.4 45.9 20.1 64H224c-53 0-96 43-96 96s43 96 96 96h192c53 0 96-43 96-96c0-35.1-18.9-65.9-47-82.6c19-19.8 30.7-46.6 31-76.1c45.4 7.6 80 47.1 80 94.7v128c0 53-43 96-96 96H160c-53 0-96-43-96-96V320c0-53 43-96 96-96m64 112h192c26.5 0 48 21.5 48 48s-21.5 48-48 48H224c-26.5 0-48-21.5-48-48s21.5-48 48-48"/></svg>
</template>

CSS

.icon-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%22M272%2032c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48m112%20128c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m32-96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32M160%20224h112c0%2023.8%207.4%2045.9%2020.1%2064H224c-53%200-96%2043-96%2096s43%2096%2096%2096h192c53%200%2096-43%2096-96c0-35.1-18.9-65.9-47-82.6c19-19.8%2030.7-46.6%2031-76.1c45.4%207.6%2080%2047.1%2080%2094.7v128c0%2053-43%2096-96%2096H160c-53%200-96-43-96-96V320c0-53%2043-96%2096-96m64%20112h192c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H224c-26.5%200-48-21.5-48-48s21.5-48%2048-48%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%22M272%2032c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48m112%20128c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m32-96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32M160%20224h112c0%2023.8%207.4%2045.9%2020.1%2064H224c-53%200-96%2043-96%2096s43%2096%2096%2096h192c53%200%2096-43%2096-96c0-35.1-18.9-65.9-47-82.6c19-19.8%2030.7-46.6%2031-76.1c45.4%207.6%2080%2047.1%2080%2094.7v128c0%2053-43%2096-96%2096H160c-53%200-96-43-96-96V320c0-53%2043-96%2096-96m64%20112h192c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H224c-26.5%200-48-21.5-48-48s21.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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