airline seat recline extra icon

airline-seat-recline-extra from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
airline-seat-recline-extra
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
airline-seat-recline-extra-outline

2 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the airline seat recline extra icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 6q-.825 0-1.412-.587T6.5 4t.588-1.412T8.5 2t1.413.588T10.5 4t-.587 1.413T8.5 6M14 20H7.55q-.825 0-1.512-.587T5.175 18L3 7h2.05l2.2 11H14zm5.5 2l-2.9-5H9.65q-.725 0-1.263-.437T7.7 15.4l-1.1-5.35q-.275-1.2.563-2.125T9.2 7q.875 0 1.588.525T11.7 8.95L12.8 14h3.25q.525 0 .975.275t.725.725l3.5 6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirlineSeatReclineExtra(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="M8.5 6q-.825 0-1.412-.587T6.5 4t.588-1.412T8.5 2t1.413.588T10.5 4t-.587 1.413T8.5 6M14 20H7.55q-.825 0-1.512-.587T5.175 18L3 7h2.05l2.2 11H14zm5.5 2l-2.9-5H9.65q-.725 0-1.263-.437T7.7 15.4l-1.1-5.35q-.275-1.2.563-2.125T9.2 7q.875 0 1.588.525T11.7 8.95L12.8 14h3.25q.525 0 .975.275t.725.725l3.5 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 6q-.825 0-1.412-.587T6.5 4t.588-1.412T8.5 2t1.413.588T10.5 4t-.587 1.413T8.5 6M14 20H7.55q-.825 0-1.512-.587T5.175 18L3 7h2.05l2.2 11H14zm5.5 2l-2.9-5H9.65q-.725 0-1.263-.437T7.7 15.4l-1.1-5.35q-.275-1.2.563-2.125T9.2 7q.875 0 1.588.525T11.7 8.95L12.8 14h3.25q.525 0 .975.275t.725.725l3.5 6z"/></svg>
</template>

CSS

.icon-airline-seat-recline-extra {
  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%22M8.5%206q-.825%200-1.412-.587T6.5%204t.588-1.412T8.5%202t1.413.588T10.5%204t-.587%201.413T8.5%206M14%2020H7.55q-.825%200-1.512-.587T5.175%2018L3%207h2.05l2.2%2011H14zm5.5%202l-2.9-5H9.65q-.725%200-1.263-.437T7.7%2015.4l-1.1-5.35q-.275-1.2.563-2.125T9.2%207q.875%200%201.588.525T11.7%208.95L12.8%2014h3.25q.525%200%20.975.275t.725.725l3.5%206z%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%22M8.5%206q-.825%200-1.412-.587T6.5%204t.588-1.412T8.5%202t1.413.588T10.5%204t-.587%201.413T8.5%206M14%2020H7.55q-.825%200-1.512-.587T5.175%2018L3%207h2.05l2.2%2011H14zm5.5%202l-2.9-5H9.65q-.725%200-1.263-.437T7.7%2015.4l-1.1-5.35q-.275-1.2.563-2.125T9.2%207q.875%200%201.588.525T11.7%208.95L12.8%2014h3.25q.525%200%20.975.275t.725.725l3.5%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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