seat cool right icon
seat-cool-right-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- seat-cool-right-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- seat-cool-right-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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.475 21q-.625 0-1.062-.437T6.975 19.5t.438-1.062T8.475 18H14.1q.525 0 1 .2t.9.475v-1.1q0-1.75.463-3.425t1.187-3.25l.5-1.05q.275-.625.188-1.287T17.775 7.4q-.2-.2-.3-.45t-.1-.525q0-.575.425-1t1-.425q.5 0 .913.263t.637.712q.325.625.488 1.3T21 8.65q0 .4-.05.788t-.175.762l-2.4 9.325q-.2.65-.725 1.063t-1.2.412zm-.012-6.212q-.213-.213-.213-.538V12.8L7.05 14q-.225.225-.525.225T6 14t-.225-.525T6 12.95l2.25-2.25v-.95H7.3L5.05 12q-.225.225-.525.225T4 12t-.225-.525T4 10.95l1.2-1.2H3.75q-.325 0-.538-.213T3 9t.213-.537t.537-.213H5.2L4 7.05q-.225-.225-.225-.525T4 6t.525-.225T5.05 6L7.3 8.25h.95V7.3L6 5.05q-.225-.225-.225-.525T6 4t.525-.225T7.05 4l1.2 1.2V3.75q0-.325.213-.538T9 3t.538.213t.212.537V5.2l1.2-1.2q.225-.225.525-.225T12 4t.225.525T12 5.05L9.75 7.3v.95h.95L12.95 6q.225-.225.525-.225T14 6t.225.525T14 7.05l-1.2 1.2h1.45q.325 0 .538.213T15 9t-.213.538t-.537.212H12.8l1.2 1.2q.225.225.225.525T14 12t-.525.225T12.95 12L10.7 9.75h-.95v.95L12 12.95q.225.225.225.525T12 14t-.525.225T10.95 14l-1.2-1.2v1.45q0 .325-.213.538T9 15t-.537-.213"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSeatCoolRightRounded(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.475 21q-.625 0-1.062-.437T6.975 19.5t.438-1.062T8.475 18H14.1q.525 0 1 .2t.9.475v-1.1q0-1.75.463-3.425t1.187-3.25l.5-1.05q.275-.625.188-1.287T17.775 7.4q-.2-.2-.3-.45t-.1-.525q0-.575.425-1t1-.425q.5 0 .913.263t.637.712q.325.625.488 1.3T21 8.65q0 .4-.05.788t-.175.762l-2.4 9.325q-.2.65-.725 1.063t-1.2.412zm-.012-6.212q-.213-.213-.213-.538V12.8L7.05 14q-.225.225-.525.225T6 14t-.225-.525T6 12.95l2.25-2.25v-.95H7.3L5.05 12q-.225.225-.525.225T4 12t-.225-.525T4 10.95l1.2-1.2H3.75q-.325 0-.538-.213T3 9t.213-.537t.537-.213H5.2L4 7.05q-.225-.225-.225-.525T4 6t.525-.225T5.05 6L7.3 8.25h.95V7.3L6 5.05q-.225-.225-.225-.525T6 4t.525-.225T7.05 4l1.2 1.2V3.75q0-.325.213-.538T9 3t.538.213t.212.537V5.2l1.2-1.2q.225-.225.525-.225T12 4t.225.525T12 5.05L9.75 7.3v.95h.95L12.95 6q.225-.225.525-.225T14 6t.225.525T14 7.05l-1.2 1.2h1.45q.325 0 .538.213T15 9t-.213.538t-.537.212H12.8l1.2 1.2q.225.225.225.525T14 12t-.525.225T12.95 12L10.7 9.75h-.95v.95L12 12.95q.225.225.225.525T12 14t-.525.225T10.95 14l-1.2-1.2v1.45q0 .325-.213.538T9 15t-.537-.213"/></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.475 21q-.625 0-1.062-.437T6.975 19.5t.438-1.062T8.475 18H14.1q.525 0 1 .2t.9.475v-1.1q0-1.75.463-3.425t1.187-3.25l.5-1.05q.275-.625.188-1.287T17.775 7.4q-.2-.2-.3-.45t-.1-.525q0-.575.425-1t1-.425q.5 0 .913.263t.637.712q.325.625.488 1.3T21 8.65q0 .4-.05.788t-.175.762l-2.4 9.325q-.2.65-.725 1.063t-1.2.412zm-.012-6.212q-.213-.213-.213-.538V12.8L7.05 14q-.225.225-.525.225T6 14t-.225-.525T6 12.95l2.25-2.25v-.95H7.3L5.05 12q-.225.225-.525.225T4 12t-.225-.525T4 10.95l1.2-1.2H3.75q-.325 0-.538-.213T3 9t.213-.537t.537-.213H5.2L4 7.05q-.225-.225-.225-.525T4 6t.525-.225T5.05 6L7.3 8.25h.95V7.3L6 5.05q-.225-.225-.225-.525T6 4t.525-.225T7.05 4l1.2 1.2V3.75q0-.325.213-.538T9 3t.538.213t.212.537V5.2l1.2-1.2q.225-.225.525-.225T12 4t.225.525T12 5.05L9.75 7.3v.95h.95L12.95 6q.225-.225.525-.225T14 6t.225.525T14 7.05l-1.2 1.2h1.45q.325 0 .538.213T15 9t-.213.538t-.537.212H12.8l1.2 1.2q.225.225.225.525T14 12t-.525.225T12.95 12L10.7 9.75h-.95v.95L12 12.95q.225.225.225.525T12 14t-.525.225T10.95 14l-1.2-1.2v1.45q0 .325-.213.538T9 15t-.537-.213"/></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.475%2021q-.625%200-1.062-.437T6.975%2019.5t.438-1.062T8.475%2018H14.1q.525%200%201%20.2t.9.475v-1.1q0-1.75.463-3.425t1.187-3.25l.5-1.05q.275-.625.188-1.287T17.775%207.4q-.2-.2-.3-.45t-.1-.525q0-.575.425-1t1-.425q.5%200%20.913.263t.637.712q.325.625.488%201.3T21%208.65q0%20.4-.05.788t-.175.762l-2.4%209.325q-.2.65-.725%201.063t-1.2.412zm-.012-6.212q-.213-.213-.213-.538V12.8L7.05%2014q-.225.225-.525.225T6%2014t-.225-.525T6%2012.95l2.25-2.25v-.95H7.3L5.05%2012q-.225.225-.525.225T4%2012t-.225-.525T4%2010.95l1.2-1.2H3.75q-.325%200-.538-.213T3%209t.213-.537t.537-.213H5.2L4%207.05q-.225-.225-.225-.525T4%206t.525-.225T5.05%206L7.3%208.25h.95V7.3L6%205.05q-.225-.225-.225-.525T6%204t.525-.225T7.05%204l1.2%201.2V3.75q0-.325.213-.538T9%203t.538.213t.212.537V5.2l1.2-1.2q.225-.225.525-.225T12%204t.225.525T12%205.05L9.75%207.3v.95h.95L12.95%206q.225-.225.525-.225T14%206t.225.525T14%207.05l-1.2%201.2h1.45q.325%200%20.538.213T15%209t-.213.538t-.537.212H12.8l1.2%201.2q.225.225.225.525T14%2012t-.525.225T12.95%2012L10.7%209.75h-.95v.95L12%2012.95q.225.225.225.525T12%2014t-.525.225T10.95%2014l-1.2-1.2v1.45q0%20.325-.213.538T9%2015t-.537-.213%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.475%2021q-.625%200-1.062-.437T6.975%2019.5t.438-1.062T8.475%2018H14.1q.525%200%201%20.2t.9.475v-1.1q0-1.75.463-3.425t1.187-3.25l.5-1.05q.275-.625.188-1.287T17.775%207.4q-.2-.2-.3-.45t-.1-.525q0-.575.425-1t1-.425q.5%200%20.913.263t.637.712q.325.625.488%201.3T21%208.65q0%20.4-.05.788t-.175.762l-2.4%209.325q-.2.65-.725%201.063t-1.2.412zm-.012-6.212q-.213-.213-.213-.538V12.8L7.05%2014q-.225.225-.525.225T6%2014t-.225-.525T6%2012.95l2.25-2.25v-.95H7.3L5.05%2012q-.225.225-.525.225T4%2012t-.225-.525T4%2010.95l1.2-1.2H3.75q-.325%200-.538-.213T3%209t.213-.537t.537-.213H5.2L4%207.05q-.225-.225-.225-.525T4%206t.525-.225T5.05%206L7.3%208.25h.95V7.3L6%205.05q-.225-.225-.225-.525T6%204t.525-.225T7.05%204l1.2%201.2V3.75q0-.325.213-.538T9%203t.538.213t.212.537V5.2l1.2-1.2q.225-.225.525-.225T12%204t.225.525T12%205.05L9.75%207.3v.95h.95L12.95%206q.225-.225.525-.225T14%206t.225.525T14%207.05l-1.2%201.2h1.45q.325%200%20.538.213T15%209t-.213.538t-.537.212H12.8l1.2%201.2q.225.225.225.525T14%2012t-.525.225T12.95%2012L10.7%209.75h-.95v.95L12%2012.95q.225.225.225.525T12%2014t-.525.225T10.95%2014l-1.2-1.2v1.45q0%20.325-.213.538T9%2015t-.537-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/seat-cool-right-rounded.svg?color=%231a73e8&size=48