Swap Driving Apps Wheel icon

Swap Driving Apps Wheel 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

swap_driving_apps_wheel_outlined_fill0_wght400.svg

Swap Driving Apps Wheel 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=swap_driving_apps_wheel" />

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

Swap Driving Apps Wheel icon in React

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

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

Swap Driving Apps Wheel icon in Vue

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

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

Swap Driving Apps Wheel icon in Angular

With Angular Material and the font from the HTML tab:

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

Swap Driving Apps Wheel 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.swap_driving_apps_wheel, fill: 0, weight: 400)

Swap Driving Apps Wheel icon in Android

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

<!-- res/drawable/swap_driving_apps_wheel.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="M8.075 21.225q-1.825-.775-3.175-2.125t-2.125-3.175q-.775-1.825-.775-3.925t.775-3.925q.775-1.825 2.125-3.175t3.175-2.125q1.825-.775 3.925-.775t3.925 .775q1.825 .775 3.175 2.125t2.125 3.175q.775 1.825 .775 3.925t-.775 3.925q-.775 1.825-2.125 3.175t-3.175 2.125q-1.825 .775-3.925 .775t-3.925-.775Zm6.938-4.225Q16.475 17.425 17.775 18.275q1.3-1.225 2.013-2.848T20.5 12q0-3.559-2.475-6.03T12 3.5q-3.55 0-6.025 2.47T3.5 12q0 1.803 .713 3.439Q4.925 17.075 6.25 18.275q1.275-.85 2.743-1.275 1.467-.425 3.012-.425 1.545 0 3.008 .425Zm-5.25 1.388Q8.65 18.7 7.6 19.3q1.05 .575 2.163 .888T12 20.5q1.125 0 2.238-.312T16.4 19.3q-1.05-.6-2.162-.912T12 18.075q-1.125 0-2.237 .313ZM6.68 10.55q.32 0 .533-.217 .212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .538 .212ZM10.488 7.183q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .537 0 .321 .217 .534 .217 .212 .538 .212 .32 0 .533-.217ZM17.354 10.55q.321 0 .534-.217 .212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .537 .212ZM13.288 13.289Q13.825 12.753 13.825 12q0-.376-.15-.738Q13.525 10.9 13.25 10.65l1.675-3.9q.125-.275 .038-.55t-.372-.4q-.266-.125-.57-.002T13.6 6.225l-1.725 3.95q-.725 .05-1.212 .575T10.175 12q0 .753 .536 1.289Q11.246 13.825 11.998 13.825t1.29-.536ZM12.025 16.575Zm-.025-5.7Zm0 7.2Z" />
</vector>

Swap Driving Apps Wheel icon in SVG

npm install @material-symbols/svg-400

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

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

Swap Driving Apps Wheel 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

NameSwap Driving Apps Wheel
Ligatureswap_driving_apps_wheel
Code pointU+E69F
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/swap_driving_apps_wheel.svg, swap_driving_apps_wheel-fill.svg
FlutterSymbols.swap_driving_apps_wheel
LicenseApache License 2.0 (© Google LLC)

Keywords

transitsettingsmapstoggletransportationvehiclecarautomobilepreferencesmodeswitchdashboardchange

Related icons