seat selector icon

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

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

Use the seat selector icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 18v-6.5a1.5 1.5 0 0 0-3 0V16a2 2 0 0 0 2 2zm13-2v-4.5a1.5 1.5 0 0 0-3 0V18h1a2 2 0 0 0 2-2m-3-2H7v4h10zm-2.5 8h-5v-4h5zM7 22h10"/><path d="M18.5 10V8c0-2.828 0-4.243-.879-5.121C16.743 2 15.328 2 12.5 2h-1c-2.828 0-4.243 0-5.121.879C5.5 3.757 5.5 5.172 5.5 8v2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSeatSelector(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 18v-6.5a1.5 1.5 0 0 0-3 0V16a2 2 0 0 0 2 2zm13-2v-4.5a1.5 1.5 0 0 0-3 0V18h1a2 2 0 0 0 2-2m-3-2H7v4h10zm-2.5 8h-5v-4h5zM7 22h10"/><path d="M18.5 10V8c0-2.828 0-4.243-.879-5.121C16.743 2 15.328 2 12.5 2h-1c-2.828 0-4.243 0-5.121.879C5.5 3.757 5.5 5.172 5.5 8v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 18v-6.5a1.5 1.5 0 0 0-3 0V16a2 2 0 0 0 2 2zm13-2v-4.5a1.5 1.5 0 0 0-3 0V18h1a2 2 0 0 0 2-2m-3-2H7v4h10zm-2.5 8h-5v-4h5zM7 22h10"/><path d="M18.5 10V8c0-2.828 0-4.243-.879-5.121C16.743 2 15.328 2 12.5 2h-1c-2.828 0-4.243 0-5.121.879C5.5 3.757 5.5 5.172 5.5 8v2"/></g></svg>
</template>

CSS

.icon-seat-selector {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2018v-6.5a1.5%201.5%200%200%200-3%200V16a2%202%200%200%200%202%202zm13-2v-4.5a1.5%201.5%200%200%200-3%200V18h1a2%202%200%200%200%202-2m-3-2H7v4h10zm-2.5%208h-5v-4h5zM7%2022h10%22%2F%3E%3Cpath%20d%3D%22M18.5%2010V8c0-2.828%200-4.243-.879-5.121C16.743%202%2015.328%202%2012.5%202h-1c-2.828%200-4.243%200-5.121.879C5.5%203.757%205.5%205.172%205.5%208v2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2018v-6.5a1.5%201.5%200%200%200-3%200V16a2%202%200%200%200%202%202zm13-2v-4.5a1.5%201.5%200%200%200-3%200V18h1a2%202%200%200%200%202-2m-3-2H7v4h10zm-2.5%208h-5v-4h5zM7%2022h10%22%2F%3E%3Cpath%20d%3D%22M18.5%2010V8c0-2.828%200-4.243-.879-5.121C16.743%202%2015.328%202%2012.5%202h-1c-2.828%200-4.243%200-5.121.879C5.5%203.757%205.5%205.172%205.5%208v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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