airplane seat icon

airplane-seat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
airplane-seat
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the airplane seat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.482 18h9.49c1.12 0 2.028-.892 2.028-1.993c0-1.507-2.028-1.993-2.028-1.993S14.284 12.596 10 14c0 0-.139-5.127-2.29-10.83c-.425-1.124-1.809-1.508-2.825-.843a1.94 1.94 0 0 0-.846 2.01l2.454 12.06A2.02 2.02 0 0 0 8.482 18m4.018-7.5H18M16 18l-3 4m0 0H8m5 0h5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirplaneSeat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.482 18h9.49c1.12 0 2.028-.892 2.028-1.993c0-1.507-2.028-1.993-2.028-1.993S14.284 12.596 10 14c0 0-.139-5.127-2.29-10.83c-.425-1.124-1.809-1.508-2.825-.843a1.94 1.94 0 0 0-.846 2.01l2.454 12.06A2.02 2.02 0 0 0 8.482 18m4.018-7.5H18M16 18l-3 4m0 0H8m5 0h5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.482 18h9.49c1.12 0 2.028-.892 2.028-1.993c0-1.507-2.028-1.993-2.028-1.993S14.284 12.596 10 14c0 0-.139-5.127-2.29-10.83c-.425-1.124-1.809-1.508-2.825-.843a1.94 1.94 0 0 0-.846 2.01l2.454 12.06A2.02 2.02 0 0 0 8.482 18m4.018-7.5H18M16 18l-3 4m0 0H8m5 0h5"/></svg>
</template>

CSS

.icon-airplane-seat {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.482%2018h9.49c1.12%200%202.028-.892%202.028-1.993c0-1.507-2.028-1.993-2.028-1.993S14.284%2012.596%2010%2014c0%200-.139-5.127-2.29-10.83c-.425-1.124-1.809-1.508-2.825-.843a1.94%201.94%200%200%200-.846%202.01l2.454%2012.06A2.02%202.02%200%200%200%208.482%2018m4.018-7.5H18M16%2018l-3%204m0%200H8m5%200h5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.482%2018h9.49c1.12%200%202.028-.892%202.028-1.993c0-1.507-2.028-1.993-2.028-1.993S14.284%2012.596%2010%2014c0%200-.139-5.127-2.29-10.83c-.425-1.124-1.809-1.508-2.825-.843a1.94%201.94%200%200%200-.846%202.01l2.454%2012.06A2.02%202.02%200%200%200%208.482%2018m4.018-7.5H18M16%2018l-3%204m0%200H8m5%200h5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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