seat-window from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
seat-window
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the seat window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSeatWindow(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="M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116z"/></svg>
</template>

CSS

.icon-seat-window {
  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%22M14.175%209q-.273%200-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274%200%20.476.162t.282.429l1.271%204.384q.106.385-.133.705q-.24.32-.643.32zM5.846%207.577q-.69%200-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5%201.191q0%20.691-.5%201.192t-1.192.501M11.962%2020h-5.95q-.69%200-1.244-.443q-.552-.443-.69-1.134L2%208h1.012l2.084%2010.385q.038.23.27.423q.23.192.461.192h6.134zm5.077%202.385L14.484%2018H7.267q-.552%200-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722%201.592-.722q.702%200%201.29.419t.749%201.146L9.954%2016h3.711q.39%200%20.726.198q.334.198.551.571l2.962%205.116z%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%22M14.175%209q-.273%200-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274%200%20.476.162t.282.429l1.271%204.384q.106.385-.133.705q-.24.32-.643.32zM5.846%207.577q-.69%200-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5%201.191q0%20.691-.5%201.192t-1.192.501M11.962%2020h-5.95q-.69%200-1.244-.443q-.552-.443-.69-1.134L2%208h1.012l2.084%2010.385q.038.23.27.423q.23.192.461.192h6.134zm5.077%202.385L14.484%2018H7.267q-.552%200-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722%201.592-.722q.702%200%201.29.419t.749%201.146L9.954%2016h3.711q.39%200%20.726.198q.334.198.551.571l2.962%205.116z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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