road-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
road-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
road-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the road icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.143 18.856Q5 18.713 5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144m6.5 0q-.143-.143-.143-.356v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144m6.5 0Q18 18.713 18 18.5v-13q0-.213.144-.356T18.501 5t.356.144T19 5.5v13q0 .213-.144.356t-.357.144t-.356-.144m-6.5-5.461q-.143-.144-.143-.357v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356v2.077q0 .213-.144.357t-.357.143t-.356-.143m0-5.462q-.143-.144-.143-.356V5.5q0-.213.144-.356T12.001 5t.356.144t.143.356v2.077q0 .213-.144.356t-.357.144t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRoadRounded(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.143 18.856Q5 18.713 5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144m6.5 0q-.143-.143-.143-.356v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144m6.5 0Q18 18.713 18 18.5v-13q0-.213.144-.356T18.501 5t.356.144T19 5.5v13q0 .213-.144.356t-.357.144t-.356-.144m-6.5-5.461q-.143-.144-.143-.357v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356v2.077q0 .213-.144.357t-.357.143t-.356-.143m0-5.462q-.143-.144-.143-.356V5.5q0-.213.144-.356T12.001 5t.356.144t.143.356v2.077q0 .213-.144.356t-.357.144t-.356-.144"/></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.143 18.856Q5 18.713 5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144m6.5 0q-.143-.143-.143-.356v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144m6.5 0Q18 18.713 18 18.5v-13q0-.213.144-.356T18.501 5t.356.144T19 5.5v13q0 .213-.144.356t-.357.144t-.356-.144m-6.5-5.461q-.143-.144-.143-.357v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356v2.077q0 .213-.144.357t-.357.143t-.356-.143m0-5.462q-.143-.144-.143-.356V5.5q0-.213.144-.356T12.001 5t.356.144t.143.356v2.077q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
</template>

CSS

.icon-road-rounded {
  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.143%2018.856Q5%2018.713%205%2018.5v-13q0-.213.144-.356T5.501%205t.356.144T6%205.5v13q0%20.213-.144.356T5.499%2019t-.356-.144m6.5%200q-.143-.143-.143-.356v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356V18.5q0%20.213-.144.356t-.357.144t-.356-.144m6.5%200Q18%2018.713%2018%2018.5v-13q0-.213.144-.356T18.501%205t.356.144T19%205.5v13q0%20.213-.144.356t-.357.144t-.356-.144m-6.5-5.461q-.143-.144-.143-.357v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356v2.077q0%20.213-.144.357t-.357.143t-.356-.143m0-5.462q-.143-.144-.143-.356V5.5q0-.213.144-.356T12.001%205t.356.144t.143.356v2.077q0%20.213-.144.356t-.357.144t-.356-.144%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.143%2018.856Q5%2018.713%205%2018.5v-13q0-.213.144-.356T5.501%205t.356.144T6%205.5v13q0%20.213-.144.356T5.499%2019t-.356-.144m6.5%200q-.143-.143-.143-.356v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356V18.5q0%20.213-.144.356t-.357.144t-.356-.144m6.5%200Q18%2018.713%2018%2018.5v-13q0-.213.144-.356T18.501%205t.356.144T19%205.5v13q0%20.213-.144.356t-.357.144t-.356-.144m-6.5-5.461q-.143-.144-.143-.357v-2.077q0-.212.144-.356t.357-.144t.356.144t.143.356v2.077q0%20.213-.144.357t-.357.143t-.356-.143m0-5.462q-.143-.144-.143-.356V5.5q0-.213.144-.356T12.001%205t.356.144t.143.356v2.077q0%20.213-.144.356t-.357.144t-.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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