seat icon
seat-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- seat-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
seatEmoji One (Colored)seat-16-filledFluent UI System IconsseatFluent EmojiseatFluent Emoji FlatseatFluent Emoji High ContrastseatFirefox OS EmojiseatIconParkseatIconPark OutlineseatIconPark SolidseatIconPark TwoToneseatMaterial Design Iconsseat-fillMingCute IconseatNoto EmojiseatOpenMojiseatSimple IconsseatTwitter Emoji
Use the seat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 232a6 6 0 0 1-6 6H112a6 6 0 1 1 0-12h104a6 6 0 0 1 6 6m0-72v32a14 14 0 0 1-14 14h-93.89a13.94 13.94 0 0 1-12.53-7.74l-58.11-116a14.06 14.06 0 0 1 0-12.52l22.12-44a14 14 0 0 1 18.58-6.35l33.74 14.24l.34.17a14 14 0 0 1 6.27 18.78l-.09.16l-14.25 26.42a2 2 0 0 0 0 1.73l31.78 64a2 2 0 0 0 1.78 1.09H208A14 14 0 0 1 222 160m-12 0a2 2 0 0 0-2-2h-64.23a13.94 13.94 0 0 1-12.52-7.74l-31.78-64a14 14 0 0 1 0-12.5l.09-.17l14.25-26.42a2 2 0 0 0 .08-1.47a2 2 0 0 0-.89-1.1L79.35 30.37l-.35-.16a2 2 0 0 0-.89-.21a2 2 0 0 0-1.79 1.1l-22.12 44a2 2 0 0 0 0 1.78l58.12 116a2 2 0 0 0 1.79 1.11H208a2 2 0 0 0 2-2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSeatLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 232a6 6 0 0 1-6 6H112a6 6 0 1 1 0-12h104a6 6 0 0 1 6 6m0-72v32a14 14 0 0 1-14 14h-93.89a13.94 13.94 0 0 1-12.53-7.74l-58.11-116a14.06 14.06 0 0 1 0-12.52l22.12-44a14 14 0 0 1 18.58-6.35l33.74 14.24l.34.17a14 14 0 0 1 6.27 18.78l-.09.16l-14.25 26.42a2 2 0 0 0 0 1.73l31.78 64a2 2 0 0 0 1.78 1.09H208A14 14 0 0 1 222 160m-12 0a2 2 0 0 0-2-2h-64.23a13.94 13.94 0 0 1-12.52-7.74l-31.78-64a14 14 0 0 1 0-12.5l.09-.17l14.25-26.42a2 2 0 0 0 .08-1.47a2 2 0 0 0-.89-1.1L79.35 30.37l-.35-.16a2 2 0 0 0-.89-.21a2 2 0 0 0-1.79 1.1l-22.12 44a2 2 0 0 0 0 1.78l58.12 116a2 2 0 0 0 1.79 1.11H208a2 2 0 0 0 2-2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 232a6 6 0 0 1-6 6H112a6 6 0 1 1 0-12h104a6 6 0 0 1 6 6m0-72v32a14 14 0 0 1-14 14h-93.89a13.94 13.94 0 0 1-12.53-7.74l-58.11-116a14.06 14.06 0 0 1 0-12.52l22.12-44a14 14 0 0 1 18.58-6.35l33.74 14.24l.34.17a14 14 0 0 1 6.27 18.78l-.09.16l-14.25 26.42a2 2 0 0 0 0 1.73l31.78 64a2 2 0 0 0 1.78 1.09H208A14 14 0 0 1 222 160m-12 0a2 2 0 0 0-2-2h-64.23a13.94 13.94 0 0 1-12.52-7.74l-31.78-64a14 14 0 0 1 0-12.5l.09-.17l14.25-26.42a2 2 0 0 0 .08-1.47a2 2 0 0 0-.89-1.1L79.35 30.37l-.35-.16a2 2 0 0 0-.89-.21a2 2 0 0 0-1.79 1.1l-22.12 44a2 2 0 0 0 0 1.78l58.12 116a2 2 0 0 0 1.79 1.11H208a2 2 0 0 0 2-2Z"/></svg> </template>
CSS
.icon-seat-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222%20232a6%206%200%200%201-6%206H112a6%206%200%201%201%200-12h104a6%206%200%200%201%206%206m0-72v32a14%2014%200%200%201-14%2014h-93.89a13.94%2013.94%200%200%201-12.53-7.74l-58.11-116a14.06%2014.06%200%200%201%200-12.52l22.12-44a14%2014%200%200%201%2018.58-6.35l33.74%2014.24l.34.17a14%2014%200%200%201%206.27%2018.78l-.09.16l-14.25%2026.42a2%202%200%200%200%200%201.73l31.78%2064a2%202%200%200%200%201.78%201.09H208A14%2014%200%200%201%20222%20160m-12%200a2%202%200%200%200-2-2h-64.23a13.94%2013.94%200%200%201-12.52-7.74l-31.78-64a14%2014%200%200%201%200-12.5l.09-.17l14.25-26.42a2%202%200%200%200%20.08-1.47a2%202%200%200%200-.89-1.1L79.35%2030.37l-.35-.16a2%202%200%200%200-.89-.21a2%202%200%200%200-1.79%201.1l-22.12%2044a2%202%200%200%200%200%201.78l58.12%20116a2%202%200%200%200%201.79%201.11H208a2%202%200%200%200%202-2Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222%20232a6%206%200%200%201-6%206H112a6%206%200%201%201%200-12h104a6%206%200%200%201%206%206m0-72v32a14%2014%200%200%201-14%2014h-93.89a13.94%2013.94%200%200%201-12.53-7.74l-58.11-116a14.06%2014.06%200%200%201%200-12.52l22.12-44a14%2014%200%200%201%2018.58-6.35l33.74%2014.24l.34.17a14%2014%200%200%201%206.27%2018.78l-.09.16l-14.25%2026.42a2%202%200%200%200%200%201.73l31.78%2064a2%202%200%200%200%201.78%201.09H208A14%2014%200%200%201%20222%20160m-12%200a2%202%200%200%200-2-2h-64.23a13.94%2013.94%200%200%201-12.52-7.74l-31.78-64a14%2014%200%200%201%200-12.5l.09-.17l14.25-26.42a2%202%200%200%200%20.08-1.47a2%202%200%200%200-.89-1.1L79.35%2030.37l-.35-.16a2%202%200%200%200-.89-.21a2%202%200%200%200-1.79%201.1l-22.12%2044a2%202%200%200%200%200%201.78l58.12%20116a2%202%200%200%200%201.79%201.11H208a2%202%200%200%200%202-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seat-light.svg?color=%231a73e8&size=48