seat cool right icon
seat-cool-right-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- seat-cool-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- seat-cool-right-outline-rounded
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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.821 20q-.413 0-.687-.274t-.274-.687t.274-.688t.687-.274h6.048q.39 0 .74.142t.622.398v-1.369q0-1.577.443-3.079t1.092-2.961l.423-.935q.313-.702.206-1.451t-.64-1.288q-.122-.142-.184-.296t-.062-.313q0-.364.262-.625q.262-.262.625-.262q.327 0 .624.176t.445.492q.268.528.401 1.098q.134.569.134 1.173q0 .342-.04.672t-.147.666l-2.227 8.633q-.142.477-.513.764t-.854.288zm.18-5.53q-.135-.126-.135-.297v-1.97L7.319 13.75q-.128.129-.303.129t-.304-.129t-.139-.294t.12-.294l2.173-2.174V9.75H7.607l-2.135 2.135q-.129.128-.304.128t-.304-.129t-.138-.294t.12-.294L6.391 9.75h-1.95q-.17 0-.306-.126T4 9.327q0-.19.126-.316t.297-.126h1.989L4.866 7.339q-.13-.13-.13-.304t.13-.304t.293-.139q.166-.01.295.12l2.173 2.173h1.238V7.627L6.711 5.473q-.128-.129-.128-.304t.128-.303q.13-.13.295-.139t.294.12l1.565 1.565v-1.97q0-.17.126-.297t.297-.126q.19 0 .317.126t.126.297v1.989l1.565-1.565q.129-.13.304-.13t.304.13t.129.294t-.13.294L9.732 7.646v1.239h1.238l2.193-2.173q.128-.13.294-.13t.294.13q.129.129.129.304t-.129.303l-1.565 1.566h2.007q.171 0 .297.126t.126.297q0 .19-.126.316t-.297.126h-1.988l1.546 1.546q.129.129.129.304t-.129.304t-.294.129t-.294-.13L10.989 9.75H9.73v1.22l2.173 2.192q.129.128.129.294t-.13.294t-.303.129t-.304-.129L9.73 12.185v1.969q0 .171-.126.307t-.297.135T9 14.47"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSeatCoolRightRounded(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="M8.821 20q-.413 0-.687-.274t-.274-.687t.274-.688t.687-.274h6.048q.39 0 .74.142t.622.398v-1.369q0-1.577.443-3.079t1.092-2.961l.423-.935q.313-.702.206-1.451t-.64-1.288q-.122-.142-.184-.296t-.062-.313q0-.364.262-.625q.262-.262.625-.262q.327 0 .624.176t.445.492q.268.528.401 1.098q.134.569.134 1.173q0 .342-.04.672t-.147.666l-2.227 8.633q-.142.477-.513.764t-.854.288zm.18-5.53q-.135-.126-.135-.297v-1.97L7.319 13.75q-.128.129-.303.129t-.304-.129t-.139-.294t.12-.294l2.173-2.174V9.75H7.607l-2.135 2.135q-.129.128-.304.128t-.304-.129t-.138-.294t.12-.294L6.391 9.75h-1.95q-.17 0-.306-.126T4 9.327q0-.19.126-.316t.297-.126h1.989L4.866 7.339q-.13-.13-.13-.304t.13-.304t.293-.139q.166-.01.295.12l2.173 2.173h1.238V7.627L6.711 5.473q-.128-.129-.128-.304t.128-.303q.13-.13.295-.139t.294.12l1.565 1.565v-1.97q0-.17.126-.297t.297-.126q.19 0 .317.126t.126.297v1.989l1.565-1.565q.129-.13.304-.13t.304.13t.129.294t-.13.294L9.732 7.646v1.239h1.238l2.193-2.173q.128-.13.294-.13t.294.13q.129.129.129.304t-.129.303l-1.565 1.566h2.007q.171 0 .297.126t.126.297q0 .19-.126.316t-.297.126h-1.988l1.546 1.546q.129.129.129.304t-.129.304t-.294.129t-.294-.13L10.989 9.75H9.73v1.22l2.173 2.192q.129.128.129.294t-.13.294t-.303.129t-.304-.129L9.73 12.185v1.969q0 .171-.126.307t-.297.135T9 14.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.821 20q-.413 0-.687-.274t-.274-.687t.274-.688t.687-.274h6.048q.39 0 .74.142t.622.398v-1.369q0-1.577.443-3.079t1.092-2.961l.423-.935q.313-.702.206-1.451t-.64-1.288q-.122-.142-.184-.296t-.062-.313q0-.364.262-.625q.262-.262.625-.262q.327 0 .624.176t.445.492q.268.528.401 1.098q.134.569.134 1.173q0 .342-.04.672t-.147.666l-2.227 8.633q-.142.477-.513.764t-.854.288zm.18-5.53q-.135-.126-.135-.297v-1.97L7.319 13.75q-.128.129-.303.129t-.304-.129t-.139-.294t.12-.294l2.173-2.174V9.75H7.607l-2.135 2.135q-.129.128-.304.128t-.304-.129t-.138-.294t.12-.294L6.391 9.75h-1.95q-.17 0-.306-.126T4 9.327q0-.19.126-.316t.297-.126h1.989L4.866 7.339q-.13-.13-.13-.304t.13-.304t.293-.139q.166-.01.295.12l2.173 2.173h1.238V7.627L6.711 5.473q-.128-.129-.128-.304t.128-.303q.13-.13.295-.139t.294.12l1.565 1.565v-1.97q0-.17.126-.297t.297-.126q.19 0 .317.126t.126.297v1.989l1.565-1.565q.129-.13.304-.13t.304.13t.129.294t-.13.294L9.732 7.646v1.239h1.238l2.193-2.173q.128-.13.294-.13t.294.13q.129.129.129.304t-.129.303l-1.565 1.566h2.007q.171 0 .297.126t.126.297q0 .19-.126.316t-.297.126h-1.988l1.546 1.546q.129.129.129.304t-.129.304t-.294.129t-.294-.13L10.989 9.75H9.73v1.22l2.173 2.192q.129.128.129.294t-.13.294t-.303.129t-.304-.129L9.73 12.185v1.969q0 .171-.126.307t-.297.135T9 14.47"/></svg> </template>
CSS
.icon-seat-cool-right-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%22M8.821%2020q-.413%200-.687-.274t-.274-.687t.274-.688t.687-.274h6.048q.39%200%20.74.142t.622.398v-1.369q0-1.577.443-3.079t1.092-2.961l.423-.935q.313-.702.206-1.451t-.64-1.288q-.122-.142-.184-.296t-.062-.313q0-.364.262-.625q.262-.262.625-.262q.327%200%20.624.176t.445.492q.268.528.401%201.098q.134.569.134%201.173q0%20.342-.04.672t-.147.666l-2.227%208.633q-.142.477-.513.764t-.854.288zm.18-5.53q-.135-.126-.135-.297v-1.97L7.319%2013.75q-.128.129-.303.129t-.304-.129t-.139-.294t.12-.294l2.173-2.174V9.75H7.607l-2.135%202.135q-.129.128-.304.128t-.304-.129t-.138-.294t.12-.294L6.391%209.75h-1.95q-.17%200-.306-.126T4%209.327q0-.19.126-.316t.297-.126h1.989L4.866%207.339q-.13-.13-.13-.304t.13-.304t.293-.139q.166-.01.295.12l2.173%202.173h1.238V7.627L6.711%205.473q-.128-.129-.128-.304t.128-.303q.13-.13.295-.139t.294.12l1.565%201.565v-1.97q0-.17.126-.297t.297-.126q.19%200%20.317.126t.126.297v1.989l1.565-1.565q.129-.13.304-.13t.304.13t.129.294t-.13.294L9.732%207.646v1.239h1.238l2.193-2.173q.128-.13.294-.13t.294.13q.129.129.129.304t-.129.303l-1.565%201.566h2.007q.171%200%20.297.126t.126.297q0%20.19-.126.316t-.297.126h-1.988l1.546%201.546q.129.129.129.304t-.129.304t-.294.129t-.294-.13L10.989%209.75H9.73v1.22l2.173%202.192q.129.128.129.294t-.13.294t-.303.129t-.304-.129L9.73%2012.185v1.969q0%20.171-.126.307t-.297.135T9%2014.47%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%22M8.821%2020q-.413%200-.687-.274t-.274-.687t.274-.688t.687-.274h6.048q.39%200%20.74.142t.622.398v-1.369q0-1.577.443-3.079t1.092-2.961l.423-.935q.313-.702.206-1.451t-.64-1.288q-.122-.142-.184-.296t-.062-.313q0-.364.262-.625q.262-.262.625-.262q.327%200%20.624.176t.445.492q.268.528.401%201.098q.134.569.134%201.173q0%20.342-.04.672t-.147.666l-2.227%208.633q-.142.477-.513.764t-.854.288zm.18-5.53q-.135-.126-.135-.297v-1.97L7.319%2013.75q-.128.129-.303.129t-.304-.129t-.139-.294t.12-.294l2.173-2.174V9.75H7.607l-2.135%202.135q-.129.128-.304.128t-.304-.129t-.138-.294t.12-.294L6.391%209.75h-1.95q-.17%200-.306-.126T4%209.327q0-.19.126-.316t.297-.126h1.989L4.866%207.339q-.13-.13-.13-.304t.13-.304t.293-.139q.166-.01.295.12l2.173%202.173h1.238V7.627L6.711%205.473q-.128-.129-.128-.304t.128-.303q.13-.13.295-.139t.294.12l1.565%201.565v-1.97q0-.17.126-.297t.297-.126q.19%200%20.317.126t.126.297v1.989l1.565-1.565q.129-.13.304-.13t.304.13t.129.294t-.13.294L9.732%207.646v1.239h1.238l2.193-2.173q.128-.13.294-.13t.294.13q.129.129.129.304t-.129.303l-1.565%201.566h2.007q.171%200%20.297.126t.126.297q0%20.19-.126.316t-.297.126h-1.988l1.546%201.546q.129.129.129.304t-.129.304t-.294.129t-.294-.13L10.989%209.75H9.73v1.22l2.173%202.192q.129.128.129.294t-.13.294t-.303.129t-.304-.129L9.73%2012.185v1.969q0%20.171-.126.307t-.297.135T9%2014.47%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-right-rounded.svg?color=%231a73e8&size=48