alt-route-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
alt-route-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
alt-route-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the alt route icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21v-4q0-1.4-.425-2.075T9.45 13.6l1.425-1.425q.3.275.575.588t.55.662q.35-.475.713-.837t.737-.713Q14.4 11 15.175 9.85T16 5.825l-.875.875q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L16.3 2.7q.15-.15.325-.213T17 2.425t.375.062t.325.213l2.6 2.6q.275.275.288.687T20.3 6.7q-.275.275-.7.275t-.7-.275l-.9-.875q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v4q0 .425-.288.713T12 22t-.712-.288T11 21M6.2 8.175q-.1-.5-.137-1.1T6 5.825l-.9.9Q4.825 7 4.413 7T3.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T7 2.426t.375.063t.325.212l2.6 2.6q.3.3.288.7t-.313.7q-.3.275-.7.275t-.7-.275L8 5.85q0 .525.05.988t.1.862zm2.15 4.4q-.5-.525-.962-1.225t-.813-1.725L8.5 9.15q.25.675.575 1.15t.7.85z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAltRouteRounded(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="M11 21v-4q0-1.4-.425-2.075T9.45 13.6l1.425-1.425q.3.275.575.588t.55.662q.35-.475.713-.837t.737-.713Q14.4 11 15.175 9.85T16 5.825l-.875.875q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L16.3 2.7q.15-.15.325-.213T17 2.425t.375.062t.325.213l2.6 2.6q.275.275.288.687T20.3 6.7q-.275.275-.7.275t-.7-.275l-.9-.875q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v4q0 .425-.288.713T12 22t-.712-.288T11 21M6.2 8.175q-.1-.5-.137-1.1T6 5.825l-.9.9Q4.825 7 4.413 7T3.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T7 2.426t.375.063t.325.212l2.6 2.6q.3.3.288.7t-.313.7q-.3.275-.7.275t-.7-.275L8 5.85q0 .525.05.988t.1.862zm2.15 4.4q-.5-.525-.962-1.225t-.813-1.725L8.5 9.15q.25.675.575 1.15t.7.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21v-4q0-1.4-.425-2.075T9.45 13.6l1.425-1.425q.3.275.575.588t.55.662q.35-.475.713-.837t.737-.713Q14.4 11 15.175 9.85T16 5.825l-.875.875q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L16.3 2.7q.15-.15.325-.213T17 2.425t.375.062t.325.213l2.6 2.6q.275.275.288.687T20.3 6.7q-.275.275-.7.275t-.7-.275l-.9-.875q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v4q0 .425-.288.713T12 22t-.712-.288T11 21M6.2 8.175q-.1-.5-.137-1.1T6 5.825l-.9.9Q4.825 7 4.413 7T3.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T7 2.426t.375.063t.325.212l2.6 2.6q.3.3.288.7t-.313.7q-.3.275-.7.275t-.7-.275L8 5.85q0 .525.05.988t.1.862zm2.15 4.4q-.5-.525-.962-1.225t-.813-1.725L8.5 9.15q.25.675.575 1.15t.7.85z"/></svg>
</template>

CSS

.icon-alt-route-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%22M11%2021v-4q0-1.4-.425-2.075T9.45%2013.6l1.425-1.425q.3.275.575.588t.55.662q.35-.475.713-.837t.737-.713Q14.4%2011%2015.175%209.85T16%205.825l-.875.875q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L16.3%202.7q.15-.15.325-.213T17%202.425t.375.062t.325.213l2.6%202.6q.275.275.288.687T20.3%206.7q-.275.275-.7.275t-.7-.275l-.9-.875q-.05%203.575-1.1%205.088t-2.1%202.462q-.8.725-1.3%201.413T13%2017v4q0%20.425-.288.713T12%2022t-.712-.288T11%2021M6.2%208.175q-.1-.5-.137-1.1T6%205.825l-.9.9Q4.825%207%204.413%207T3.7%206.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T7%202.426t.375.063t.325.212l2.6%202.6q.3.3.288.7t-.313.7q-.3.275-.7.275t-.7-.275L8%205.85q0%20.525.05.988t.1.862zm2.15%204.4q-.5-.525-.962-1.225t-.813-1.725L8.5%209.15q.25.675.575%201.15t.7.85z%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%22M11%2021v-4q0-1.4-.425-2.075T9.45%2013.6l1.425-1.425q.3.275.575.588t.55.662q.35-.475.713-.837t.737-.713Q14.4%2011%2015.175%209.85T16%205.825l-.875.875q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L16.3%202.7q.15-.15.325-.213T17%202.425t.375.062t.325.213l2.6%202.6q.275.275.288.687T20.3%206.7q-.275.275-.7.275t-.7-.275l-.9-.875q-.05%203.575-1.1%205.088t-2.1%202.462q-.8.725-1.3%201.413T13%2017v4q0%20.425-.288.713T12%2022t-.712-.288T11%2021M6.2%208.175q-.1-.5-.137-1.1T6%205.825l-.9.9Q4.825%207%204.413%207T3.7%206.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T7%202.426t.375.063t.325.212l2.6%202.6q.3.3.288.7t-.313.7q-.3.275-.7.275t-.7-.275L8%205.85q0%20.525.05.988t.1.862zm2.15%204.4q-.5-.525-.962-1.225t-.813-1.725L8.5%209.15q.25.675.575%201.15t.7.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/alt-route-rounded.svg?color=%231a73e8&size=48