Seat Vent Left icon

Seat Vent Left is a Google Material Symbol from the Transit category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

seat_vent_left_outlined_fill0_wght400.svg

Seat Vent Left icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=seat_vent_left" />

<span class="material-symbols-outlined">seat_vent_left</span>

Seat Vent Left icon in React

// With the font from the HTML tab:
export function SeatVentLeftIcon() {
  return (
    <span className="material-symbols-outlined">
      seat_vent_left
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SeatVentLeftIcon from "@material-symbols/svg-400/outlined/seat_vent_left.svg?react";

Seat Vent Left icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">seat_vent_left</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SeatVentLeftIcon from "@material-symbols/svg-400/outlined/seat_vent_left.svg?component"; -->

Seat Vent Left icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">seat_vent_left</mat-icon>

Seat Vent Left icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.seat_vent_left, fill: 0, weight: 400)

Seat Vent Left icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/seat_vent_left.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M15.728 12.05q-.57 0-.874-.356T14.55 10.925q0-.325 .133-.59 .132-.266 .416-.455 .209-.133 .37-.351 .161-.218 .256-.654-.072-.039-.134-.078-.063-.039-.116-.097-.725 .275-1.05 .4t-.68 .125q-.711 0-1.253-.625Q11.95 7.975 11.95 6.778q0-.57 .356-.874T13.075 5.6q.325 0 .591 .133 .265 .132 .454 .416 .133 .209 .351 .37 .218 .161 .654 .256 .039-.072 .078-.134 .039-.063 .097-.116-.275-.725-.4-1.05t-.125-.68q0-.711 .625-1.253Q16.025 3 17.222 3q.57 0 .874 .356T18.4 4.125q0 .325-.133 .591-.132 .265-.416 .454-.209 .133-.37 .351-.161 .218-.256 .654 .072 .039 .134 .078 .063 .039 .116 .097 .725-.275 1.05-.4t.68-.125q.711 0 1.253 .625Q21 7.075 21 8.272q0 .57-.356 .874T19.875 9.45q-.325 0-.59-.133-.266-.132-.455-.416-.133-.209-.351-.37-.218-.161-.654-.256-.039 .072-.078 .134-.039 .063-.097 .116 .275 .725 .4 1.05t.125 .68q0 .711-.625 1.253Q16.925 12.05 15.728 12.05Zm1.285-3.992q.212-.217 .212-.538 0-.32-.217-.533-.217-.212-.537-.212-.321 0-.533 .217-.213 .217-.213 .537 0 .321 .217 .533 .217 .213 .537 .213 .321 0 .534-.217ZM7.425 21q-.616 0-1.096-.362Q5.85 20.275 5.7 19.7l-2.475-9.65q-.125-.35-.162-.721T3.025 8.575q0-.691 .163-1.358Q3.35 6.55 3.65 5.925q.196-.404 .555-.64 .359-.235 .795-.235 .5 0 .838 .356Q6.175 5.763 6.175 6.244q0 .231-.062 .431-.063 .2-.263 .375-.548 .575-.649 1.338Q5.1 9.15 5.425 9.875l.425 1.075q.7 1.625 1.225 3.313T7.6 17.75v1.35q.2-.275 .613-.462T9.125 18.45h5.975q.756 0 1.278 .529T16.9 20.25v.75H7.425Z" />
</vector>

Seat Vent Left icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/seat_vent_left.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/seat_vent_left.svg" width="24" height="24" alt="Seat Vent Left">

Seat Vent Left icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSeat Vent Left
Ligatureseat_vent_left
Code pointU+F32D
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/seat_vent_left.svg, seat_vent_left-fill.svg
FlutterSymbols.seat_vent_left
LicenseApache License 2.0 (© Google LLC)

Keywords

transitsettingvehicleclimatecarautomobiletemperatureadjustmentaircomfortautohvacautomotive

Related icons