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

Name
alt-route
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
alt-route-outline, alt-route-outline-sharp, alt-route-sharp

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 22v-5q0-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.825L14.425 7.4L13 6l4-4l4 4l-1.4 1.4L18 5.825q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v5zM6.2 8.175q-.1-.5-.137-1.1T6 5.825L4.4 7.4L3 6l4-4l4 4l-1.425 1.4L8 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 MaterialSymbolsAltRoute(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 22v-5q0-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.825L14.425 7.4L13 6l4-4l4 4l-1.4 1.4L18 5.825q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v5zM6.2 8.175q-.1-.5-.137-1.1T6 5.825L4.4 7.4L3 6l4-4l4 4l-1.425 1.4L8 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 22v-5q0-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.825L14.425 7.4L13 6l4-4l4 4l-1.4 1.4L18 5.825q-.05 3.575-1.1 5.088t-2.1 2.462q-.8.725-1.3 1.413T13 17v5zM6.2 8.175q-.1-.5-.137-1.1T6 5.825L4.4 7.4L3 6l4-4l4 4l-1.425 1.4L8 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 {
  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%2022v-5q0-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.825L14.425%207.4L13%206l4-4l4%204l-1.4%201.4L18%205.825q-.05%203.575-1.1%205.088t-2.1%202.462q-.8.725-1.3%201.413T13%2017v5zM6.2%208.175q-.1-.5-.137-1.1T6%205.825L4.4%207.4L3%206l4-4l4%204l-1.425%201.4L8%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%2022v-5q0-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.825L14.425%207.4L13%206l4-4l4%204l-1.4%201.4L18%205.825q-.05%203.575-1.1%205.088t-2.1%202.462q-.8.725-1.3%201.413T13%2017v5zM6.2%208.175q-.1-.5-.137-1.1T6%205.825L4.4%207.4L3%206l4-4l4%204l-1.425%201.4L8%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.svg?color=%231a73e8&size=48