route-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
route-outline
Set
Material Symbols
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
route-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the route icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.175 19.825Q5 18.65 5 17V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V17q0 .825.588 1.413T9 19t1.413-.587T11 17V7q0-1.65 1.175-2.825T15 3t2.825 1.175T19 7v8.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V7q0-.825-.587-1.412T15 5t-1.412.588T13 7v10q0 1.65-1.175 2.825T9 21t-2.825-1.175M6 7q.425 0 .713-.288T7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7m12 12q.425 0 .713-.288T19 18t-.288-.712T18 17t-.712.288T17 18t.288.713T18 19m0-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRouteOutline(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="M6.175 19.825Q5 18.65 5 17V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V17q0 .825.588 1.413T9 19t1.413-.587T11 17V7q0-1.65 1.175-2.825T15 3t2.825 1.175T19 7v8.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V7q0-.825-.587-1.412T15 5t-1.412.588T13 7v10q0 1.65-1.175 2.825T9 21t-2.825-1.175M6 7q.425 0 .713-.288T7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7m12 12q.425 0 .713-.288T19 18t-.288-.712T18 17t-.712.288T17 18t.288.713T18 19m0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.175 19.825Q5 18.65 5 17V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V17q0 .825.588 1.413T9 19t1.413-.587T11 17V7q0-1.65 1.175-2.825T15 3t2.825 1.175T19 7v8.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V7q0-.825-.587-1.412T15 5t-1.412.588T13 7v10q0 1.65-1.175 2.825T9 21t-2.825-1.175M6 7q.425 0 .713-.288T7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7m12 12q.425 0 .713-.288T19 18t-.288-.712T18 17t-.712.288T17 18t.288.713T18 19m0-1"/></svg>
</template>

CSS

.icon-route-outline {
  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%22M6.175%2019.825Q5%2018.65%205%2017V8.825Q4.125%208.5%203.563%207.738T3%206q0-1.25.875-2.125T6%203t2.125.875T9%206q0%20.975-.562%201.738T7%208.825V17q0%20.825.588%201.413T9%2019t1.413-.587T11%2017V7q0-1.65%201.175-2.825T15%203t2.825%201.175T19%207v8.175q.875.325%201.438%201.088T21%2018q0%201.25-.875%202.125T18%2021t-2.125-.875T15%2018q0-.975.563-1.75T17%2015.175V7q0-.825-.587-1.412T15%205t-1.412.588T13%207v10q0%201.65-1.175%202.825T9%2021t-2.825-1.175M6%207q.425%200%20.713-.288T7%206t-.288-.712T6%205t-.712.288T5%206t.288.713T6%207m12%2012q.425%200%20.713-.288T19%2018t-.288-.712T18%2017t-.712.288T17%2018t.288.713T18%2019m0-1%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%22M6.175%2019.825Q5%2018.65%205%2017V8.825Q4.125%208.5%203.563%207.738T3%206q0-1.25.875-2.125T6%203t2.125.875T9%206q0%20.975-.562%201.738T7%208.825V17q0%20.825.588%201.413T9%2019t1.413-.587T11%2017V7q0-1.65%201.175-2.825T15%203t2.825%201.175T19%207v8.175q.875.325%201.438%201.088T21%2018q0%201.25-.875%202.125T18%2021t-2.125-.875T15%2018q0-.975.563-1.75T17%2015.175V7q0-.825-.587-1.412T15%205t-1.412.588T13%207v10q0%201.65-1.175%202.825T9%2021t-2.825-1.175M6%207q.425%200%20.713-.288T7%206t-.288-.712T6%205t-.712.288T5%206t.288.713T6%207m12%2012q.425%200%20.713-.288T19%2018t-.288-.712T18%2017t-.712.288T17%2018t.288.713T18%2019m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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