outline airline seat flat angled icon
outline-airline-seat-flat-angled from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- outline-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
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the outline 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="M6 6.5c.31 0 .7.15.9.56c.24.5.02 1.1-.47 1.34a.98.98 0 0 1-1.32-.46a.986.986 0 0 1 .46-1.34c.14-.06.28-.1.43-.1m6.47 2.11l6.69 2.41c.52.19.93.56 1.15 1.05c.22.48.25 1.03.06 1.53l-.01.02l-8.59-3.11zM10 15.19l4 1.44V17h-4zM6 4.5c-.44 0-.88.1-1.3.3a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 4 1.4a3.01 3.01 0 0 0 1.41-4A3.01 3.01 0 0 0 6 4.5m5.28 1.55L9.2 11.71l12.36 4.47l.69-1.89a4 4 0 0 0-2.41-5.15zm-9.09 4.2l-.69 1.89L8 14.48V19h8v-1.63L20.52 19l.69-1.89z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineAirlineSeatFlatAngled(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="M6 6.5c.31 0 .7.15.9.56c.24.5.02 1.1-.47 1.34a.98.98 0 0 1-1.32-.46a.986.986 0 0 1 .46-1.34c.14-.06.28-.1.43-.1m6.47 2.11l6.69 2.41c.52.19.93.56 1.15 1.05c.22.48.25 1.03.06 1.53l-.01.02l-8.59-3.11zM10 15.19l4 1.44V17h-4zM6 4.5c-.44 0-.88.1-1.3.3a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 4 1.4a3.01 3.01 0 0 0 1.41-4A3.01 3.01 0 0 0 6 4.5m5.28 1.55L9.2 11.71l12.36 4.47l.69-1.89a4 4 0 0 0-2.41-5.15zm-9.09 4.2l-.69 1.89L8 14.48V19h8v-1.63L20.52 19l.69-1.89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 6.5c.31 0 .7.15.9.56c.24.5.02 1.1-.47 1.34a.98.98 0 0 1-1.32-.46a.986.986 0 0 1 .46-1.34c.14-.06.28-.1.43-.1m6.47 2.11l6.69 2.41c.52.19.93.56 1.15 1.05c.22.48.25 1.03.06 1.53l-.01.02l-8.59-3.11zM10 15.19l4 1.44V17h-4zM6 4.5c-.44 0-.88.1-1.3.3a2.99 2.99 0 0 0-1.4 4a2.99 2.99 0 0 0 4 1.4a3.01 3.01 0 0 0 1.41-4A3.01 3.01 0 0 0 6 4.5m5.28 1.55L9.2 11.71l12.36 4.47l.69-1.89a4 4 0 0 0-2.41-5.15zm-9.09 4.2l-.69 1.89L8 14.48V19h8v-1.63L20.52 19l.69-1.89z"/></svg> </template>
CSS
.icon-outline-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%22M6%206.5c.31%200%20.7.15.9.56c.24.5.02%201.1-.47%201.34a.98.98%200%200%201-1.32-.46a.986.986%200%200%201%20.46-1.34c.14-.06.28-.1.43-.1m6.47%202.11l6.69%202.41c.52.19.93.56%201.15%201.05c.22.48.25%201.03.06%201.53l-.01.02l-8.59-3.11zM10%2015.19l4%201.44V17h-4zM6%204.5c-.44%200-.88.1-1.3.3a2.99%202.99%200%200%200-1.4%204a2.99%202.99%200%200%200%204%201.4a3.01%203.01%200%200%200%201.41-4A3.01%203.01%200%200%200%206%204.5m5.28%201.55L9.2%2011.71l12.36%204.47l.69-1.89a4%204%200%200%200-2.41-5.15zm-9.09%204.2l-.69%201.89L8%2014.48V19h8v-1.63L20.52%2019l.69-1.89z%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%22M6%206.5c.31%200%20.7.15.9.56c.24.5.02%201.1-.47%201.34a.98.98%200%200%201-1.32-.46a.986.986%200%200%201%20.46-1.34c.14-.06.28-.1.43-.1m6.47%202.11l6.69%202.41c.52.19.93.56%201.15%201.05c.22.48.25%201.03.06%201.53l-.01.02l-8.59-3.11zM10%2015.19l4%201.44V17h-4zM6%204.5c-.44%200-.88.1-1.3.3a2.99%202.99%200%200%200-1.4%204a2.99%202.99%200%200%200%204%201.4a3.01%203.01%200%200%200%201.41-4A3.01%203.01%200%200%200%206%204.5m5.28%201.55L9.2%2011.71l12.36%204.47l.69-1.89a4%204%200%200%200-2.41-5.15zm-9.09%204.2l-.69%201.89L8%2014.48V19h8v-1.63L20.52%2019l.69-1.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-airline-seat-flat-angled.svg?color=%231a73e8&size=48