seat window icon
seat-window-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- seat-window-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.095-.405T2.61 8q.177 0 .307.11q.131.11.168.286l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.213 0 .356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551 0-.945-.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.712 4.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17 4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSeatWindowOutlineRounded(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.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.095-.405T2.61 8q.177 0 .307.11q.131.11.168.286l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.213 0 .356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551 0-.945-.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.712 4.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17 4z"/></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.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.095-.405T2.61 8q.177 0 .307.11q.131.11.168.286l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.213 0 .356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551 0-.945-.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.712 4.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17 4z"/></svg> </template>
CSS
.icon-seat-window-outline-rounded {
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.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.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.501M6.012%2020q-.69%200-1.244-.443q-.552-.443-.69-1.134L2.11%208.585q-.061-.226.095-.405T2.61%208q.177%200%20.307.11q.131.11.168.286l2.011%209.989q.039.23.27.423q.23.192.461.192h5.635q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551%200-.945-.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.712%204.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17%204z%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.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.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.501M6.012%2020q-.69%200-1.244-.443q-.552-.443-.69-1.134L2.11%208.585q-.061-.226.095-.405T2.61%208q.177%200%20.307.11q.131.11.168.286l2.011%209.989q.039.23.27.423q.23.192.461.192h5.635q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551%200-.945-.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.712%204.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17%204z%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-outline-rounded.svg?color=%231a73e8&size=48