Tatami Seat icon

Tatami Seat is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

tatami_seat_outlined_fill0_wght400.svg

Tatami Seat icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=tatami_seat" />

<span class="material-symbols-outlined">tatami_seat</span>

Tatami Seat icon in React

// With the font from the HTML tab:
export function TatamiSeatIcon() {
  return (
    <span className="material-symbols-outlined">
      tatami_seat
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import TatamiSeatIcon from "@material-symbols/svg-400/outlined/tatami_seat.svg?react";

Tatami Seat icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">tatami_seat</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import TatamiSeatIcon from "@material-symbols/svg-400/outlined/tatami_seat.svg?component"; -->

Tatami Seat icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">tatami_seat</mat-icon>

Tatami Seat icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.tatami_seat, fill: 0, weight: 400)

Tatami Seat icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/tatami_seat.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.85 21q-.905 0-1.704-.405Q4.348 20.19 3.8 19.475q-.575-.725-.737-1.625t.087-1.775l.625-2.175-.75-10.775 1.775-.125q1.575-.125 2.775 .925t1.325 2.65l.225 3.075q.125 1.575-.912 2.788T5.575 13.775l-.975 2.725q-.15 .525-.05 1.075t.45 1q.15 .2 .375 .388t.725 .462q.125-1.725 1.238-2.887T9.95 15.375h7.225q1.588 0 2.719 1.131Q21.025 17.637 21.025 19.225v1.775H6.85Zm.75-1.5 11.925-.275q0-.969-.69-1.66Q18.145 16.875 17.175 16.875H9.95q-.969 0-1.66 .763Q7.6 18.4 7.6 19.5Zm-2.425-7.2q1.1-.075 1.813-.812T7.625 9.775l-.225-3.075q-.05-.975-.862-1.612T4.625 4.525l.55 7.775Zm8.4 7.2ZM4.9 8.35Z" />
</vector>

Tatami Seat icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/tatami_seat.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/tatami_seat.svg" width="24" height="24" alt="Tatami Seat">

Tatami Seat icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTatami Seat
Ligaturetatami_seat
Code pointU+EF33
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/tatami_seat.svg, tatami_seat-fill.svg
FlutterSymbols.tatami_seat
LicenseApache License 2.0 (© Google LLC)

Keywords

mapslineshomesimpleareageometricspacecomfortminimalroompatterninteriorfurniture

Related icons