seat cool left icon

seat-cool-left-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
seat-cool-left-sharp
Set
Material Symbols
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
seat-cool-left-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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="M17.025 21H6L3.225 10.2q-.1-.375-.162-.762T3 8.65q0-.7.163-1.375t.487-1.3q.225-.45.638-.712T5.2 5q.575 0 1 .425t.425 1q0 .275-.1.525t-.3.45q-.475.5-.562 1.163T5.85 9.85l.5 1.05q.725 1.575 1.188 3.25T8 17.575v1.1q.425-.275.9-.475t1-.2H15q.85 0 1.438.588T17.025 20zm-2.775-6v-2.2l-1.725 1.725l-1.05-1.05L14.25 10.7v-.95h-.95l-2.775 2.775l-1.05-1.05L11.2 9.75H9v-1.5h2.2L9.475 6.525l1.05-1.05L13.3 8.25h.95V7.3l-2.775-2.775l1.05-1.05L14.25 5.2V3h1.5v2.2l1.725-1.725l1.05 1.05L15.75 7.3v.95h.95l2.775-2.775l1.05 1.05L18.8 8.25H21v1.5h-2.2l1.725 1.725l-1.05 1.05L16.7 9.75h-.95v.95l2.775 2.775l-1.05 1.05L15.75 12.8V15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSeatCoolLeftSharp(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="M17.025 21H6L3.225 10.2q-.1-.375-.162-.762T3 8.65q0-.7.163-1.375t.487-1.3q.225-.45.638-.712T5.2 5q.575 0 1 .425t.425 1q0 .275-.1.525t-.3.45q-.475.5-.562 1.163T5.85 9.85l.5 1.05q.725 1.575 1.188 3.25T8 17.575v1.1q.425-.275.9-.475t1-.2H15q.85 0 1.438.588T17.025 20zm-2.775-6v-2.2l-1.725 1.725l-1.05-1.05L14.25 10.7v-.95h-.95l-2.775 2.775l-1.05-1.05L11.2 9.75H9v-1.5h2.2L9.475 6.525l1.05-1.05L13.3 8.25h.95V7.3l-2.775-2.775l1.05-1.05L14.25 5.2V3h1.5v2.2l1.725-1.725l1.05 1.05L15.75 7.3v.95h.95l2.775-2.775l1.05 1.05L18.8 8.25H21v1.5h-2.2l1.725 1.725l-1.05 1.05L16.7 9.75h-.95v.95l2.775 2.775l-1.05 1.05L15.75 12.8V15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.025 21H6L3.225 10.2q-.1-.375-.162-.762T3 8.65q0-.7.163-1.375t.487-1.3q.225-.45.638-.712T5.2 5q.575 0 1 .425t.425 1q0 .275-.1.525t-.3.45q-.475.5-.562 1.163T5.85 9.85l.5 1.05q.725 1.575 1.188 3.25T8 17.575v1.1q.425-.275.9-.475t1-.2H15q.85 0 1.438.588T17.025 20zm-2.775-6v-2.2l-1.725 1.725l-1.05-1.05L14.25 10.7v-.95h-.95l-2.775 2.775l-1.05-1.05L11.2 9.75H9v-1.5h2.2L9.475 6.525l1.05-1.05L13.3 8.25h.95V7.3l-2.775-2.775l1.05-1.05L14.25 5.2V3h1.5v2.2l1.725-1.725l1.05 1.05L15.75 7.3v.95h.95l2.775-2.775l1.05 1.05L18.8 8.25H21v1.5h-2.2l1.725 1.725l-1.05 1.05L16.7 9.75h-.95v.95l2.775 2.775l-1.05 1.05L15.75 12.8V15z"/></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%22M17.025%2021H6L3.225%2010.2q-.1-.375-.162-.762T3%208.65q0-.7.163-1.375t.487-1.3q.225-.45.638-.712T5.2%205q.575%200%201%20.425t.425%201q0%20.275-.1.525t-.3.45q-.475.5-.562%201.163T5.85%209.85l.5%201.05q.725%201.575%201.188%203.25T8%2017.575v1.1q.425-.275.9-.475t1-.2H15q.85%200%201.438.588T17.025%2020zm-2.775-6v-2.2l-1.725%201.725l-1.05-1.05L14.25%2010.7v-.95h-.95l-2.775%202.775l-1.05-1.05L11.2%209.75H9v-1.5h2.2L9.475%206.525l1.05-1.05L13.3%208.25h.95V7.3l-2.775-2.775l1.05-1.05L14.25%205.2V3h1.5v2.2l1.725-1.725l1.05%201.05L15.75%207.3v.95h.95l2.775-2.775l1.05%201.05L18.8%208.25H21v1.5h-2.2l1.725%201.725l-1.05%201.05L16.7%209.75h-.95v.95l2.775%202.775l-1.05%201.05L15.75%2012.8V15z%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%22M17.025%2021H6L3.225%2010.2q-.1-.375-.162-.762T3%208.65q0-.7.163-1.375t.487-1.3q.225-.45.638-.712T5.2%205q.575%200%201%20.425t.425%201q0%20.275-.1.525t-.3.45q-.475.5-.562%201.163T5.85%209.85l.5%201.05q.725%201.575%201.188%203.25T8%2017.575v1.1q.425-.275.9-.475t1-.2H15q.85%200%201.438.588T17.025%2020zm-2.775-6v-2.2l-1.725%201.725l-1.05-1.05L14.25%2010.7v-.95h-.95l-2.775%202.775l-1.05-1.05L11.2%209.75H9v-1.5h2.2L9.475%206.525l1.05-1.05L13.3%208.25h.95V7.3l-2.775-2.775l1.05-1.05L14.25%205.2V3h1.5v2.2l1.725-1.725l1.05%201.05L15.75%207.3v.95h.95l2.775-2.775l1.05%201.05L18.8%208.25H21v1.5h-2.2l1.725%201.725l-1.05%201.05L16.7%209.75h-.95v.95l2.775%202.775l-1.05%201.05L15.75%2012.8V15z%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-left-sharp.svg?color=%231a73e8&size=48