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

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

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="M5 21V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V19h4V3h8v12.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V5h-4v16zM6 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 MaterialSymbolsRouteOutlineSharp(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="M5 21V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V19h4V3h8v12.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V5h-4v16zM6 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="M5 21V8.825Q4.125 8.5 3.563 7.738T3 6q0-1.25.875-2.125T6 3t2.125.875T9 6q0 .975-.562 1.738T7 8.825V19h4V3h8v12.175q.875.325 1.438 1.088T21 18q0 1.25-.875 2.125T18 21t-2.125-.875T15 18q0-.975.563-1.75T17 15.175V5h-4v16zM6 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-sharp {
  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%22M5%2021V8.825Q4.125%208.5%203.563%207.738T3%206q0-1.25.875-2.125T6%203t2.125.875T9%206q0%20.975-.562%201.738T7%208.825V19h4V3h8v12.175q.875.325%201.438%201.088T21%2018q0%201.25-.875%202.125T18%2021t-2.125-.875T15%2018q0-.975.563-1.75T17%2015.175V5h-4v16zM6%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%22M5%2021V8.825Q4.125%208.5%203.563%207.738T3%206q0-1.25.875-2.125T6%203t2.125.875T9%206q0%20.975-.562%201.738T7%208.825V19h4V3h8v12.175q.875.325%201.438%201.088T21%2018q0%201.25-.875%202.125T18%2021t-2.125-.875T15%2018q0-.975.563-1.75T17%2015.175V5h-4v16zM6%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-sharp.svg?color=%231a73e8&size=48