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

Name
soap
Set
Font Awesome 6 Solid
Style
Regular
Category
Household
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More household icons from Font Awesome 6 Solid

Use the soap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m112 160a64 64 0 1 0 0-128a64 64 0 1 0 0 128m96-224a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 160c0 27.6-11.7 52.5-30.4 70.1c36.5 13.6 62.4 48.7 62.4 89.9c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96v128c0 53 43 96 96 96h320c53 0 96-43 96-96V288c0-53-43-96-96-96m-256 96c-35.3 0-64 28.7-64 64s28.7 64 64 64h192c35.3 0 64-28.7 64-64s-28.7-64-64-64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSoap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m112 160a64 64 0 1 0 0-128a64 64 0 1 0 0 128m96-224a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 160c0 27.6-11.7 52.5-30.4 70.1c36.5 13.6 62.4 48.7 62.4 89.9c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96v128c0 53 43 96 96 96h320c53 0 96-43 96-96V288c0-53-43-96-96-96m-256 96c-35.3 0-64 28.7-64 64s28.7 64 64 64h192c35.3 0 64-28.7 64-64s-28.7-64-64-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M208 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m112 160a64 64 0 1 0 0-128a64 64 0 1 0 0 128m96-224a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 160c0 27.6-11.7 52.5-30.4 70.1c36.5 13.6 62.4 48.7 62.4 89.9c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96v128c0 53 43 96 96 96h320c53 0 96-43 96-96V288c0-53-43-96-96-96m-256 96c-35.3 0-64 28.7-64 64s28.7 64 64 64h192c35.3 0 64-28.7 64-64s-28.7-64-64-64z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m112%20160a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m96-224a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m0%20160c0%2027.6-11.7%2052.5-30.4%2070.1c36.5%2013.6%2062.4%2048.7%2062.4%2089.9c0%2053-43%2096-96%2096H160c-53%200-96-43-96-96s43-96%2096-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53%200-96%2043-96%2096v128c0%2053%2043%2096%2096%2096h320c53%200%2096-43%2096-96V288c0-53-43-96-96-96m-256%2096c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064h192c35.3%200%2064-28.7%2064-64s-28.7-64-64-64z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m112%20160a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m96-224a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m0%20160c0%2027.6-11.7%2052.5-30.4%2070.1c36.5%2013.6%2062.4%2048.7%2062.4%2089.9c0%2053-43%2096-96%2096H160c-53%200-96-43-96-96s43-96%2096-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53%200-96%2043-96%2096v128c0%2053%2043%2096%2096%2096h320c53%200%2096-43%2096-96V288c0-53-43-96-96-96m-256%2096c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064h192c35.3%200%2064-28.7%2064-64s-28.7-64-64-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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