seat flat angled icon

seat-flat-angled from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
seat-flat-angled
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
airline-seat-flat-angled

Related icons in Material Design Icons

Use the seat flat angled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.25 14.29l-.69 1.89L9.2 11.71l2.08-5.66l8.56 3.09c2.1.76 3.16 3.06 2.41 5.15M1.5 12.14L8 14.5V19h8v-1.63L20.5 19l.71-1.89l-19.02-6.86m5.11-.05c1.49-.7 2.12-2.51 1.41-4S6.2 4.08 4.7 4.8c-1.49.7-2.12 2.5-1.4 4c.7 1.49 2.5 2.12 4 1.4"/></svg>

React

import type { SVGProps } from "react";

export function MdiSeatFlatAngled(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="m22.25 14.29l-.69 1.89L9.2 11.71l2.08-5.66l8.56 3.09c2.1.76 3.16 3.06 2.41 5.15M1.5 12.14L8 14.5V19h8v-1.63L20.5 19l.71-1.89l-19.02-6.86m5.11-.05c1.49-.7 2.12-2.51 1.41-4S6.2 4.08 4.7 4.8c-1.49.7-2.12 2.5-1.4 4c.7 1.49 2.5 2.12 4 1.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.25 14.29l-.69 1.89L9.2 11.71l2.08-5.66l8.56 3.09c2.1.76 3.16 3.06 2.41 5.15M1.5 12.14L8 14.5V19h8v-1.63L20.5 19l.71-1.89l-19.02-6.86m5.11-.05c1.49-.7 2.12-2.51 1.41-4S6.2 4.08 4.7 4.8c-1.49.7-2.12 2.5-1.4 4c.7 1.49 2.5 2.12 4 1.4"/></svg>
</template>

CSS

.icon-seat-flat-angled {
  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%22m22.25%2014.29l-.69%201.89L9.2%2011.71l2.08-5.66l8.56%203.09c2.1.76%203.16%203.06%202.41%205.15M1.5%2012.14L8%2014.5V19h8v-1.63L20.5%2019l.71-1.89l-19.02-6.86m5.11-.05c1.49-.7%202.12-2.51%201.41-4S6.2%204.08%204.7%204.8c-1.49.7-2.12%202.5-1.4%204c.7%201.49%202.5%202.12%204%201.4%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%22m22.25%2014.29l-.69%201.89L9.2%2011.71l2.08-5.66l8.56%203.09c2.1.76%203.16%203.06%202.41%205.15M1.5%2012.14L8%2014.5V19h8v-1.63L20.5%2019l.71-1.89l-19.02-6.86m5.11-.05c1.49-.7%202.12-2.51%201.41-4S6.2%204.08%204.7%204.8c-1.49.7-2.12%202.5-1.4%204c.7%201.49%202.5%202.12%204%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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