tatami-seat from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
tatami-seat
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
tatami-seat-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the tatami seat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.289 20q-.777 0-1.47-.348q-.694-.348-1.173-.963q-.479-.616-.596-1.39t.042-1.54l.543-2.357L4 4.073L5 4q1.42-.106 2.493.792q1.074.898 1.18 2.28l.206 2.82q.106 1.362-.847 2.39q-.953 1.03-2.391 1.135l-.566 2.624q-.125.565-.028 1.098q.097.532.41.946q.241.304.564.515t.754.337q.24-1.421 1.176-2.333t2.165-.912h6.576q1.362 0 2.335.974Q20 17.639 20 19v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTatamiSeat(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.289 20q-.777 0-1.47-.348q-.694-.348-1.173-.963q-.479-.616-.596-1.39t.042-1.54l.543-2.357L4 4.073L5 4q1.42-.106 2.493.792q1.074.898 1.18 2.28l.206 2.82q.106 1.362-.847 2.39q-.953 1.03-2.391 1.135l-.566 2.624q-.125.565-.028 1.098q.097.532.41.946q.241.304.564.515t.754.337q.24-1.421 1.176-2.333t2.165-.912h6.576q1.362 0 2.335.974Q20 17.639 20 19v1z"/></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.289 20q-.777 0-1.47-.348q-.694-.348-1.173-.963q-.479-.616-.596-1.39t.042-1.54l.543-2.357L4 4.073L5 4q1.42-.106 2.493.792q1.074.898 1.18 2.28l.206 2.82q.106 1.362-.847 2.39q-.953 1.03-2.391 1.135l-.566 2.624q-.125.565-.028 1.098q.097.532.41.946q.241.304.564.515t.754.337q.24-1.421 1.176-2.333t2.165-.912h6.576q1.362 0 2.335.974Q20 17.639 20 19v1z"/></svg>
</template>

CSS

.icon-tatami-seat {
  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.289%2020q-.777%200-1.47-.348q-.694-.348-1.173-.963q-.479-.616-.596-1.39t.042-1.54l.543-2.357L4%204.073L5%204q1.42-.106%202.493.792q1.074.898%201.18%202.28l.206%202.82q.106%201.362-.847%202.39q-.953%201.03-2.391%201.135l-.566%202.624q-.125.565-.028%201.098q.097.532.41.946q.241.304.564.515t.754.337q.24-1.421%201.176-2.333t2.165-.912h6.576q1.362%200%202.335.974Q20%2017.639%2020%2019v1z%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.289%2020q-.777%200-1.47-.348q-.694-.348-1.173-.963q-.479-.616-.596-1.39t.042-1.54l.543-2.357L4%204.073L5%204q1.42-.106%202.493.792q1.074.898%201.18%202.28l.206%202.82q.106%201.362-.847%202.39q-.953%201.03-2.391%201.135l-.566%202.624q-.125.565-.028%201.098q.097.532.41.946q.241.304.564.515t.754.337q.24-1.421%201.176-2.333t2.165-.912h6.576q1.362%200%202.335.974Q20%2017.639%2020%2019v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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