round-alt-route from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-alt-route
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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="m9.78 11.16l-1.42 1.42a7.3 7.3 0 0 1-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01m.37-6.01l-2.8-2.8c-.2-.2-.51-.2-.71 0l-2.79 2.8a.5.5 0 0 0 .36.85h1.81c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H9.8a.5.5 0 0 0 .35-.85m10 0l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.32.31-.1.85.35.85h1.78c-.1 3.68-1.28 4.75-2.54 5.88c-.5.44-1.01.92-1.45 1.55c-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-2.02.71-2.66 1.79-3.63c1.38-1.24 3.08-2.78 3.2-7.37h1.8a.5.5 0 0 0 .36-.85"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAltRoute(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="m9.78 11.16l-1.42 1.42a7.3 7.3 0 0 1-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01m.37-6.01l-2.8-2.8c-.2-.2-.51-.2-.71 0l-2.79 2.8a.5.5 0 0 0 .36.85h1.81c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H9.8a.5.5 0 0 0 .35-.85m10 0l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.32.31-.1.85.35.85h1.78c-.1 3.68-1.28 4.75-2.54 5.88c-.5.44-1.01.92-1.45 1.55c-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-2.02.71-2.66 1.79-3.63c1.38-1.24 3.08-2.78 3.2-7.37h1.8a.5.5 0 0 0 .36-.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.78 11.16l-1.42 1.42a7.3 7.3 0 0 1-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01m.37-6.01l-2.8-2.8c-.2-.2-.51-.2-.71 0l-2.79 2.8a.5.5 0 0 0 .36.85h1.81c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H9.8a.5.5 0 0 0 .35-.85m10 0l-2.79-2.79c-.2-.2-.51-.2-.71 0l-2.79 2.79c-.32.31-.1.85.35.85h1.78c-.1 3.68-1.28 4.75-2.54 5.88c-.5.44-1.01.92-1.45 1.55c-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-2.02.71-2.66 1.79-3.63c1.38-1.24 3.08-2.78 3.2-7.37h1.8a.5.5 0 0 0 .36-.85"/></svg>
</template>

CSS

.icon-round-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%22m9.78%2011.16l-1.42%201.42a7.3%207.3%200%200%201-1.79-2.94l1.94-.49c.32.89.77%201.5%201.27%202.01m.37-6.01l-2.8-2.8c-.2-.2-.51-.2-.71%200l-2.79%202.8a.5.5%200%200%200%20.36.85h1.81c.02.81.08%201.54.19%202.17l1.94-.49C8.08%207.2%208.03%206.63%208.02%206H9.8a.5.5%200%200%200%20.35-.85m10%200l-2.79-2.79c-.2-.2-.51-.2-.71%200l-2.79%202.79c-.32.31-.1.85.35.85h1.78c-.1%203.68-1.28%204.75-2.54%205.88c-.5.44-1.01.92-1.45%201.55c-.34-.49-.73-.88-1.13-1.24L9.46%2013.6c.93.85%201.54%201.54%201.54%203.4v4c0%20.55.45%201%201%201s1-.45%201-1v-4c0-2.02.71-2.66%201.79-3.63c1.38-1.24%203.08-2.78%203.2-7.37h1.8a.5.5%200%200%200%20.36-.85%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%22m9.78%2011.16l-1.42%201.42a7.3%207.3%200%200%201-1.79-2.94l1.94-.49c.32.89.77%201.5%201.27%202.01m.37-6.01l-2.8-2.8c-.2-.2-.51-.2-.71%200l-2.79%202.8a.5.5%200%200%200%20.36.85h1.81c.02.81.08%201.54.19%202.17l1.94-.49C8.08%207.2%208.03%206.63%208.02%206H9.8a.5.5%200%200%200%20.35-.85m10%200l-2.79-2.79c-.2-.2-.51-.2-.71%200l-2.79%202.79c-.32.31-.1.85.35.85h1.78c-.1%203.68-1.28%204.75-2.54%205.88c-.5.44-1.01.92-1.45%201.55c-.34-.49-.73-.88-1.13-1.24L9.46%2013.6c.93.85%201.54%201.54%201.54%203.4v4c0%20.55.45%201%201%201s1-.45%201-1v-4c0-2.02.71-2.66%201.79-3.63c1.38-1.24%203.08-2.78%203.2-7.37h1.8a.5.5%200%200%200%20.36-.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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