twotone airline seat flat icon

twotone-airline-seat-flat from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
twotone-airline-seat-flat
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the twotone airline seat flat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 11a1 1 0 0 0 .71-.3c.39-.4.39-1.02-.01-1.41C5.51 9.11 5.26 9 5 9a1 1 0 0 0-.71.3c-.39.4-.39 1.02.01 1.41c.19.18.44.29.7.29m13-2h-7v2h9c0-1.1-.9-2-2-2" opacity=".3"/><path fill="currentColor" d="M5 13a3 3 0 0 0 2.1-5.14C6.51 7.29 5.75 7 5 7a3 3 0 0 0-2.1 5.14c.59.57 1.35.86 2.1.86m-.71-3.7a1 1 0 0 1 1.41-.02c.4.39.4 1.01.02 1.41c-.2.2-.45.31-.72.31c-.26 0-.51-.1-.7-.28c-.4-.4-.4-1.02-.01-1.42M18 7H9v6h13v-2c0-2.21-1.79-4-4-4m-7 4V9h7c1.1 0 2 .9 2 2zm-9 5h6v2h8v-2h6v-2H2z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneAirlineSeatFlat(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="M5 11a1 1 0 0 0 .71-.3c.39-.4.39-1.02-.01-1.41C5.51 9.11 5.26 9 5 9a1 1 0 0 0-.71.3c-.39.4-.39 1.02.01 1.41c.19.18.44.29.7.29m13-2h-7v2h9c0-1.1-.9-2-2-2" opacity=".3"/><path fill="currentColor" d="M5 13a3 3 0 0 0 2.1-5.14C6.51 7.29 5.75 7 5 7a3 3 0 0 0-2.1 5.14c.59.57 1.35.86 2.1.86m-.71-3.7a1 1 0 0 1 1.41-.02c.4.39.4 1.01.02 1.41c-.2.2-.45.31-.72.31c-.26 0-.51-.1-.7-.28c-.4-.4-.4-1.02-.01-1.42M18 7H9v6h13v-2c0-2.21-1.79-4-4-4m-7 4V9h7c1.1 0 2 .9 2 2zm-9 5h6v2h8v-2h6v-2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 11a1 1 0 0 0 .71-.3c.39-.4.39-1.02-.01-1.41C5.51 9.11 5.26 9 5 9a1 1 0 0 0-.71.3c-.39.4-.39 1.02.01 1.41c.19.18.44.29.7.29m13-2h-7v2h9c0-1.1-.9-2-2-2" opacity=".3"/><path fill="currentColor" d="M5 13a3 3 0 0 0 2.1-5.14C6.51 7.29 5.75 7 5 7a3 3 0 0 0-2.1 5.14c.59.57 1.35.86 2.1.86m-.71-3.7a1 1 0 0 1 1.41-.02c.4.39.4 1.01.02 1.41c-.2.2-.45.31-.72.31c-.26 0-.51-.1-.7-.28c-.4-.4-.4-1.02-.01-1.42M18 7H9v6h13v-2c0-2.21-1.79-4-4-4m-7 4V9h7c1.1 0 2 .9 2 2zm-9 5h6v2h8v-2h6v-2H2z"/></svg>
</template>

CSS

.icon-twotone-airline-seat-flat {
  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%22M5%2011a1%201%200%200%200%20.71-.3c.39-.4.39-1.02-.01-1.41C5.51%209.11%205.26%209%205%209a1%201%200%200%200-.71.3c-.39.4-.39%201.02.01%201.41c.19.18.44.29.7.29m13-2h-7v2h9c0-1.1-.9-2-2-2%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2013a3%203%200%200%200%202.1-5.14C6.51%207.29%205.75%207%205%207a3%203%200%200%200-2.1%205.14c.59.57%201.35.86%202.1.86m-.71-3.7a1%201%200%200%201%201.41-.02c.4.39.4%201.01.02%201.41c-.2.2-.45.31-.72.31c-.26%200-.51-.1-.7-.28c-.4-.4-.4-1.02-.01-1.42M18%207H9v6h13v-2c0-2.21-1.79-4-4-4m-7%204V9h7c1.1%200%202%20.9%202%202zm-9%205h6v2h8v-2h6v-2H2z%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%22M5%2011a1%201%200%200%200%20.71-.3c.39-.4.39-1.02-.01-1.41C5.51%209.11%205.26%209%205%209a1%201%200%200%200-.71.3c-.39.4-.39%201.02.01%201.41c.19.18.44.29.7.29m13-2h-7v2h9c0-1.1-.9-2-2-2%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2013a3%203%200%200%200%202.1-5.14C6.51%207.29%205.75%207%205%207a3%203%200%200%200-2.1%205.14c.59.57%201.35.86%202.1.86m-.71-3.7a1%201%200%200%201%201.41-.02c.4.39.4%201.01.02%201.41c-.2.2-.45.31-.72.31c-.26%200-.51-.1-.7-.28c-.4-.4-.4-1.02-.01-1.42M18%207H9v6h13v-2c0-2.21-1.79-4-4-4m-7%204V9h7c1.1%200%202%20.9%202%202zm-9%205h6v2h8v-2h6v-2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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