swap driving apps icon

swap-driving-apps-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
swap-driving-apps-rounded
Set
Material Symbols
Style
Rounded
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

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.15 5h-6.2q-.425 0-.712-.288T7.95 4t.288-.712T8.95 3h6.2l-.4-.4q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287L18.3 3.3q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.712t.287-.713zM8.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-.425M6.85 9l.4.4q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L3.7 8.7q-.3-.3-.3-.7t.3-.7l2.125-2.125q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7l-.4.4h10.275q.65 0 1.175.375t.725.975l1.875 5.325q.05.15.075.325t.025.35v7.15q0 .625-.437 1.063T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437T3 21.5V14q0-.825.588-1.412T5 12h13.2l-1.05-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwapDrivingAppsRounded(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.15 5h-6.2q-.425 0-.712-.288T7.95 4t.288-.712T8.95 3h6.2l-.4-.4q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287L18.3 3.3q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.712t.287-.713zM8.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-.425M6.85 9l.4.4q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L3.7 8.7q-.3-.3-.3-.7t.3-.7l2.125-2.125q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7l-.4.4h10.275q.65 0 1.175.375t.725.975l1.875 5.325q.05.15.075.325t.025.35v7.15q0 .625-.437 1.063T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437T3 21.5V14q0-.825.588-1.412T5 12h13.2l-1.05-3z"/></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.15 5h-6.2q-.425 0-.712-.288T7.95 4t.288-.712T8.95 3h6.2l-.4-.4q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287L18.3 3.3q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.712t.287-.713zM8.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-.425M6.85 9l.4.4q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L3.7 8.7q-.3-.3-.3-.7t.3-.7l2.125-2.125q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7l-.4.4h10.275q.65 0 1.175.375t.725.975l1.875 5.325q.05.15.075.325t.025.35v7.15q0 .625-.437 1.063T19.5 23t-1.062-.437T18 21.5V21H6v.5q0 .625-.437 1.063T4.5 23t-1.062-.437T3 21.5V14q0-.825.588-1.412T5 12h13.2l-1.05-3z"/></svg>
</template>

CSS

.icon-swap-driving-apps-rounded {
  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.15%205h-6.2q-.425%200-.712-.288T7.95%204t.288-.712T8.95%203h6.2l-.4-.4q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287L18.3%203.3q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.712t.287-.713zM8.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-.425M6.85%209l.4.4q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L3.7%208.7q-.3-.3-.3-.7t.3-.7l2.125-2.125q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7l-.4.4h10.275q.65%200%201.175.375t.725.975l1.875%205.325q.05.15.075.325t.025.35v7.15q0%20.625-.437%201.063T19.5%2023t-1.062-.437T18%2021.5V21H6v.5q0%20.625-.437%201.063T4.5%2023t-1.062-.437T3%2021.5V14q0-.825.588-1.412T5%2012h13.2l-1.05-3z%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.15%205h-6.2q-.425%200-.712-.288T7.95%204t.288-.712T8.95%203h6.2l-.4-.4q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287L18.3%203.3q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.288t-.7-.288q-.3-.3-.312-.712t.287-.713zM8.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-.425M6.85%209l.4.4q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L3.7%208.7q-.3-.3-.3-.7t.3-.7l2.125-2.125q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7l-.4.4h10.275q.65%200%201.175.375t.725.975l1.875%205.325q.05.15.075.325t.025.35v7.15q0%20.625-.437%201.063T19.5%2023t-1.062-.437T18%2021.5V21H6v.5q0%20.625-.437%201.063T4.5%2023t-1.062-.437T3%2021.5V14q0-.825.588-1.412T5%2012h13.2l-1.05-3z%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-rounded.svg?color=%231a73e8&size=48