swap driving apps icon
swap-driving-apps-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- swap-driving-apps-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.154 7.346l-.72-.707l1.6-1.6H7.566v-1h9.468l-1.6-1.6l.708-.72l2.82 2.82zM5 19h14v-4.846H5zm3.22-1.623q.319-.314.319-.795t-.315-.801t-.796-.32t-.801.315t-.32.797q0 .48.315.8t.796.32q.482 0 .801-.316m9.154 0q.32-.314.32-.795t-.316-.801t-.795-.32t-.801.315t-.32.797q0 .48.315.8t.797.32q.48 0 .8-.316M4 13.155h14.585L17.112 9H5.946l1.6 1.6l-.708.72L4.02 8.5l2.82-2.82l.707.72l-1.6 1.6h11.4q.24 0 .419.138t.25.362L20 14.154V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22H4.5q-.213 0-.356-.144T4 21.5zm1 1V19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwapDrivingAppsOutline(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="m16.154 7.346l-.72-.707l1.6-1.6H7.566v-1h9.468l-1.6-1.6l.708-.72l2.82 2.82zM5 19h14v-4.846H5zm3.22-1.623q.319-.314.319-.795t-.315-.801t-.796-.32t-.801.315t-.32.797q0 .48.315.8t.796.32q.482 0 .801-.316m9.154 0q.32-.314.32-.795t-.316-.801t-.795-.32t-.801.315t-.32.797q0 .48.315.8t.797.32q.48 0 .8-.316M4 13.155h14.585L17.112 9H5.946l1.6 1.6l-.708.72L4.02 8.5l2.82-2.82l.707.72l-1.6 1.6h11.4q.24 0 .419.138t.25.362L20 14.154V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22H4.5q-.213 0-.356-.144T4 21.5zm1 1V19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.154 7.346l-.72-.707l1.6-1.6H7.566v-1h9.468l-1.6-1.6l.708-.72l2.82 2.82zM5 19h14v-4.846H5zm3.22-1.623q.319-.314.319-.795t-.315-.801t-.796-.32t-.801.315t-.32.797q0 .48.315.8t.796.32q.482 0 .801-.316m9.154 0q.32-.314.32-.795t-.316-.801t-.795-.32t-.801.315t-.32.797q0 .48.315.8t.797.32q.48 0 .8-.316M4 13.155h14.585L17.112 9H5.946l1.6 1.6l-.708.72L4.02 8.5l2.82-2.82l.707.72l-1.6 1.6h11.4q.24 0 .419.138t.25.362L20 14.154V21.5q0 .213-.144.356T19.5 22h-.23q-.213 0-.357-.144t-.144-.356V20H5.231v1.5q0 .213-.144.356T4.731 22H4.5q-.213 0-.356-.144T4 21.5zm1 1V19z"/></svg> </template>
CSS
.icon-swap-driving-apps-outline {
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%22m16.154%207.346l-.72-.707l1.6-1.6H7.566v-1h9.468l-1.6-1.6l.708-.72l2.82%202.82zM5%2019h14v-4.846H5zm3.22-1.623q.319-.314.319-.795t-.315-.801t-.796-.32t-.801.315t-.32.797q0%20.48.315.8t.796.32q.482%200%20.801-.316m9.154%200q.32-.314.32-.795t-.316-.801t-.795-.32t-.801.315t-.32.797q0%20.48.315.8t.797.32q.48%200%20.8-.316M4%2013.155h14.585L17.112%209H5.946l1.6%201.6l-.708.72L4.02%208.5l2.82-2.82l.707.72l-1.6%201.6h11.4q.24%200%20.419.138t.25.362L20%2014.154V21.5q0%20.213-.144.356T19.5%2022h-.23q-.213%200-.357-.144t-.144-.356V20H5.231v1.5q0%20.213-.144.356T4.731%2022H4.5q-.213%200-.356-.144T4%2021.5zm1%201V19z%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%22m16.154%207.346l-.72-.707l1.6-1.6H7.566v-1h9.468l-1.6-1.6l.708-.72l2.82%202.82zM5%2019h14v-4.846H5zm3.22-1.623q.319-.314.319-.795t-.315-.801t-.796-.32t-.801.315t-.32.797q0%20.48.315.8t.796.32q.482%200%20.801-.316m9.154%200q.32-.314.32-.795t-.316-.801t-.795-.32t-.801.315t-.32.797q0%20.48.315.8t.797.32q.48%200%20.8-.316M4%2013.155h14.585L17.112%209H5.946l1.6%201.6l-.708.72L4.02%208.5l2.82-2.82l.707.72l-1.6%201.6h11.4q.24%200%20.419.138t.25.362L20%2014.154V21.5q0%20.213-.144.356T19.5%2022h-.23q-.213%200-.357-.144t-.144-.356V20H5.231v1.5q0%20.213-.144.356T4.731%2022H4.5q-.213%200-.356-.144T4%2021.5zm1%201V19z%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-outline.svg?color=%231a73e8&size=48