alt route icon
alt-route from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- alt-route
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More maps icons from Material Symbols Light
360add-homeadd-home-workadd-locationadd-location-altadd-roadadd-triangleairline-stopsassist-walkeraward-mealbaby-changing-stationbeenherebusiness-centercalendar-meal-2castlechurchcleaning-servicescompass-calibrationconnecting-airportscrisis-alertdirectionsdirections-altdirections-alt-offdirections-off
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 21v-3.712q0-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-2.075 2.074l-.714-.707L17 3l3.308 3.308l-.708.708l-2.12-2.114q.028 3.364-.782 5.222t-2.225 3.155q-.857.783-1.415 1.557t-.558 2.452V21zM6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.4 7.016l-.708-.708L7 3l3.308 3.308l-.714.708l-2.075-2.07q-.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 MaterialSymbolsLightAltRoute(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 21v-3.712q0-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-2.075 2.074l-.714-.707L17 3l3.308 3.308l-.708.708l-2.12-2.114q.028 3.364-.782 5.222t-2.225 3.155q-.857.783-1.415 1.557t-.558 2.452V21zM6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.4 7.016l-.708-.708L7 3l3.308 3.308l-.714.708l-2.075-2.07q-.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 21v-3.712q0-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-2.075 2.074l-.714-.707L17 3l3.308 3.308l-.708.708l-2.12-2.114q.028 3.364-.782 5.222t-2.225 3.155q-.857.783-1.415 1.557t-.558 2.452V21zM6.758 8.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.4 7.016l-.708-.708L7 3l3.308 3.308l-.714.708l-2.075-2.07q-.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 {
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%2021v-3.712q0-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-2.075%202.074l-.714-.707L17%203l3.308%203.308l-.708.708l-2.12-2.114q.028%203.364-.782%205.222t-2.225%203.155q-.857.783-1.415%201.557t-.558%202.452V21zM6.758%208.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.4%207.016l-.708-.708L7%203l3.308%203.308l-.714.708l-2.075-2.07q-.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%2021v-3.712q0-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-2.075%202.074l-.714-.707L17%203l3.308%203.308l-.708.708l-2.12-2.114q.028%203.364-.782%205.222t-2.225%203.155q-.857.783-1.415%201.557t-.558%202.452V21zM6.758%208.117q-.12-.519-.176-1.427q-.057-.907-.063-1.788L4.4%207.016l-.708-.708L7%203l3.308%203.308l-.714.708l-2.075-2.07q-.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.svg?color=%231a73e8&size=48