swap driving apps icon
swap-driving-apps-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- swap-driving-apps-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.5 7.5l-1.45-1.4l1.1-1.1h-7.2V3h7.2l-1.1-1.1l1.4-1.45L19 4zM8.575 17.575Q9 17.15 9 16.5t-.425-1.075T7.5 15t-1.075.425T6 16.5t.425 1.075T7.5 18t1.075-.425m9 0Q18 17.15 18 16.5t-.425-1.075T16.5 15t-1.075.425T15 16.5t.425 1.075T16.5 18t1.075-.425M3 12h15.2l-1.05-3H6.85l1.1 1.1l-1.4 1.45L3 8l3.55-3.55l1.4 1.45L6.85 7h11.7L21 14v9h-3v-2H6v2H3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwapDrivingAppsSharp(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="m15.5 7.5l-1.45-1.4l1.1-1.1h-7.2V3h7.2l-1.1-1.1l1.4-1.45L19 4zM8.575 17.575Q9 17.15 9 16.5t-.425-1.075T7.5 15t-1.075.425T6 16.5t.425 1.075T7.5 18t1.075-.425m9 0Q18 17.15 18 16.5t-.425-1.075T16.5 15t-1.075.425T15 16.5t.425 1.075T16.5 18t1.075-.425M3 12h15.2l-1.05-3H6.85l1.1 1.1l-1.4 1.45L3 8l3.55-3.55l1.4 1.45L6.85 7h11.7L21 14v9h-3v-2H6v2H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.5 7.5l-1.45-1.4l1.1-1.1h-7.2V3h7.2l-1.1-1.1l1.4-1.45L19 4zM8.575 17.575Q9 17.15 9 16.5t-.425-1.075T7.5 15t-1.075.425T6 16.5t.425 1.075T7.5 18t1.075-.425m9 0Q18 17.15 18 16.5t-.425-1.075T16.5 15t-1.075.425T15 16.5t.425 1.075T16.5 18t1.075-.425M3 12h15.2l-1.05-3H6.85l1.1 1.1l-1.4 1.45L3 8l3.55-3.55l1.4 1.45L6.85 7h11.7L21 14v9h-3v-2H6v2H3z"/></svg> </template>
CSS
.icon-swap-driving-apps-sharp {
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%22m15.5%207.5l-1.45-1.4l1.1-1.1h-7.2V3h7.2l-1.1-1.1l1.4-1.45L19%204zM8.575%2017.575Q9%2017.15%209%2016.5t-.425-1.075T7.5%2015t-1.075.425T6%2016.5t.425%201.075T7.5%2018t1.075-.425m9%200Q18%2017.15%2018%2016.5t-.425-1.075T16.5%2015t-1.075.425T15%2016.5t.425%201.075T16.5%2018t1.075-.425M3%2012h15.2l-1.05-3H6.85l1.1%201.1l-1.4%201.45L3%208l3.55-3.55l1.4%201.45L6.85%207h11.7L21%2014v9h-3v-2H6v2H3z%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%22m15.5%207.5l-1.45-1.4l1.1-1.1h-7.2V3h7.2l-1.1-1.1l1.4-1.45L19%204zM8.575%2017.575Q9%2017.15%209%2016.5t-.425-1.075T7.5%2015t-1.075.425T6%2016.5t.425%201.075T7.5%2018t1.075-.425m9%200Q18%2017.15%2018%2016.5t-.425-1.075T16.5%2015t-1.075.425T15%2016.5t.425%201.075T16.5%2018t1.075-.425M3%2012h15.2l-1.05-3H6.85l1.1%201.1l-1.4%201.45L3%208l3.55-3.55l1.4%201.45L6.85%207h11.7L21%2014v9h-3v-2H6v2H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swap-driving-apps-sharp.svg?color=%231a73e8&size=48