unpaved-road from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
unpaved-road
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the unpaved road icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.438 18.938Q9 18.875 9 18.5q0-.425.438-.712T10.5 17.5t1.063.288t.437.712q0 .375-.437.438T10.5 19t-1.062-.062m8 2Q17 20.875 17 20.5q0-.425.438-.712T18.5 19.5t1.063.288t.437.712q0 .375-.437.438T18.5 21t-1.062-.062m-5 0Q12 20.875 12 20.5q0-.425.438-.712T13.5 19.5t1.063.288t.437.712q0 .375-.437.438T13.5 21t-1.062-.062m-8 0Q4 20.875 4 20.5q0-.425.438-.712T5.5 19.5t1.063.288T7 20.5q0 .375-.437.438T5.5 21t-1.062-.062m4 1Q8 21.875 8 21.5q0-.425.438-.712T9.5 20.5t1.063.288t.437.712q0 .375-.437.438T9.5 22t-1.062-.062M6 16v1q0 .425-.288.713T5 18H4q-.425 0-.712-.288T3 17V9l2.1-6q.15-.45.538-.725T6.5 2h11q.475 0 .863.275T18.9 3L21 9v8q0 .425-.287.713T20 18h-1q-.425 0-.712-.288T18 17v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 11.5t-.437-1.062T7.5 10t-1.062.438T6 11.5t.438 1.063T7.5 13m9 0q.625 0 1.063-.437T18 11.5t-.437-1.062T16.5 10t-1.062.438T15 11.5t.438 1.063T16.5 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUnpavedRoad(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.438 18.938Q9 18.875 9 18.5q0-.425.438-.712T10.5 17.5t1.063.288t.437.712q0 .375-.437.438T10.5 19t-1.062-.062m8 2Q17 20.875 17 20.5q0-.425.438-.712T18.5 19.5t1.063.288t.437.712q0 .375-.437.438T18.5 21t-1.062-.062m-5 0Q12 20.875 12 20.5q0-.425.438-.712T13.5 19.5t1.063.288t.437.712q0 .375-.437.438T13.5 21t-1.062-.062m-8 0Q4 20.875 4 20.5q0-.425.438-.712T5.5 19.5t1.063.288T7 20.5q0 .375-.437.438T5.5 21t-1.062-.062m4 1Q8 21.875 8 21.5q0-.425.438-.712T9.5 20.5t1.063.288t.437.712q0 .375-.437.438T9.5 22t-1.062-.062M6 16v1q0 .425-.288.713T5 18H4q-.425 0-.712-.288T3 17V9l2.1-6q.15-.45.538-.725T6.5 2h11q.475 0 .863.275T18.9 3L21 9v8q0 .425-.287.713T20 18h-1q-.425 0-.712-.288T18 17v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 11.5t-.437-1.062T7.5 10t-1.062.438T6 11.5t.438 1.063T7.5 13m9 0q.625 0 1.063-.437T18 11.5t-.437-1.062T16.5 10t-1.062.438T15 11.5t.438 1.063T16.5 13"/></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.438 18.938Q9 18.875 9 18.5q0-.425.438-.712T10.5 17.5t1.063.288t.437.712q0 .375-.437.438T10.5 19t-1.062-.062m8 2Q17 20.875 17 20.5q0-.425.438-.712T18.5 19.5t1.063.288t.437.712q0 .375-.437.438T18.5 21t-1.062-.062m-5 0Q12 20.875 12 20.5q0-.425.438-.712T13.5 19.5t1.063.288t.437.712q0 .375-.437.438T13.5 21t-1.062-.062m-8 0Q4 20.875 4 20.5q0-.425.438-.712T5.5 19.5t1.063.288T7 20.5q0 .375-.437.438T5.5 21t-1.062-.062m4 1Q8 21.875 8 21.5q0-.425.438-.712T9.5 20.5t1.063.288t.437.712q0 .375-.437.438T9.5 22t-1.062-.062M6 16v1q0 .425-.288.713T5 18H4q-.425 0-.712-.288T3 17V9l2.1-6q.15-.45.538-.725T6.5 2h11q.475 0 .863.275T18.9 3L21 9v8q0 .425-.287.713T20 18h-1q-.425 0-.712-.288T18 17v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 11.5t-.437-1.062T7.5 10t-1.062.438T6 11.5t.438 1.063T7.5 13m9 0q.625 0 1.063-.437T18 11.5t-.437-1.062T16.5 10t-1.062.438T15 11.5t.438 1.063T16.5 13"/></svg>
</template>

CSS

.icon-unpaved-road {
  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.438%2018.938Q9%2018.875%209%2018.5q0-.425.438-.712T10.5%2017.5t1.063.288t.437.712q0%20.375-.437.438T10.5%2019t-1.062-.062m8%202Q17%2020.875%2017%2020.5q0-.425.438-.712T18.5%2019.5t1.063.288t.437.712q0%20.375-.437.438T18.5%2021t-1.062-.062m-5%200Q12%2020.875%2012%2020.5q0-.425.438-.712T13.5%2019.5t1.063.288t.437.712q0%20.375-.437.438T13.5%2021t-1.062-.062m-8%200Q4%2020.875%204%2020.5q0-.425.438-.712T5.5%2019.5t1.063.288T7%2020.5q0%20.375-.437.438T5.5%2021t-1.062-.062m4%201Q8%2021.875%208%2021.5q0-.425.438-.712T9.5%2020.5t1.063.288t.437.712q0%20.375-.437.438T9.5%2022t-1.062-.062M6%2016v1q0%20.425-.288.713T5%2018H4q-.425%200-.712-.288T3%2017V9l2.1-6q.15-.45.538-.725T6.5%202h11q.475%200%20.863.275T18.9%203L21%209v8q0%20.425-.287.713T20%2018h-1q-.425%200-.712-.288T18%2017v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2011.5t-.437-1.062T7.5%2010t-1.062.438T6%2011.5t.438%201.063T7.5%2013m9%200q.625%200%201.063-.437T18%2011.5t-.437-1.062T16.5%2010t-1.062.438T15%2011.5t.438%201.063T16.5%2013%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.438%2018.938Q9%2018.875%209%2018.5q0-.425.438-.712T10.5%2017.5t1.063.288t.437.712q0%20.375-.437.438T10.5%2019t-1.062-.062m8%202Q17%2020.875%2017%2020.5q0-.425.438-.712T18.5%2019.5t1.063.288t.437.712q0%20.375-.437.438T18.5%2021t-1.062-.062m-5%200Q12%2020.875%2012%2020.5q0-.425.438-.712T13.5%2019.5t1.063.288t.437.712q0%20.375-.437.438T13.5%2021t-1.062-.062m-8%200Q4%2020.875%204%2020.5q0-.425.438-.712T5.5%2019.5t1.063.288T7%2020.5q0%20.375-.437.438T5.5%2021t-1.062-.062m4%201Q8%2021.875%208%2021.5q0-.425.438-.712T9.5%2020.5t1.063.288t.437.712q0%20.375-.437.438T9.5%2022t-1.062-.062M6%2016v1q0%20.425-.288.713T5%2018H4q-.425%200-.712-.288T3%2017V9l2.1-6q.15-.45.538-.725T6.5%202h11q.475%200%20.863.275T18.9%203L21%209v8q0%20.425-.287.713T20%2018h-1q-.425%200-.712-.288T18%2017v-1zm-.2-9h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2011.5t-.437-1.062T7.5%2010t-1.062.438T6%2011.5t.438%201.063T7.5%2013m9%200q.625%200%201.063-.437T18%2011.5t-.437-1.062T16.5%2010t-1.062.438T15%2011.5t.438%201.063T16.5%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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