unpaved road icon
unpaved-road-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- unpaved-road-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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.832 18.1q-.37-.053-.37-.374q0-.362.37-.602t.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.054m7 1.846q-.37-.053-.37-.373q0-.364.37-.603q.37-.24.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-4.27 0q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-7.193 0Q5 19.893 5 19.573q0-.364.37-.603q.37-.24.9-.24t.898.244t.37.603q0 .317-.37.37T6.27 20t-.899-.053m3.423 1q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.898.244t.37.603q0 .317-.37.37t-.9.053t-.899-.053M5.231 15v2H4V9.154L6.162 3h11.677L20 9.154V17h-1.23v-2zm.185-6.846h13.169L17.112 4H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnpavedRoadSharp(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.832 18.1q-.37-.053-.37-.374q0-.362.37-.602t.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.054m7 1.846q-.37-.053-.37-.373q0-.364.37-.603q.37-.24.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-4.27 0q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-7.193 0Q5 19.893 5 19.573q0-.364.37-.603q.37-.24.9-.24t.898.244t.37.603q0 .317-.37.37T6.27 20t-.899-.053m3.423 1q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.898.244t.37.603q0 .317-.37.37t-.9.053t-.899-.053M5.231 15v2H4V9.154L6.162 3h11.677L20 9.154V17h-1.23v-2zm.185-6.846h13.169L17.112 4H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></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.832 18.1q-.37-.053-.37-.374q0-.362.37-.602t.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.054m7 1.846q-.37-.053-.37-.373q0-.364.37-.603q.37-.24.899-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-4.27 0q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.899.244t.37.603q0 .317-.37.37t-.9.053t-.898-.053m-7.193 0Q5 19.893 5 19.573q0-.364.37-.603q.37-.24.9-.24t.898.244t.37.603q0 .317-.37.37T6.27 20t-.899-.053m3.423 1q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.898.244t.37.603q0 .317-.37.37t-.9.053t-.899-.053M5.231 15v2H4V9.154L6.162 3h11.677L20 9.154V17h-1.23v-2zm.185-6.846h13.169L17.112 4H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></svg> </template>
CSS
.icon-unpaved-road-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%22M9.832%2018.1q-.37-.053-.37-.374q0-.362.37-.602t.899-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.054m7%201.846q-.37-.053-.37-.373q0-.364.37-.603q.37-.24.899-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.053m-4.27%200q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.053m-7.193%200Q5%2019.893%205%2019.573q0-.364.37-.603q.37-.24.9-.24t.898.244t.37.603q0%20.317-.37.37T6.27%2020t-.899-.053m3.423%201q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.898.244t.37.603q0%20.317-.37.37t-.9.053t-.899-.053M5.231%2015v2H4V9.154L6.162%203h11.677L20%209.154V17h-1.23v-2zm.185-6.846h13.169L17.112%204H6.889zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321%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.832%2018.1q-.37-.053-.37-.374q0-.362.37-.602t.899-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.054m7%201.846q-.37-.053-.37-.373q0-.364.37-.603q.37-.24.899-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.053m-4.27%200q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.899.244t.37.603q0%20.317-.37.37t-.9.053t-.898-.053m-7.193%200Q5%2019.893%205%2019.573q0-.364.37-.603q.37-.24.9-.24t.898.244t.37.603q0%20.317-.37.37T6.27%2020t-.899-.053m3.423%201q-.37-.054-.37-.374q0-.363.37-.603t.9-.24t.898.244t.37.603q0%20.317-.37.37t-.9.053t-.899-.053M5.231%2015v2H4V9.154L6.162%203h11.677L20%209.154V17h-1.23v-2zm.185-6.846h13.169L17.112%204H6.889zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/unpaved-road-sharp.svg?color=%231a73e8&size=48