round airline seat flat angled icon

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

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

More notification icons from Google Material Icons

Use the round airline 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.71l1.39-3.79a2.007 2.007 0 0 1 2.56-1.19l6.69 2.41a4 4 0 0 1 2.41 5.15m-19.8-1.81l5.55 2V18c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.63l3.58 1.29c.52.19 1.1-.08 1.29-.6s-.08-1.1-.6-1.29L3.13 10.59c-.52-.19-1.1.08-1.29.6c-.18.52.09 1.1.61 1.29M7.3 10.2a3.01 3.01 0 0 0 1.41-4A3.005 3.005 0 0 0 4.7 4.8a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 4 1.4"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAirlineSeatFlatAngled(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.71l1.39-3.79a2.007 2.007 0 0 1 2.56-1.19l6.69 2.41a4 4 0 0 1 2.41 5.15m-19.8-1.81l5.55 2V18c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.63l3.58 1.29c.52.19 1.1-.08 1.29-.6s-.08-1.1-.6-1.29L3.13 10.59c-.52-.19-1.1.08-1.29.6c-.18.52.09 1.1.61 1.29M7.3 10.2a3.01 3.01 0 0 0 1.41-4A3.005 3.005 0 0 0 4.7 4.8a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 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.71l1.39-3.79a2.007 2.007 0 0 1 2.56-1.19l6.69 2.41a4 4 0 0 1 2.41 5.15m-19.8-1.81l5.55 2V18c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.63l3.58 1.29c.52.19 1.1-.08 1.29-.6s-.08-1.1-.6-1.29L3.13 10.59c-.52-.19-1.1.08-1.29.6c-.18.52.09 1.1.61 1.29M7.3 10.2a3.01 3.01 0 0 0 1.41-4A3.005 3.005 0 0 0 4.7 4.8a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 4 1.4"/></svg>
</template>

CSS

.icon-round-airline-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.71l1.39-3.79a2.007%202.007%200%200%201%202.56-1.19l6.69%202.41a4%204%200%200%201%202.41%205.15m-19.8-1.81l5.55%202V18c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-.63l3.58%201.29c.52.19%201.1-.08%201.29-.6s-.08-1.1-.6-1.29L3.13%2010.59c-.52-.19-1.1.08-1.29.6c-.18.52.09%201.1.61%201.29M7.3%2010.2a3.01%203.01%200%200%200%201.41-4A3.005%203.005%200%200%200%204.7%204.8a2.99%202.99%200%200%200-1.4%204a2.99%202.99%200%200%200%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.71l1.39-3.79a2.007%202.007%200%200%201%202.56-1.19l6.69%202.41a4%204%200%200%201%202.41%205.15m-19.8-1.81l5.55%202V18c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-.63l3.58%201.29c.52.19%201.1-.08%201.29-.6s-.08-1.1-.6-1.29L3.13%2010.59c-.52-.19-1.1.08-1.29.6c-.18.52.09%201.1.61%201.29M7.3%2010.2a3.01%203.01%200%200%200%201.41-4A3.005%203.005%200%200%200%204.7%204.8a2.99%202.99%200%200%200-1.4%204a2.99%202.99%200%200%200%204%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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