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

Name
round-wash
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 wash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.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-.03zM18.5 8A2.5 2.5 0 0 0 21 5.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0C17.41 2.34 16 4.25 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.56-.67-1.49-1.11-2.04a.49.49 0 0 0-.77 0C12.67 6.01 12 6.94 12 7.5c0 .83.67 1.5 1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWash(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="M1.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-.03zM18.5 8A2.5 2.5 0 0 0 21 5.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0C17.41 2.34 16 4.25 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.56-.67-1.49-1.11-2.04a.49.49 0 0 0-.77 0C12.67 6.01 12 6.94 12 7.5c0 .83.67 1.5 1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.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-.03zM18.5 8A2.5 2.5 0 0 0 21 5.5c0-1.25-1.41-3.16-2.11-4.04a.49.49 0 0 0-.77 0C17.41 2.34 16 4.25 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.56-.67-1.49-1.11-2.04a.49.49 0 0 0-.77 0C12.67 6.01 12 6.94 12 7.5c0 .83.67 1.5 1.5 1.5"/></svg>
</template>

CSS

.icon-round-wash {
  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%22M1.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-.03zM18.5%208A2.5%202.5%200%200%200%2021%205.5c0-1.25-1.41-3.16-2.11-4.04a.49.49%200%200%200-.77%200C17.41%202.34%2016%204.25%2016%205.5A2.5%202.5%200%200%200%2018.5%208m-5%201c.83%200%201.5-.67%201.5-1.5c0-.56-.67-1.49-1.11-2.04a.49.49%200%200%200-.77%200C12.67%206.01%2012%206.94%2012%207.5c0%20.83.67%201.5%201.5%201.5%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%22M1.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-.03zM18.5%208A2.5%202.5%200%200%200%2021%205.5c0-1.25-1.41-3.16-2.11-4.04a.49.49%200%200%200-.77%200C17.41%202.34%2016%204.25%2016%205.5A2.5%202.5%200%200%200%2018.5%208m-5%201c.83%200%201.5-.67%201.5-1.5c0-.56-.67-1.49-1.11-2.04a.49.49%200%200%200-.77%200C12.67%206.01%2012%206.94%2012%207.5c0%20.83.67%201.5%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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