washoku-outline from Material Symbols by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
washoku-outline
Set
Material Symbols
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
washoku-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the washoku icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 21l-1.525-4.6q-.9-.5-1.525-1.325t-.9-1.875L2 9h20l-1.05 4.2q-.275 1.05-.9 1.875T18.525 16.4L17 21zm1.45-2h7.1l.675-2h-8.45zm-.55-4h8.2q1.05 0 1.85-.638T19 12.726L19.45 11H4.55L5 12.725q.25 1 1.05 1.638T7.9 15M20 9h-2V7.75q0-.525-.35-.888T16.8 6.5q-.275 0-.55.125t-.5.375h-3.075l-.25-.9q-.125-.5-.525-.8T11 5q-.45 0-.812.238t-.563.662L9.15 7H7q-.425 0-.712.288T6 8v1H4V8q0-1.25.863-2.125T6.95 5q.2 0 .425.038t.425.087q.425-.95 1.287-1.537T11 3q1.2 0 2.113.713t1.237 1.862q.475-.5 1.1-.788t1.325-.287q1.35 0 2.288.95T20 7.75zM8.45 19h7.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWashokuOutline(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="m7 21l-1.525-4.6q-.9-.5-1.525-1.325t-.9-1.875L2 9h20l-1.05 4.2q-.275 1.05-.9 1.875T18.525 16.4L17 21zm1.45-2h7.1l.675-2h-8.45zm-.55-4h8.2q1.05 0 1.85-.638T19 12.726L19.45 11H4.55L5 12.725q.25 1 1.05 1.638T7.9 15M20 9h-2V7.75q0-.525-.35-.888T16.8 6.5q-.275 0-.55.125t-.5.375h-3.075l-.25-.9q-.125-.5-.525-.8T11 5q-.45 0-.812.238t-.563.662L9.15 7H7q-.425 0-.712.288T6 8v1H4V8q0-1.25.863-2.125T6.95 5q.2 0 .425.038t.425.087q.425-.95 1.287-1.537T11 3q1.2 0 2.113.713t1.237 1.862q.475-.5 1.1-.788t1.325-.287q1.35 0 2.288.95T20 7.75zM8.45 19h7.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 21l-1.525-4.6q-.9-.5-1.525-1.325t-.9-1.875L2 9h20l-1.05 4.2q-.275 1.05-.9 1.875T18.525 16.4L17 21zm1.45-2h7.1l.675-2h-8.45zm-.55-4h8.2q1.05 0 1.85-.638T19 12.726L19.45 11H4.55L5 12.725q.25 1 1.05 1.638T7.9 15M20 9h-2V7.75q0-.525-.35-.888T16.8 6.5q-.275 0-.55.125t-.5.375h-3.075l-.25-.9q-.125-.5-.525-.8T11 5q-.45 0-.812.238t-.563.662L9.15 7H7q-.425 0-.712.288T6 8v1H4V8q0-1.25.863-2.125T6.95 5q.2 0 .425.038t.425.087q.425-.95 1.287-1.537T11 3q1.2 0 2.113.713t1.237 1.862q.475-.5 1.1-.788t1.325-.287q1.35 0 2.288.95T20 7.75zM8.45 19h7.1z"/></svg>
</template>

CSS

.icon-washoku-outline {
  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%22m7%2021l-1.525-4.6q-.9-.5-1.525-1.325t-.9-1.875L2%209h20l-1.05%204.2q-.275%201.05-.9%201.875T18.525%2016.4L17%2021zm1.45-2h7.1l.675-2h-8.45zm-.55-4h8.2q1.05%200%201.85-.638T19%2012.726L19.45%2011H4.55L5%2012.725q.25%201%201.05%201.638T7.9%2015M20%209h-2V7.75q0-.525-.35-.888T16.8%206.5q-.275%200-.55.125t-.5.375h-3.075l-.25-.9q-.125-.5-.525-.8T11%205q-.45%200-.812.238t-.563.662L9.15%207H7q-.425%200-.712.288T6%208v1H4V8q0-1.25.863-2.125T6.95%205q.2%200%20.425.038t.425.087q.425-.95%201.287-1.537T11%203q1.2%200%202.113.713t1.237%201.862q.475-.5%201.1-.788t1.325-.287q1.35%200%202.288.95T20%207.75zM8.45%2019h7.1z%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%22m7%2021l-1.525-4.6q-.9-.5-1.525-1.325t-.9-1.875L2%209h20l-1.05%204.2q-.275%201.05-.9%201.875T18.525%2016.4L17%2021zm1.45-2h7.1l.675-2h-8.45zm-.55-4h8.2q1.05%200%201.85-.638T19%2012.726L19.45%2011H4.55L5%2012.725q.25%201%201.05%201.638T7.9%2015M20%209h-2V7.75q0-.525-.35-.888T16.8%206.5q-.275%200-.55.125t-.5.375h-3.075l-.25-.9q-.125-.5-.525-.8T11%205q-.45%200-.812.238t-.563.662L9.15%207H7q-.425%200-.712.288T6%208v1H4V8q0-1.25.863-2.125T6.95%205q.2%200%20.425.038t.425.087q.425-.95%201.287-1.537T11%203q1.2%200%202.113.713t1.237%201.862q.475-.5%201.1-.788t1.325-.287q1.35%200%202.288.95T20%207.75zM8.45%2019h7.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/washoku-outline.svg?color=%231a73e8&size=48