Steering Wheel Cool icon

Steering Wheel Cool 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

steering_wheel_cool_outlined_fill0_wght400.svg

Steering Wheel Cool 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=steering_wheel_cool" />

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

Steering Wheel Cool icon in React

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

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

Steering Wheel Cool icon in Vue

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

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

Steering Wheel Cool icon in Angular

With Angular Material and the font from the HTML tab:

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

Steering Wheel Cool icon in Android

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

<!-- res/drawable/steering_wheel_cool.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="M12 22q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.175T2 12q0-2 .738-3.762T4.75 5.125q1.275-1.35 3-2.175t3.7-.925q-.35 .375-.625 .775t-.5 .85q-2.75 .55-4.65 2.65t-2.15 4.95h7.325q.7 1 1.675 1.738t2.175 1.137l-1.95 2.425v3.925q2.85-.25 4.938-2.137T20.35 13.7q.45-.225 .85-.5t.775-.625q-.1 1.975-.925 3.688T18.875 19.25q-1.35 1.275-3.112 2.013T12 22Zm-.75-1.525v-3.925L8.2 12.75H3.525q.275 3.1 2.45 5.275t5.275 2.45Zm5.15-7.475v-2.425l-1.925 1.9-.875-.9 2.8-2.775v-1.175h-1.175L12.45 10.425l-.9-.875 1.9-1.925h-2.425v-1.25h2.425l-1.9-1.9 .9-.875 2.775 2.775h1.175v-1.15L13.6 2.45l.875-.9 1.925 1.9v-2.425h1.25v2.425l1.9-1.9 .875 .9-2.775 2.775v1.15h1.15l2.775-2.775 .9 .875-1.9 1.9h2.425v1.25h-2.425l1.9 1.925-.9 .875-2.775-2.8h-1.15v1.175l2.775 2.775-.875 .9-1.9-1.9v2.425h-1.25Z" />
</vector>

Steering Wheel Cool icon in SVG

npm install @material-symbols/svg-400

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

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

Steering Wheel Cool 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

NameSteering Wheel Cool
Ligaturesteering_wheel_cool
Code pointU+FFEBD
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/steering_wheel_cool.svg, steering_wheel_cool-fill.svg
LicenseApache License 2.0 (© Google LLC)

Keywords

transitvehicleclimatecarautomobiledrivetemperaturedashboardheatcomfortautohvacautomotive

Related icons