swap driving apps wheel icon
swap-driving-apps-wheel from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- swap-driving-apps-wheel
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- swap-driving-apps-wheel-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the swap driving apps wheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m-.932-9.722q.24-.24.24-.568t-.24-.568T7 9.192t-.568.24t-.24.568t.24.568t.568.24t.568-.24m3-3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m7 3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-4.502 2.498q.434-.433.434-1.066q0-.325-.129-.609q-.129-.283-.348-.514l1.58-3.977q.08-.188-.006-.384q-.085-.195-.274-.274q-.182-.078-.378-.002t-.268.283l-1.62 3.977q-.634-.029-1.096.409T10.5 12q0 .633.434 1.066q.433.434 1.066.434t1.066-.434M7.69 18.692q.99-.576 2.08-.884T12 17.5t2.23.308t2.082.884l.904-.646q-1.154-.767-2.493-1.157Q13.385 16.5 12 16.5t-2.723.39q-1.338.389-2.492 1.156z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwapDrivingAppsWheel(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="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m-.932-9.722q.24-.24.24-.568t-.24-.568T7 9.192t-.568.24t-.24.568t.24.568t.568.24t.568-.24m3-3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m7 3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-4.502 2.498q.434-.433.434-1.066q0-.325-.129-.609q-.129-.283-.348-.514l1.58-3.977q.08-.188-.006-.384q-.085-.195-.274-.274q-.182-.078-.378-.002t-.268.283l-1.62 3.977q-.634-.029-1.096.409T10.5 12q0 .633.434 1.066q.433.434 1.066.434t1.066-.434M7.69 18.692q.99-.576 2.08-.884T12 17.5t2.23.308t2.082.884l.904-.646q-1.154-.767-2.493-1.157Q13.385 16.5 12 16.5t-2.723.39q-1.338.389-2.492 1.156z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m-.932-9.722q.24-.24.24-.568t-.24-.568T7 9.192t-.568.24t-.24.568t.24.568t.568.24t.568-.24m3-3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m7 3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-4.502 2.498q.434-.433.434-1.066q0-.325-.129-.609q-.129-.283-.348-.514l1.58-3.977q.08-.188-.006-.384q-.085-.195-.274-.274q-.182-.078-.378-.002t-.268.283l-1.62 3.977q-.634-.029-1.096.409T10.5 12q0 .633.434 1.066q.433.434 1.066.434t1.066-.434M7.69 18.692q.99-.576 2.08-.884T12 17.5t2.23.308t2.082.884l.904-.646q-1.154-.767-2.493-1.157Q13.385 16.5 12 16.5t-2.723.39q-1.338.389-2.492 1.156z"/></svg> </template>
CSS
.icon-swap-driving-apps-wheel {
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%22M8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m-.932-9.722q.24-.24.24-.568t-.24-.568T7%209.192t-.568.24t-.24.568t.24.568t.568.24t.568-.24m3-3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m7%203q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-4.502%202.498q.434-.433.434-1.066q0-.325-.129-.609q-.129-.283-.348-.514l1.58-3.977q.08-.188-.006-.384q-.085-.195-.274-.274q-.182-.078-.378-.002t-.268.283l-1.62%203.977q-.634-.029-1.096.409T10.5%2012q0%20.633.434%201.066q.433.434%201.066.434t1.066-.434M7.69%2018.692q.99-.576%202.08-.884T12%2017.5t2.23.308t2.082.884l.904-.646q-1.154-.767-2.493-1.157Q13.385%2016.5%2012%2016.5t-2.723.39q-1.338.389-2.492%201.156z%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%22M8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m-.932-9.722q.24-.24.24-.568t-.24-.568T7%209.192t-.568.24t-.24.568t.24.568t.568.24t.568-.24m3-3q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m7%203q.24-.24.24-.568t-.24-.568t-.568-.24t-.568.24t-.24.568t.24.568t.568.24t.568-.24m-4.502%202.498q.434-.433.434-1.066q0-.325-.129-.609q-.129-.283-.348-.514l1.58-3.977q.08-.188-.006-.384q-.085-.195-.274-.274q-.182-.078-.378-.002t-.268.283l-1.62%203.977q-.634-.029-1.096.409T10.5%2012q0%20.633.434%201.066q.433.434%201.066.434t1.066-.434M7.69%2018.692q.99-.576%202.08-.884T12%2017.5t2.23.308t2.082.884l.904-.646q-1.154-.767-2.493-1.157Q13.385%2016.5%2012%2016.5t-2.723.39q-1.338.389-2.492%201.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/swap-driving-apps-wheel.svg?color=%231a73e8&size=48