seat-vent-right from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
seat-vent-right
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
seat-vent-right-outline, seat-vent-right-outline-rounded, seat-vent-right-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the seat vent right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.71 12.885q-.556 0-.86-.36t-.304-.758q0-.308.134-.561t.409-.448q.202-.135.355-.345t.243-.632q-.062-.05-.124-.084q-.062-.033-.124-.084q-.725.298-1.01.4t-.645.102q-.719 0-1.251-.62Q4 8.875 4 7.71q0-.555.36-.859t.762-.304q.31 0 .558.137q.247.136.44.412q.136.201.352.354t.632.243q.05-.061.083-.122q.034-.06.084-.112q-.298-.725-.4-1.023t-.102-.65q0-.72.614-1.252T9.167 4q.558 0 .865.36t.307.758q0 .307-.137.561q-.136.254-.412.447q-.201.135-.354.346q-.154.21-.244.632q.062.05.124.083q.062.034.125.084q.724-.298 1.012-.4t.647-.102q.72 0 1.252.62q.533.62.533 1.786q0 .556-.36.86t-.758.303q-.308 0-.561-.126t-.448-.403q-.135-.201-.345-.362t-.632-.255q-.05.062-.084.13q-.033.069-.09.124q.299.725.404 1.01q.104.284.104.644q0 .72-.62 1.252q-.62.533-1.786.533m1.253-3.913q.211-.22.211-.53t-.21-.52t-.52-.21t-.521.21t-.21.52t.21.53t.52.22t.52-.22M7.86 20v-.5q0-.587.42-1.005t1.028-.418h5.556q.383 0 .74.142t.627.398v-1.369q0-1.572.443-3.076t1.092-2.964l.423-.935q.313-.702.206-1.451t-.64-1.287q-.122-.143-.184-.296q-.062-.154-.062-.323q0-.354.263-.616t.628-.261q.317 0 .617.176t.449.49q.267.532.4 1.105q.134.573.134 1.167q0 .341-.04.672q-.04.33-.147.667l-2.227 8.632q-.142.477-.515.765q-.373.287-.852.287z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSeatVentRight(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="M7.71 12.885q-.556 0-.86-.36t-.304-.758q0-.308.134-.561t.409-.448q.202-.135.355-.345t.243-.632q-.062-.05-.124-.084q-.062-.033-.124-.084q-.725.298-1.01.4t-.645.102q-.719 0-1.251-.62Q4 8.875 4 7.71q0-.555.36-.859t.762-.304q.31 0 .558.137q.247.136.44.412q.136.201.352.354t.632.243q.05-.061.083-.122q.034-.06.084-.112q-.298-.725-.4-1.023t-.102-.65q0-.72.614-1.252T9.167 4q.558 0 .865.36t.307.758q0 .307-.137.561q-.136.254-.412.447q-.201.135-.354.346q-.154.21-.244.632q.062.05.124.083q.062.034.125.084q.724-.298 1.012-.4t.647-.102q.72 0 1.252.62q.533.62.533 1.786q0 .556-.36.86t-.758.303q-.308 0-.561-.126t-.448-.403q-.135-.201-.345-.362t-.632-.255q-.05.062-.084.13q-.033.069-.09.124q.299.725.404 1.01q.104.284.104.644q0 .72-.62 1.252q-.62.533-1.786.533m1.253-3.913q.211-.22.211-.53t-.21-.52t-.52-.21t-.521.21t-.21.52t.21.53t.52.22t.52-.22M7.86 20v-.5q0-.587.42-1.005t1.028-.418h5.556q.383 0 .74.142t.627.398v-1.369q0-1.572.443-3.076t1.092-2.964l.423-.935q.313-.702.206-1.451t-.64-1.287q-.122-.143-.184-.296q-.062-.154-.062-.323q0-.354.263-.616t.628-.261q.317 0 .617.176t.449.49q.267.532.4 1.105q.134.573.134 1.167q0 .341-.04.672q-.04.33-.147.667l-2.227 8.632q-.142.477-.515.765q-.373.287-.852.287z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.71 12.885q-.556 0-.86-.36t-.304-.758q0-.308.134-.561t.409-.448q.202-.135.355-.345t.243-.632q-.062-.05-.124-.084q-.062-.033-.124-.084q-.725.298-1.01.4t-.645.102q-.719 0-1.251-.62Q4 8.875 4 7.71q0-.555.36-.859t.762-.304q.31 0 .558.137q.247.136.44.412q.136.201.352.354t.632.243q.05-.061.083-.122q.034-.06.084-.112q-.298-.725-.4-1.023t-.102-.65q0-.72.614-1.252T9.167 4q.558 0 .865.36t.307.758q0 .307-.137.561q-.136.254-.412.447q-.201.135-.354.346q-.154.21-.244.632q.062.05.124.083q.062.034.125.084q.724-.298 1.012-.4t.647-.102q.72 0 1.252.62q.533.62.533 1.786q0 .556-.36.86t-.758.303q-.308 0-.561-.126t-.448-.403q-.135-.201-.345-.362t-.632-.255q-.05.062-.084.13q-.033.069-.09.124q.299.725.404 1.01q.104.284.104.644q0 .72-.62 1.252q-.62.533-1.786.533m1.253-3.913q.211-.22.211-.53t-.21-.52t-.52-.21t-.521.21t-.21.52t.21.53t.52.22t.52-.22M7.86 20v-.5q0-.587.42-1.005t1.028-.418h5.556q.383 0 .74.142t.627.398v-1.369q0-1.572.443-3.076t1.092-2.964l.423-.935q.313-.702.206-1.451t-.64-1.287q-.122-.143-.184-.296q-.062-.154-.062-.323q0-.354.263-.616t.628-.261q.317 0 .617.176t.449.49q.267.532.4 1.105q.134.573.134 1.167q0 .341-.04.672q-.04.33-.147.667l-2.227 8.632q-.142.477-.515.765q-.373.287-.852.287z"/></svg>
</template>

CSS

.icon-seat-vent-right {
  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%22M7.71%2012.885q-.556%200-.86-.36t-.304-.758q0-.308.134-.561t.409-.448q.202-.135.355-.345t.243-.632q-.062-.05-.124-.084q-.062-.033-.124-.084q-.725.298-1.01.4t-.645.102q-.719%200-1.251-.62Q4%208.875%204%207.71q0-.555.36-.859t.762-.304q.31%200%20.558.137q.247.136.44.412q.136.201.352.354t.632.243q.05-.061.083-.122q.034-.06.084-.112q-.298-.725-.4-1.023t-.102-.65q0-.72.614-1.252T9.167%204q.558%200%20.865.36t.307.758q0%20.307-.137.561q-.136.254-.412.447q-.201.135-.354.346q-.154.21-.244.632q.062.05.124.083q.062.034.125.084q.724-.298%201.012-.4t.647-.102q.72%200%201.252.62q.533.62.533%201.786q0%20.556-.36.86t-.758.303q-.308%200-.561-.126t-.448-.403q-.135-.201-.345-.362t-.632-.255q-.05.062-.084.13q-.033.069-.09.124q.299.725.404%201.01q.104.284.104.644q0%20.72-.62%201.252q-.62.533-1.786.533m1.253-3.913q.211-.22.211-.53t-.21-.52t-.52-.21t-.521.21t-.21.52t.21.53t.52.22t.52-.22M7.86%2020v-.5q0-.587.42-1.005t1.028-.418h5.556q.383%200%20.74.142t.627.398v-1.369q0-1.572.443-3.076t1.092-2.964l.423-.935q.313-.702.206-1.451t-.64-1.287q-.122-.143-.184-.296q-.062-.154-.062-.323q0-.354.263-.616t.628-.261q.317%200%20.617.176t.449.49q.267.532.4%201.105q.134.573.134%201.167q0%20.341-.04.672q-.04.33-.147.667l-2.227%208.632q-.142.477-.515.765q-.373.287-.852.287z%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%22M7.71%2012.885q-.556%200-.86-.36t-.304-.758q0-.308.134-.561t.409-.448q.202-.135.355-.345t.243-.632q-.062-.05-.124-.084q-.062-.033-.124-.084q-.725.298-1.01.4t-.645.102q-.719%200-1.251-.62Q4%208.875%204%207.71q0-.555.36-.859t.762-.304q.31%200%20.558.137q.247.136.44.412q.136.201.352.354t.632.243q.05-.061.083-.122q.034-.06.084-.112q-.298-.725-.4-1.023t-.102-.65q0-.72.614-1.252T9.167%204q.558%200%20.865.36t.307.758q0%20.307-.137.561q-.136.254-.412.447q-.201.135-.354.346q-.154.21-.244.632q.062.05.124.083q.062.034.125.084q.724-.298%201.012-.4t.647-.102q.72%200%201.252.62q.533.62.533%201.786q0%20.556-.36.86t-.758.303q-.308%200-.561-.126t-.448-.403q-.135-.201-.345-.362t-.632-.255q-.05.062-.084.13q-.033.069-.09.124q.299.725.404%201.01q.104.284.104.644q0%20.72-.62%201.252q-.62.533-1.786.533m1.253-3.913q.211-.22.211-.53t-.21-.52t-.52-.21t-.521.21t-.21.52t.21.53t.52.22t.52-.22M7.86%2020v-.5q0-.587.42-1.005t1.028-.418h5.556q.383%200%20.74.142t.627.398v-1.369q0-1.572.443-3.076t1.092-2.964l.423-.935q.313-.702.206-1.451t-.64-1.287q-.122-.143-.184-.296q-.062-.154-.062-.323q0-.354.263-.616t.628-.261q.317%200%20.617.176t.449.49q.267.532.4%201.105q.134.573.134%201.167q0%20.341-.04.672q-.04.33-.147.667l-2.227%208.632q-.142.477-.515.765q-.373.287-.852.287z%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-vent-right.svg?color=%231a73e8&size=48