round-soap from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-soap
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round soap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25s-1.01-2.25-2.25-2.25m5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-2-1.5c0 .83-.67 1.5-1.5 1.5S15 3.33 15 2.5S15.67 1 16.5 1s1.5.67 1.5 1.5M1.94 11.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61a1.065 1.065 0 0 0-.12-1.23l-.42-.45c-.38-.39-1.01-.41-1.41-.03z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSoap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25s-1.01-2.25-2.25-2.25m5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-2-1.5c0 .83-.67 1.5-1.5 1.5S15 3.33 15 2.5S15.67 1 16.5 1s1.5.67 1.5 1.5M1.94 11.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61a1.065 1.065 0 0 0-.12-1.23l-.42-.45c-.38-.39-1.01-.41-1.41-.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 6c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75m0-1.5C13.01 4.5 12 5.51 12 6.75S13.01 9 14.25 9s2.25-1.01 2.25-2.25s-1.01-2.25-2.25-2.25m5.75 1c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 4c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-2-1.5c0 .83-.67 1.5-1.5 1.5S15 3.33 15 2.5S15.67 1 16.5 1s1.5.67 1.5 1.5M1.94 11.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.68c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65 0 1.25-.47 1.32-1.12c.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61a1.065 1.065 0 0 0-.12-1.23l-.42-.45c-.38-.39-1.01-.41-1.41-.03z"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%206c.41%200%20.75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75m0-1.5C13.01%204.5%2012%205.51%2012%206.75S13.01%209%2014.25%209s2.25-1.01%202.25-2.25s-1.01-2.25-2.25-2.25m5.75%201c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20%204c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-2-1.5c0%20.83-.67%201.5-1.5%201.5S15%203.33%2015%202.5S15.67%201%2016.5%201s1.5.67%201.5%201.5M1.94%2011.79c-.6.56-.94%201.35-.94%202.18V20c0%201.66%201.34%203%203%203h13.68c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61a1.065%201.065%200%200%200-.12-1.23l-.42-.45c-.38-.39-1.01-.41-1.41-.03z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%206c.41%200%20.75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75m0-1.5C13.01%204.5%2012%205.51%2012%206.75S13.01%209%2014.25%209s2.25-1.01%202.25-2.25s-1.01-2.25-2.25-2.25m5.75%201c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20%204c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-2-1.5c0%20.83-.67%201.5-1.5%201.5S15%203.33%2015%202.5S15.67%201%2016.5%201s1.5.67%201.5%201.5M1.94%2011.79c-.6.56-.94%201.35-.94%202.18V20c0%201.66%201.34%203%203%203h13.68c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h7.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h8.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38H12.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h6.18c.65%200%201.25-.47%201.32-1.12c.08-.75-.51-1.38-1.24-1.38h-9.9l1.49-2.61a1.065%201.065%200%200%200-.12-1.23l-.42-.45c-.38-.39-1.01-.41-1.41-.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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