soap from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
soap
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the soap emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.335 3.126a7 7 0 0 0-9.9 0l-7 7a3.503 3.503 0 0 0-4.188 4.669a7 7 0 0 0 1.288 8.13l5.657 5.657a7 7 0 0 0 9.9 0l.485-.485a2.5 2.5 0 0 0 4.412-1.357a4.5 4.5 0 0 0 4.526-7.58l.476-.477a7 7 0 0 0 0-9.9zM8.983 13.158a3.5 3.5 0 0 0-.822-1.93l6.687-6.688a5 5 0 0 1 7.071 0l5.657 5.657a5 5 0 0 1 0 7.071l-.89.89a4.5 4.5 0 0 0-3.241.337l3.181-3.181a2 2 0 0 0 0-2.829l-7.07-7.07a2 2 0 0 0-2.83 0zm-.237 1.651l8.688-8.688a1 1 0 0 1 1.414 0l7.071 7.071a1 1 0 0 1 0 1.415L14.606 25.92a1 1 0 0 1-1.414 0l-7.07-7.07a1 1 0 0 1 0-1.415l.687-.688a3.5 3.5 0 0 0 1.938-1.938m-5.042 1.696a3.5 3.5 0 0 0 1.49.482a2 2 0 0 0 .22 2.57l7.07 7.07a2 2 0 0 0 2.829 0l6.181-6.181a4.5 4.5 0 0 0-.337 3.241l-.436.436a2.5 2.5 0 0 0-1.599 1.599l-1.445 1.446a5 5 0 0 1-7.071 0L4.95 21.51a5 5 0 0 1-1.245-5.006M25.5 26a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m-4-1q.141 0 .275.025c.32.472.728.88 1.2 1.2q.024.134.025.275a1.5 1.5 0 1 1-1.5-1.5m-16-9a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5M6 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSoap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.335 3.126a7 7 0 0 0-9.9 0l-7 7a3.503 3.503 0 0 0-4.188 4.669a7 7 0 0 0 1.288 8.13l5.657 5.657a7 7 0 0 0 9.9 0l.485-.485a2.5 2.5 0 0 0 4.412-1.357a4.5 4.5 0 0 0 4.526-7.58l.476-.477a7 7 0 0 0 0-9.9zM8.983 13.158a3.5 3.5 0 0 0-.822-1.93l6.687-6.688a5 5 0 0 1 7.071 0l5.657 5.657a5 5 0 0 1 0 7.071l-.89.89a4.5 4.5 0 0 0-3.241.337l3.181-3.181a2 2 0 0 0 0-2.829l-7.07-7.07a2 2 0 0 0-2.83 0zm-.237 1.651l8.688-8.688a1 1 0 0 1 1.414 0l7.071 7.071a1 1 0 0 1 0 1.415L14.606 25.92a1 1 0 0 1-1.414 0l-7.07-7.07a1 1 0 0 1 0-1.415l.687-.688a3.5 3.5 0 0 0 1.938-1.938m-5.042 1.696a3.5 3.5 0 0 0 1.49.482a2 2 0 0 0 .22 2.57l7.07 7.07a2 2 0 0 0 2.829 0l6.181-6.181a4.5 4.5 0 0 0-.337 3.241l-.436.436a2.5 2.5 0 0 0-1.599 1.599l-1.445 1.446a5 5 0 0 1-7.071 0L4.95 21.51a5 5 0 0 1-1.245-5.006M25.5 26a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m-4-1q.141 0 .275.025c.32.472.728.88 1.2 1.2q.024.134.025.275a1.5 1.5 0 1 1-1.5-1.5m-16-9a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5M6 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.335 3.126a7 7 0 0 0-9.9 0l-7 7a3.503 3.503 0 0 0-4.188 4.669a7 7 0 0 0 1.288 8.13l5.657 5.657a7 7 0 0 0 9.9 0l.485-.485a2.5 2.5 0 0 0 4.412-1.357a4.5 4.5 0 0 0 4.526-7.58l.476-.477a7 7 0 0 0 0-9.9zM8.983 13.158a3.5 3.5 0 0 0-.822-1.93l6.687-6.688a5 5 0 0 1 7.071 0l5.657 5.657a5 5 0 0 1 0 7.071l-.89.89a4.5 4.5 0 0 0-3.241.337l3.181-3.181a2 2 0 0 0 0-2.829l-7.07-7.07a2 2 0 0 0-2.83 0zm-.237 1.651l8.688-8.688a1 1 0 0 1 1.414 0l7.071 7.071a1 1 0 0 1 0 1.415L14.606 25.92a1 1 0 0 1-1.414 0l-7.07-7.07a1 1 0 0 1 0-1.415l.687-.688a3.5 3.5 0 0 0 1.938-1.938m-5.042 1.696a3.5 3.5 0 0 0 1.49.482a2 2 0 0 0 .22 2.57l7.07 7.07a2 2 0 0 0 2.829 0l6.181-6.181a4.5 4.5 0 0 0-.337 3.241l-.436.436a2.5 2.5 0 0 0-1.599 1.599l-1.445 1.446a5 5 0 0 1-7.071 0L4.95 21.51a5 5 0 0 1-1.245-5.006M25.5 26a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m-4-1q.141 0 .275.025c.32.472.728.88 1.2 1.2q.024.134.025.275a1.5 1.5 0 1 1-1.5-1.5m-16-9a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5M6 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.335%203.126a7%207%200%200%200-9.9%200l-7%207a3.503%203.503%200%200%200-4.188%204.669a7%207%200%200%200%201.288%208.13l5.657%205.657a7%207%200%200%200%209.9%200l.485-.485a2.5%202.5%200%200%200%204.412-1.357a4.5%204.5%200%200%200%204.526-7.58l.476-.477a7%207%200%200%200%200-9.9zM8.983%2013.158a3.5%203.5%200%200%200-.822-1.93l6.687-6.688a5%205%200%200%201%207.071%200l5.657%205.657a5%205%200%200%201%200%207.071l-.89.89a4.5%204.5%200%200%200-3.241.337l3.181-3.181a2%202%200%200%200%200-2.829l-7.07-7.07a2%202%200%200%200-2.83%200zm-.237%201.651l8.688-8.688a1%201%200%200%201%201.414%200l7.071%207.071a1%201%200%200%201%200%201.415L14.606%2025.92a1%201%200%200%201-1.414%200l-7.07-7.07a1%201%200%200%201%200-1.415l.687-.688a3.5%203.5%200%200%200%201.938-1.938m-5.042%201.696a3.5%203.5%200%200%200%201.49.482a2%202%200%200%200%20.22%202.57l7.07%207.07a2%202%200%200%200%202.829%200l6.181-6.181a4.5%204.5%200%200%200-.337%203.241l-.436.436a2.5%202.5%200%200%200-1.599%201.599l-1.445%201.446a5%205%200%200%201-7.071%200L4.95%2021.51a5%205%200%200%201-1.245-5.006M25.5%2026a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207m-4-1q.141%200%20.275.025c.32.472.728.88%201.2%201.2q.024.134.025.275a1.5%201.5%200%201%201-1.5-1.5m-16-9a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205M6%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1%200a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.335%203.126a7%207%200%200%200-9.9%200l-7%207a3.503%203.503%200%200%200-4.188%204.669a7%207%200%200%200%201.288%208.13l5.657%205.657a7%207%200%200%200%209.9%200l.485-.485a2.5%202.5%200%200%200%204.412-1.357a4.5%204.5%200%200%200%204.526-7.58l.476-.477a7%207%200%200%200%200-9.9zM8.983%2013.158a3.5%203.5%200%200%200-.822-1.93l6.687-6.688a5%205%200%200%201%207.071%200l5.657%205.657a5%205%200%200%201%200%207.071l-.89.89a4.5%204.5%200%200%200-3.241.337l3.181-3.181a2%202%200%200%200%200-2.829l-7.07-7.07a2%202%200%200%200-2.83%200zm-.237%201.651l8.688-8.688a1%201%200%200%201%201.414%200l7.071%207.071a1%201%200%200%201%200%201.415L14.606%2025.92a1%201%200%200%201-1.414%200l-7.07-7.07a1%201%200%200%201%200-1.415l.687-.688a3.5%203.5%200%200%200%201.938-1.938m-5.042%201.696a3.5%203.5%200%200%200%201.49.482a2%202%200%200%200%20.22%202.57l7.07%207.07a2%202%200%200%200%202.829%200l6.181-6.181a4.5%204.5%200%200%200-.337%203.241l-.436.436a2.5%202.5%200%200%200-1.599%201.599l-1.445%201.446a5%205%200%200%201-7.071%200L4.95%2021.51a5%205%200%200%201-1.245-5.006M25.5%2026a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207m-4-1q.141%200%20.275.025c.32.472.728.88%201.2%201.2q.024.134.025.275a1.5%201.5%200%201%201-1.5-1.5m-16-9a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205M6%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1%200a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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