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

Name
tatami-seat-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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 21q-.95 0-1.787-.425T3.8 19.4t-.75-1.687t.1-1.838l.6-2.05l-.7-9.675q-.05-.425.238-.725T4 3.075L5 3q1.65-.125 2.888.975t1.362 2.75L9.475 9.7q.125 1.65-.962 2.9t-2.738 1.375l-.7 2.45q-.125.45-.038.925t.363.85q.125.15.275.275t.35.25q.125-1.575 1.263-2.65T10 15h7q1.65 0 2.825 1.175T21 19v1q0 .425-.288.713T20 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTatamiSeatRounded(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 21q-.95 0-1.787-.425T3.8 19.4t-.75-1.687t.1-1.838l.6-2.05l-.7-9.675q-.05-.425.238-.725T4 3.075L5 3q1.65-.125 2.888.975t1.362 2.75L9.475 9.7q.125 1.65-.962 2.9t-2.738 1.375l-.7 2.45q-.125.45-.038.925t.363.85q.125.15.275.275t.35.25q.125-1.575 1.263-2.65T10 15h7q1.65 0 2.825 1.175T21 19v1q0 .425-.288.713T20 21z"/></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 21q-.95 0-1.787-.425T3.8 19.4t-.75-1.687t.1-1.838l.6-2.05l-.7-9.675q-.05-.425.238-.725T4 3.075L5 3q1.65-.125 2.888.975t1.362 2.75L9.475 9.7q.125 1.65-.962 2.9t-2.738 1.375l-.7 2.45q-.125.45-.038.925t.363.85q.125.15.275.275t.35.25q.125-1.575 1.263-2.65T10 15h7q1.65 0 2.825 1.175T21 19v1q0 .425-.288.713T20 21z"/></svg>
</template>

CSS

.icon-tatami-seat-rounded {
  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%2021q-.95%200-1.787-.425T3.8%2019.4t-.75-1.687t.1-1.838l.6-2.05l-.7-9.675q-.05-.425.238-.725T4%203.075L5%203q1.65-.125%202.888.975t1.362%202.75L9.475%209.7q.125%201.65-.962%202.9t-2.738%201.375l-.7%202.45q-.125.45-.038.925t.363.85q.125.15.275.275t.35.25q.125-1.575%201.263-2.65T10%2015h7q1.65%200%202.825%201.175T21%2019v1q0%20.425-.288.713T20%2021z%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%2021q-.95%200-1.787-.425T3.8%2019.4t-.75-1.687t.1-1.838l.6-2.05l-.7-9.675q-.05-.425.238-.725T4%203.075L5%203q1.65-.125%202.888.975t1.362%202.75L9.475%209.7q.125%201.65-.962%202.9t-2.738%201.375l-.7%202.45q-.125.45-.038.925t.363.85q.125.15.275.275t.35.25q.125-1.575%201.263-2.65T10%2015h7q1.65%200%202.825%201.175T21%2019v1q0%20.425-.288.713T20%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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