seat cool left icon
seat-cool-left-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- seat-cool-left-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- seat-cool-left-outline-sharp
2 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 cool left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 20H6.692l-2.505-9.684q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h5.561q.6 0 1.024.414q.425.415.425 1.009zm-1.87-5.404v-2.412l-1.86 1.88l-.608-.608l2.467-2.487V9.75h-1.258l-2.467 2.448l-.608-.607l1.86-1.841H9.385v-.865h2.43l-1.878-1.86l.607-.608l2.487 2.468h1.238v-1.24L11.802 5.16l.608-.607l1.86 1.879V4.019h.865v2.392l1.86-1.859l.607.608l-2.468 2.467v1.258h1.239l2.467-2.468l.608.608l-1.86 1.86H20v.865h-2.392l1.84 1.84l-.607.608l-2.449-2.448h-1.257v1.239l2.467 2.467l-.608.608l-1.86-1.86v2.392z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSeatCoolLeftSharp(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="M16.14 20H6.692l-2.505-9.684q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h5.561q.6 0 1.024.414q.425.415.425 1.009zm-1.87-5.404v-2.412l-1.86 1.88l-.608-.608l2.467-2.487V9.75h-1.258l-2.467 2.448l-.608-.607l1.86-1.841H9.385v-.865h2.43l-1.878-1.86l.607-.608l2.487 2.468h1.238v-1.24L11.802 5.16l.608-.607l1.86 1.879V4.019h.865v2.392l1.86-1.859l.607.608l-2.468 2.467v1.258h1.239l2.467-2.468l.608.608l-1.86 1.86H20v.865h-2.392l1.84 1.84l-.607.608l-2.449-2.448h-1.257v1.239l2.467 2.467l-.608.608l-1.86-1.86v2.392z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 20H6.692l-2.505-9.684q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h5.561q.6 0 1.024.414q.425.415.425 1.009zm-1.87-5.404v-2.412l-1.86 1.88l-.608-.608l2.467-2.487V9.75h-1.258l-2.467 2.448l-.608-.607l1.86-1.841H9.385v-.865h2.43l-1.878-1.86l.607-.608l2.487 2.468h1.238v-1.24L11.802 5.16l.608-.607l1.86 1.879V4.019h.865v2.392l1.86-1.859l.607.608l-2.468 2.467v1.258h1.239l2.467-2.468l.608.608l-1.86 1.86H20v.865h-2.392l1.84 1.84l-.607.608l-2.449-2.448h-1.257v1.239l2.467 2.467l-.608.608l-1.86-1.86v2.392z"/></svg> </template>
CSS
.icon-seat-cool-left-sharp {
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%22M16.14%2020H6.692l-2.505-9.684q-.1-.337-.144-.667T4%208.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363%200%20.625.262q.261.262.261.625q0%20.16-.061.314q-.062.153-.185.296q-.532.538-.64%201.287q-.106.75.208%201.451l.423.935q.648%201.46%201.091%202.961t.443%203.079v1.37q.272-.256.622-.399t.74-.142h5.561q.6%200%201.024.414q.425.415.425%201.009zm-1.87-5.404v-2.412l-1.86%201.88l-.608-.608l2.467-2.487V9.75h-1.258l-2.467%202.448l-.608-.607l1.86-1.841H9.385v-.865h2.43l-1.878-1.86l.607-.608l2.487%202.468h1.238v-1.24L11.802%205.16l.608-.607l1.86%201.879V4.019h.865v2.392l1.86-1.859l.607.608l-2.468%202.467v1.258h1.239l2.467-2.468l.608.608l-1.86%201.86H20v.865h-2.392l1.84%201.84l-.607.608l-2.449-2.448h-1.257v1.239l2.467%202.467l-.608.608l-1.86-1.86v2.392z%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%22M16.14%2020H6.692l-2.505-9.684q-.1-.337-.144-.667T4%208.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363%200%20.625.262q.261.262.261.625q0%20.16-.061.314q-.062.153-.185.296q-.532.538-.64%201.287q-.106.75.208%201.451l.423.935q.648%201.46%201.091%202.961t.443%203.079v1.37q.272-.256.622-.399t.74-.142h5.561q.6%200%201.024.414q.425.415.425%201.009zm-1.87-5.404v-2.412l-1.86%201.88l-.608-.608l2.467-2.487V9.75h-1.258l-2.467%202.448l-.608-.607l1.86-1.841H9.385v-.865h2.43l-1.878-1.86l.607-.608l2.487%202.468h1.238v-1.24L11.802%205.16l.608-.607l1.86%201.879V4.019h.865v2.392l1.86-1.859l.607.608l-2.468%202.467v1.258h1.239l2.467-2.468l.608.608l-1.86%201.86H20v.865h-2.392l1.84%201.84l-.607.608l-2.449-2.448h-1.257v1.239l2.467%202.467l-.608.608l-1.86-1.86v2.392z%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-cool-left-sharp.svg?color=%231a73e8&size=48