Seat Vent Right icon

Seat Vent Right 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_right_outlined_fill0_wght400.svg

Seat Vent Right 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=seat_vent_right" />

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

Seat Vent Right icon in React

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

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

Seat Vent Right icon in Vue

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

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

Seat Vent Right icon in Angular

With Angular Material and the font from the HTML tab:

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

Seat Vent Right 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_right, fill: 0, weight: 400)

Seat Vent Right icon in Android

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

<!-- res/drawable/seat_vent_right.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="M6.803 12.05q-.57 0-.874-.356T5.625 10.925q0-.321 .138-.585 .137-.265 .416-.459 .205-.135 .363-.358Q6.7 9.3 6.8 8.875q-.077-.039-.134-.078-.058-.039-.116-.097-.725 .275-1.05 .4t-.68 .125q-.711 0-1.253-.625Q3.025 7.975 3.025 6.778q0-.57 .356-.874T4.15 5.6q.331 0 .593 .133 .263 .132 .457 .417 .13 .208 .352 .369 .222 .161 .648 .256 .039-.071 .078-.134 .039-.062 .097-.116-.275-.725-.4-1.05t-.125-.68q0-.711 .628-1.253Q7.106 3 8.304 3 8.875 3 9.175 3.356T9.475 4.125q0 .325-.133 .591-.132 .265-.416 .454-.209 .133-.37 .351-.161 .218-.256 .654 .077 .039 .134 .078 .058 .039 .116 .097 .725-.275 1.05-.4t.68-.125q.711 0 1.253 .625Q12.075 7.075 12.075 8.272q0 .57-.356 .874T10.95 9.45q-.325 0-.59-.133-.266-.132-.455-.416-.133-.209-.351-.37-.218-.161-.654-.256-.05 .075-.089 .136T8.725 8.525q.275 .725 .4 1.05t.125 .68q0 .711-.625 1.253Q8 12.05 6.803 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 .538 .213 .32 0 .533-.217ZM7.125 21v-.75q0-.742 .522-1.271Q8.169 18.45 8.925 18.45h5.975q.5 0 .913 .188T16.425 19.1v-1.35q0-1.8 .525-3.487T18.175 10.95l.425-1.075q.325-.725 .224-1.487-.101-.763-.649-1.338-.2-.175-.262-.375t-.063-.431q0-.481 .338-.838T19.02 5.05q.43 0 .796 .235Q20.182 5.521 20.375 5.925q.3 .625 .463 1.292T21 8.575q0 .383-.037 .754T20.8 10.05l-2.475 9.65q-.15 .575-.629 .938Q17.216 21 16.6 21H7.125Z" />
</vector>

Seat Vent Right icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/seat_vent_right.svg" width="24" height="24" alt="Seat Vent Right">

Seat Vent Right 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 Right
Ligatureseat_vent_right
Code pointU+F32C
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/seat_vent_right.svg, seat_vent_right-fill.svg
FlutterSymbols.seat_vent_right
LicenseApache License 2.0 (© Google LLC)

Keywords

transittraveladjustsettingvehicleclimatecarautomobiletransporttemperaturedashboardaircomfort

Related icons