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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 8A2.5 2.5 0 0 0 21 5.5C21 3.83 18.5 1 18.5 1S16 3.83 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5M9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1h8.75a1.25 1.25 0 0 0 0-2.5H12v-1h6.75a1.25 1.25 0 0 0 0-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 0 0-.12-1.23C10.22 6.12 9.12 5 9.12 5"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineWash(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="M18.5 8A2.5 2.5 0 0 0 21 5.5C21 3.83 18.5 1 18.5 1S16 3.83 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5M9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1h8.75a1.25 1.25 0 0 0 0-2.5H12v-1h6.75a1.25 1.25 0 0 0 0-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 0 0-.12-1.23C10.22 6.12 9.12 5 9.12 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="M18.5 8A2.5 2.5 0 0 0 21 5.5C21 3.83 18.5 1 18.5 1S16 3.83 16 5.5A2.5 2.5 0 0 0 18.5 8m-5 1c.83 0 1.5-.67 1.5-1.5c0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5M9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1h8.75a1.25 1.25 0 0 0 0-2.5H12v-1h6.75a1.25 1.25 0 0 0 0-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 0 0-.12-1.23C10.22 6.12 9.12 5 9.12 5"/></svg>
</template>

CSS

.icon-baseline-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%22M18.5%208A2.5%202.5%200%200%200%2021%205.5C21%203.83%2018.5%201%2018.5%201S16%203.83%2016%205.5A2.5%202.5%200%200%200%2018.5%208m-5%201c.83%200%201.5-.67%201.5-1.5c0-.84-1.5-2.5-1.5-2.5S12%206.66%2012%207.5c0%20.83.67%201.5%201.5%201.5M9.12%205l-7.18%206.79c-.6.56-.94%201.35-.94%202.18V20c0%201.66%201.34%203%203%203h13.75a1.25%201.25%200%200%200%200-2.5H12v-1h7.75a1.25%201.25%200%200%200%200-2.5H12v-1h8.75a1.25%201.25%200%200%200%200-2.5H12v-1h6.75a1.25%201.25%200%200%200%200-2.5H8.86c.64-1.11%201.48-2.58%201.49-2.61a1.065%201.065%200%200%200-.12-1.23C10.22%206.12%209.12%205%209.12%205%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%22M18.5%208A2.5%202.5%200%200%200%2021%205.5C21%203.83%2018.5%201%2018.5%201S16%203.83%2016%205.5A2.5%202.5%200%200%200%2018.5%208m-5%201c.83%200%201.5-.67%201.5-1.5c0-.84-1.5-2.5-1.5-2.5S12%206.66%2012%207.5c0%20.83.67%201.5%201.5%201.5M9.12%205l-7.18%206.79c-.6.56-.94%201.35-.94%202.18V20c0%201.66%201.34%203%203%203h13.75a1.25%201.25%200%200%200%200-2.5H12v-1h7.75a1.25%201.25%200%200%200%200-2.5H12v-1h8.75a1.25%201.25%200%200%200%200-2.5H12v-1h6.75a1.25%201.25%200%200%200%200-2.5H8.86c.64-1.11%201.48-2.58%201.49-2.61a1.065%201.065%200%200%200-.12-1.23C10.22%206.12%209.12%205%209.12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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