soap emoji
soap from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- soap
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the soap emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="41.633" height="26.487" x="15.605" y="25.672" fill="#ffa7c0" rx="10.965" ry="10.965"/><path fill="#61b2e4" d="M18.943 34.353a4.16 4.16 0 0 1-4.164 4.163a3.9 3.9 0 0 1-1.561-.312a4.15 4.15 0 0 1 0-7.702a3.9 3.9 0 0 1 1.561-.313a4.16 4.16 0 0 1 4.164 4.164"/><ellipse cx="14.259" cy="34.353" fill="#92d3f5" rx="2.602" ry="3.851"/><ellipse cx="19.675" cy="23.708" fill="#92d3f5" rx="3.802" ry="4.684" transform="rotate(-25.363 19.675 23.708)"/><path fill="#61b2e4" d="M31.644 23.279a5.206 5.206 0 0 1-1.803 7.135a5.6 5.6 0 0 1-1.458.603a5.219 5.219 0 0 1-5.098-8.545a5.6 5.6 0 0 1 1.224-.997a5.206 5.206 0 0 1 7.135 1.804"/><ellipse cx="25.853" cy="26.851" fill="#92d3f5" rx="3.691" ry="5.154" transform="rotate(-50.384 25.853 26.851)"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M21.236 27.257a11.4 11.4 0 0 0-3.903 3.81m14.166-5.392h14.322a11.44 11.44 0 0 1 11.418 11.408v3.664A11.44 11.44 0 0 1 45.82 52.154H27.023a11.44 11.44 0 0 1-11.417-11.408v-2.31"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.948 35.896h22.948m-22.948 6.039h22.948"/><circle cx="14.779" cy="34.353" r="4.163" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M23.675 21.87a5 5 0 0 0-.49.364a4 4 0 0 0-.178-.498a4.163 4.163 0 1 0-1.98 5.545c.067-.031.122-.077.186-.111a5.199 5.199 0 1 0 2.462-5.3"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSoap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="41.633" height="26.487" x="15.605" y="25.672" fill="#ffa7c0" rx="10.965" ry="10.965"/><path fill="#61b2e4" d="M18.943 34.353a4.16 4.16 0 0 1-4.164 4.163a3.9 3.9 0 0 1-1.561-.312a4.15 4.15 0 0 1 0-7.702a3.9 3.9 0 0 1 1.561-.313a4.16 4.16 0 0 1 4.164 4.164"/><ellipse cx="14.259" cy="34.353" fill="#92d3f5" rx="2.602" ry="3.851"/><ellipse cx="19.675" cy="23.708" fill="#92d3f5" rx="3.802" ry="4.684" transform="rotate(-25.363 19.675 23.708)"/><path fill="#61b2e4" d="M31.644 23.279a5.206 5.206 0 0 1-1.803 7.135a5.6 5.6 0 0 1-1.458.603a5.219 5.219 0 0 1-5.098-8.545a5.6 5.6 0 0 1 1.224-.997a5.206 5.206 0 0 1 7.135 1.804"/><ellipse cx="25.853" cy="26.851" fill="#92d3f5" rx="3.691" ry="5.154" transform="rotate(-50.384 25.853 26.851)"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="M21.236 27.257a11.4 11.4 0 0 0-3.903 3.81m14.166-5.392h14.322a11.44 11.44 0 0 1 11.418 11.408v3.664A11.44 11.44 0 0 1 45.82 52.154H27.023a11.44 11.44 0 0 1-11.417-11.408v-2.31"/><path strokeLinecap="round" strokeLinejoin="round" d="M24.948 35.896h22.948m-22.948 6.039h22.948"/><circle cx="14.779" cy="34.353" r="4.163" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M23.675 21.87a5 5 0 0 0-.49.364a4 4 0 0 0-.178-.498a4.163 4.163 0 1 0-1.98 5.545c.067-.031.122-.077.186-.111a5.199 5.199 0 1 0 2.462-5.3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="41.633" height="26.487" x="15.605" y="25.672" fill="#ffa7c0" rx="10.965" ry="10.965"/><path fill="#61b2e4" d="M18.943 34.353a4.16 4.16 0 0 1-4.164 4.163a3.9 3.9 0 0 1-1.561-.312a4.15 4.15 0 0 1 0-7.702a3.9 3.9 0 0 1 1.561-.313a4.16 4.16 0 0 1 4.164 4.164"/><ellipse cx="14.259" cy="34.353" fill="#92d3f5" rx="2.602" ry="3.851"/><ellipse cx="19.675" cy="23.708" fill="#92d3f5" rx="3.802" ry="4.684" transform="rotate(-25.363 19.675 23.708)"/><path fill="#61b2e4" d="M31.644 23.279a5.206 5.206 0 0 1-1.803 7.135a5.6 5.6 0 0 1-1.458.603a5.219 5.219 0 0 1-5.098-8.545a5.6 5.6 0 0 1 1.224-.997a5.206 5.206 0 0 1 7.135 1.804"/><ellipse cx="25.853" cy="26.851" fill="#92d3f5" rx="3.691" ry="5.154" transform="rotate(-50.384 25.853 26.851)"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M21.236 27.257a11.4 11.4 0 0 0-3.903 3.81m14.166-5.392h14.322a11.44 11.44 0 0 1 11.418 11.408v3.664A11.44 11.44 0 0 1 45.82 52.154H27.023a11.44 11.44 0 0 1-11.417-11.408v-2.31"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.948 35.896h22.948m-22.948 6.039h22.948"/><circle cx="14.779" cy="34.353" r="4.163" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M23.675 21.87a5 5 0 0 0-.49.364a4 4 0 0 0-.178-.498a4.163 4.163 0 1 0-1.98 5.545c.067-.031.122-.077.186-.111a5.199 5.199 0 1 0 2.462-5.3"/></g></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%2072%2072%22%3E%3Crect%20width%3D%2241.633%22%20height%3D%2226.487%22%20x%3D%2215.605%22%20y%3D%2225.672%22%20fill%3D%22%23ffa7c0%22%20rx%3D%2210.965%22%20ry%3D%2210.965%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M18.943%2034.353a4.16%204.16%200%200%201-4.164%204.163a3.9%203.9%200%200%201-1.561-.312a4.15%204.15%200%200%201%200-7.702a3.9%203.9%200%200%201%201.561-.313a4.16%204.16%200%200%201%204.164%204.164%22%2F%3E%3Cellipse%20cx%3D%2214.259%22%20cy%3D%2234.353%22%20fill%3D%22%2392d3f5%22%20rx%3D%222.602%22%20ry%3D%223.851%22%2F%3E%3Cellipse%20cx%3D%2219.675%22%20cy%3D%2223.708%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.802%22%20ry%3D%224.684%22%20transform%3D%22rotate(-25.363%2019.675%2023.708)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M31.644%2023.279a5.206%205.206%200%200%201-1.803%207.135a5.6%205.6%200%200%201-1.458.603a5.219%205.219%200%200%201-5.098-8.545a5.6%205.6%200%200%201%201.224-.997a5.206%205.206%200%200%201%207.135%201.804%22%2F%3E%3Cellipse%20cx%3D%2225.853%22%20cy%3D%2226.851%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.691%22%20ry%3D%225.154%22%20transform%3D%22rotate(-50.384%2025.853%2026.851)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.236%2027.257a11.4%2011.4%200%200%200-3.903%203.81m14.166-5.392h14.322a11.44%2011.44%200%200%201%2011.418%2011.408v3.664A11.44%2011.44%200%200%201%2045.82%2052.154H27.023a11.44%2011.44%200%200%201-11.417-11.408v-2.31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.948%2035.896h22.948m-22.948%206.039h22.948%22%2F%3E%3Ccircle%20cx%3D%2214.779%22%20cy%3D%2234.353%22%20r%3D%224.163%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.675%2021.87a5%205%200%200%200-.49.364a4%204%200%200%200-.178-.498a4.163%204.163%200%201%200-1.98%205.545c.067-.031.122-.077.186-.111a5.199%205.199%200%201%200%202.462-5.3%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Crect%20width%3D%2241.633%22%20height%3D%2226.487%22%20x%3D%2215.605%22%20y%3D%2225.672%22%20fill%3D%22%23ffa7c0%22%20rx%3D%2210.965%22%20ry%3D%2210.965%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M18.943%2034.353a4.16%204.16%200%200%201-4.164%204.163a3.9%203.9%200%200%201-1.561-.312a4.15%204.15%200%200%201%200-7.702a3.9%203.9%200%200%201%201.561-.313a4.16%204.16%200%200%201%204.164%204.164%22%2F%3E%3Cellipse%20cx%3D%2214.259%22%20cy%3D%2234.353%22%20fill%3D%22%2392d3f5%22%20rx%3D%222.602%22%20ry%3D%223.851%22%2F%3E%3Cellipse%20cx%3D%2219.675%22%20cy%3D%2223.708%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.802%22%20ry%3D%224.684%22%20transform%3D%22rotate(-25.363%2019.675%2023.708)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M31.644%2023.279a5.206%205.206%200%200%201-1.803%207.135a5.6%205.6%200%200%201-1.458.603a5.219%205.219%200%200%201-5.098-8.545a5.6%205.6%200%200%201%201.224-.997a5.206%205.206%200%200%201%207.135%201.804%22%2F%3E%3Cellipse%20cx%3D%2225.853%22%20cy%3D%2226.851%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.691%22%20ry%3D%225.154%22%20transform%3D%22rotate(-50.384%2025.853%2026.851)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.236%2027.257a11.4%2011.4%200%200%200-3.903%203.81m14.166-5.392h14.322a11.44%2011.44%200%200%201%2011.418%2011.408v3.664A11.44%2011.44%200%200%201%2045.82%2052.154H27.023a11.44%2011.44%200%200%201-11.417-11.408v-2.31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.948%2035.896h22.948m-22.948%206.039h22.948%22%2F%3E%3Ccircle%20cx%3D%2214.779%22%20cy%3D%2234.353%22%20r%3D%224.163%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.675%2021.87a5%205%200%200%200-.49.364a4%204%200%200%200-.178-.498a4.163%204.163%200%201%200-1.98%205.545c.067-.031.122-.077.186-.111a5.199%205.199%200%201%200%202.462-5.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/soap.svg?color=%231a73e8&size=48