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

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

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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.5 20.5v-3.212q0-1.361-.387-2.152q-.386-.79-1.163-1.459l.714-.714q.338.314.7.78t.636.99q.292-.61.77-1.165t1.007-1.02q1.258-1.106 1.994-2.737q.737-1.63.71-4.87l-1.722 1.72q-.14.141-.34.15q-.202.01-.367-.15q-.165-.165-.165-.356q0-.192.165-.357l2.383-2.383q.13-.13.267-.183q.136-.053.298-.053t.298.053t.267.183l2.389 2.389q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16l-1.765-1.759q.027 3.363-.783 5.222t-2.225 3.155q-.858.782-1.415 1.556t-.558 2.453V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357M6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.131-.131.268-.184T7 3.329t.298.053t.268.184l2.388 2.388q.146.146.153.344t-.159.364q-.165.16-.354.16t-.353-.16L7.519 4.946q-.019.833.04 1.632q.06.799.168 1.314zm1.861 4.227q-.403-.486-.79-1.138q-.385-.652-.6-1.273l.963-.244q.174.482.47 1.005t.67.937z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAltRouteRounded(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.5 20.5v-3.212q0-1.361-.387-2.152q-.386-.79-1.163-1.459l.714-.714q.338.314.7.78t.636.99q.292-.61.77-1.165t1.007-1.02q1.258-1.106 1.994-2.737q.737-1.63.71-4.87l-1.722 1.72q-.14.141-.34.15q-.202.01-.367-.15q-.165-.165-.165-.356q0-.192.165-.357l2.383-2.383q.13-.13.267-.183q.136-.053.298-.053t.298.053t.267.183l2.389 2.389q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16l-1.765-1.759q.027 3.363-.783 5.222t-2.225 3.155q-.858.782-1.415 1.556t-.558 2.453V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357M6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.131-.131.268-.184T7 3.329t.298.053t.268.184l2.388 2.388q.146.146.153.344t-.159.364q-.165.16-.354.16t-.353-.16L7.519 4.946q-.019.833.04 1.632q.06.799.168 1.314zm1.861 4.227q-.403-.486-.79-1.138q-.385-.652-.6-1.273l.963-.244q.174.482.47 1.005t.67.937z"/></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.5 20.5v-3.212q0-1.361-.387-2.152q-.386-.79-1.163-1.459l.714-.714q.338.314.7.78t.636.99q.292-.61.77-1.165t1.007-1.02q1.258-1.106 1.994-2.737q.737-1.63.71-4.87l-1.722 1.72q-.14.141-.34.15q-.202.01-.367-.15q-.165-.165-.165-.356q0-.192.165-.357l2.383-2.383q.13-.13.267-.183q.136-.053.298-.053t.298.053t.267.183l2.389 2.389q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16l-1.765-1.759q.027 3.363-.783 5.222t-2.225 3.155q-.858.782-1.415 1.556t-.558 2.453V20.5q0 .214-.143.357T12 21t-.357-.143t-.143-.357M6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.131-.131.268-.184T7 3.329t.298.053t.268.184l2.388 2.388q.146.146.153.344t-.159.364q-.165.16-.354.16t-.353-.16L7.519 4.946q-.019.833.04 1.632q.06.799.168 1.314zm1.861 4.227q-.403-.486-.79-1.138q-.385-.652-.6-1.273l.963-.244q.174.482.47 1.005t.67.937z"/></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.5%2020.5v-3.212q0-1.361-.387-2.152q-.386-.79-1.163-1.459l.714-.714q.338.314.7.78t.636.99q.292-.61.77-1.165t1.007-1.02q1.258-1.106%201.994-2.737q.737-1.63.71-4.87l-1.722%201.72q-.14.141-.34.15q-.202.01-.367-.15q-.165-.165-.165-.356q0-.192.165-.357l2.383-2.383q.13-.13.267-.183q.136-.053.298-.053t.298.053t.267.183l2.389%202.389q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16l-1.765-1.759q.027%203.363-.783%205.222t-2.225%203.155q-.858.782-1.415%201.556t-.558%202.453V20.5q0%20.214-.143.357T12%2021t-.357-.143t-.143-.357M6.758%208.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.754%206.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.131-.131.268-.184T7%203.329t.298.053t.268.184l2.388%202.388q.146.146.153.344t-.159.364q-.165.16-.354.16t-.353-.16L7.519%204.946q-.019.833.04%201.632q.06.799.168%201.314zm1.861%204.227q-.403-.486-.79-1.138q-.385-.652-.6-1.273l.963-.244q.174.482.47%201.005t.67.937z%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.5%2020.5v-3.212q0-1.361-.387-2.152q-.386-.79-1.163-1.459l.714-.714q.338.314.7.78t.636.99q.292-.61.77-1.165t1.007-1.02q1.258-1.106%201.994-2.737q.737-1.63.71-4.87l-1.722%201.72q-.14.141-.34.15q-.202.01-.367-.15q-.165-.165-.165-.356q0-.192.165-.357l2.383-2.383q.13-.13.267-.183q.136-.053.298-.053t.298.053t.267.183l2.389%202.389q.14.14.153.341t-.153.366q-.16.16-.354.16t-.354-.16l-1.765-1.759q.027%203.363-.783%205.222t-2.225%203.155q-.858.782-1.415%201.556t-.558%202.453V20.5q0%20.214-.143.357T12%2021t-.357-.143t-.143-.357M6.758%208.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.754%206.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.131-.131.268-.184T7%203.329t.298.053t.268.184l2.388%202.388q.146.146.153.344t-.159.364q-.165.16-.354.16t-.353-.16L7.519%204.946q-.019.833.04%201.632q.06.799.168%201.314zm1.861%204.227q-.403-.486-.79-1.138q-.385-.652-.6-1.273l.963-.244q.174.482.47%201.005t.67.937z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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