seat recline extra icon
seat-recline-extra from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- seat-recline-extra
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- airline-seat-recline-extra
Related icons in Material Design Icons
Use the 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="M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79c.64-.9 1.88-1.12 2.79-.49c.9.64 1.12 1.88.49 2.79c-.64.9-1.88 1.12-2.79.49M16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l2 9.76A4.99 4.99 0 0 0 8.94 21H16m.23-6h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14 7.47c-.23-.18-.49-.3-.76-.38a2.2 2.2 0 0 0-.99-.06h-.02a2.27 2.27 0 0 0-1.84 2.61l1.35 5.92A2.99 2.99 0 0 0 9.83 18h6.85l3.82 3l1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiSeatReclineExtra(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.35 5.64c-.9-.64-1.12-1.88-.49-2.79c.64-.9 1.88-1.12 2.79-.49c.9.64 1.12 1.88.49 2.79c-.64.9-1.88 1.12-2.79.49M16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l2 9.76A4.99 4.99 0 0 0 8.94 21H16m.23-6h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14 7.47c-.23-.18-.49-.3-.76-.38a2.2 2.2 0 0 0-.99-.06h-.02a2.27 2.27 0 0 0-1.84 2.61l1.35 5.92A2.99 2.99 0 0 0 9.83 18h6.85l3.82 3l1.5-1.5"/></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.35 5.64c-.9-.64-1.12-1.88-.49-2.79c.64-.9 1.88-1.12 2.79-.49c.9.64 1.12 1.88.49 2.79c-.64.9-1.88 1.12-2.79.49M16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l2 9.76A4.99 4.99 0 0 0 8.94 21H16m.23-6h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14 7.47c-.23-.18-.49-.3-.76-.38a2.2 2.2 0 0 0-.99-.06h-.02a2.27 2.27 0 0 0-1.84 2.61l1.35 5.92A2.99 2.99 0 0 0 9.83 18h6.85l3.82 3l1.5-1.5"/></svg> </template>
CSS
.icon-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%22M5.35%205.64c-.9-.64-1.12-1.88-.49-2.79c.64-.9%201.88-1.12%202.79-.49c.9.64%201.12%201.88.49%202.79c-.64.9-1.88%201.12-2.79.49M16%2019H8.93c-1.48%200-2.74-1.08-2.96-2.54L4%207H2l2%209.76A4.99%204.99%200%200%200%208.94%2021H16m.23-6h-4.88l-1.03-4.1c1.58.89%203.28%201.54%205.15%201.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14%207.47c-.23-.18-.49-.3-.76-.38a2.2%202.2%200%200%200-.99-.06h-.02a2.27%202.27%200%200%200-1.84%202.61l1.35%205.92A2.99%202.99%200%200%200%209.83%2018h6.85l3.82%203l1.5-1.5%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.35%205.64c-.9-.64-1.12-1.88-.49-2.79c.64-.9%201.88-1.12%202.79-.49c.9.64%201.12%201.88.49%202.79c-.64.9-1.88%201.12-2.79.49M16%2019H8.93c-1.48%200-2.74-1.08-2.96-2.54L4%207H2l2%209.76A4.99%204.99%200%200%200%208.94%2021H16m.23-6h-4.88l-1.03-4.1c1.58.89%203.28%201.54%205.15%201.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14%207.47c-.23-.18-.49-.3-.76-.38a2.2%202.2%200%200%200-.99-.06h-.02a2.27%202.27%200%200%200-1.84%202.61l1.35%205.92A2.99%202.99%200%200%200%209.83%2018h6.85l3.82%203l1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/seat-recline-extra.svg?color=%231a73e8&size=48