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

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

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.5 20.5V8.475q-.875-.321-1.437-.987T3.5 6.006q0-1.044.729-1.775q.728-.731 1.769-.731t1.771.731t.731 1.776q0 .814-.562 1.48T6.5 8.48V19.5h5v-16h7v12.025q.875.321 1.438.987t.562 1.481q0 1.045-.728 1.776q-.729.731-1.77.731t-1.771-.731t-.731-1.775q0-.815.563-1.494t1.437-.979V4.5h-5v16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRouteSharp(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.5 20.5V8.475q-.875-.321-1.437-.987T3.5 6.006q0-1.044.729-1.775q.728-.731 1.769-.731t1.771.731t.731 1.776q0 .814-.562 1.48T6.5 8.48V19.5h5v-16h7v12.025q.875.321 1.438.987t.562 1.481q0 1.045-.728 1.776q-.729.731-1.77.731t-1.771-.731t-.731-1.775q0-.815.563-1.494t1.437-.979V4.5h-5v16z"/></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.5 20.5V8.475q-.875-.321-1.437-.987T3.5 6.006q0-1.044.729-1.775q.728-.731 1.769-.731t1.771.731t.731 1.776q0 .814-.562 1.48T6.5 8.48V19.5h5v-16h7v12.025q.875.321 1.438.987t.562 1.481q0 1.045-.728 1.776q-.729.731-1.77.731t-1.771-.731t-.731-1.775q0-.815.563-1.494t1.437-.979V4.5h-5v16z"/></svg>
</template>

CSS

.icon-route-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.5%2020.5V8.475q-.875-.321-1.437-.987T3.5%206.006q0-1.044.729-1.775q.728-.731%201.769-.731t1.771.731t.731%201.776q0%20.814-.562%201.48T6.5%208.48V19.5h5v-16h7v12.025q.875.321%201.438.987t.562%201.481q0%201.045-.728%201.776q-.729.731-1.77.731t-1.771-.731t-.731-1.775q0-.815.563-1.494t1.437-.979V4.5h-5v16z%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.5%2020.5V8.475q-.875-.321-1.437-.987T3.5%206.006q0-1.044.729-1.775q.728-.731%201.769-.731t1.771.731t.731%201.776q0%20.814-.562%201.48T6.5%208.48V19.5h5v-16h7v12.025q.875.321%201.438.987t.562%201.481q0%201.045-.728%201.776q-.729.731-1.77.731t-1.771-.731t-.731-1.775q0-.815.563-1.494t1.437-.979V4.5h-5v16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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