edit road icon
edit-road-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- edit-road-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the edit road icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.504 11.25q-.187 0-.345-.125Q16 11 16 10.75V5.5q0-.213.144-.356T16.501 5t.356.144T17 5.5v5.25q0 .25-.155.375t-.341.125M5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144T5 18.5m5.5-10.98V5.5q0-.213.144-.356T11.001 5t.356.144t.143.356v2.02q0 .212-.144.356t-.357.143t-.356-.144t-.143-.356m0 5.481v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V13q0 .213-.144.356t-.357.144t-.356-.144T10.5 13m0 5.5v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m4.539.5q-.344 0-.576-.232t-.232-.576V17.12q0-.153.055-.297q.056-.143.187-.274l5.09-5.065q.148-.149.306-.2q.157-.052.315-.052q.172 0 .337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056zm6.077-5.94l-.925-.945zm-6 5.056h.95l3.467-3.474l-.47-.475l-.455-.488l-3.492 3.487zm3.948-3.949l-.456-.488l.925.963z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditRoadOutlineRounded(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="M16.504 11.25q-.187 0-.345-.125Q16 11 16 10.75V5.5q0-.213.144-.356T16.501 5t.356.144T17 5.5v5.25q0 .25-.155.375t-.341.125M5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144T5 18.5m5.5-10.98V5.5q0-.213.144-.356T11.001 5t.356.144t.143.356v2.02q0 .212-.144.356t-.357.143t-.356-.144t-.143-.356m0 5.481v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V13q0 .213-.144.356t-.357.144t-.356-.144T10.5 13m0 5.5v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m4.539.5q-.344 0-.576-.232t-.232-.576V17.12q0-.153.055-.297q.056-.143.187-.274l5.09-5.065q.148-.149.306-.2q.157-.052.315-.052q.172 0 .337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056zm6.077-5.94l-.925-.945zm-6 5.056h.95l3.467-3.474l-.47-.475l-.455-.488l-3.492 3.487zm3.948-3.949l-.456-.488l.925.963z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.504 11.25q-.187 0-.345-.125Q16 11 16 10.75V5.5q0-.213.144-.356T16.501 5t.356.144T17 5.5v5.25q0 .25-.155.375t-.341.125M5 18.5v-13q0-.213.144-.356T5.501 5t.356.144T6 5.5v13q0 .213-.144.356T5.499 19t-.356-.144T5 18.5m5.5-10.98V5.5q0-.213.144-.356T11.001 5t.356.144t.143.356v2.02q0 .212-.144.356t-.357.143t-.356-.144t-.143-.356m0 5.481v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V13q0 .213-.144.356t-.357.144t-.356-.144T10.5 13m0 5.5v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V18.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356m4.539.5q-.344 0-.576-.232t-.232-.576V17.12q0-.153.055-.297q.056-.143.187-.274l5.09-5.065q.148-.149.306-.2q.157-.052.315-.052q.172 0 .337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056zm6.077-5.94l-.925-.945zm-6 5.056h.95l3.467-3.474l-.47-.475l-.455-.488l-3.492 3.487zm3.948-3.949l-.456-.488l.925.963z"/></svg> </template>
CSS
.icon-edit-road-outline-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%22M16.504%2011.25q-.187%200-.345-.125Q16%2011%2016%2010.75V5.5q0-.213.144-.356T16.501%205t.356.144T17%205.5v5.25q0%20.25-.155.375t-.341.125M5%2018.5v-13q0-.213.144-.356T5.501%205t.356.144T6%205.5v13q0%20.213-.144.356T5.499%2019t-.356-.144T5%2018.5m5.5-10.98V5.5q0-.213.144-.356T11.001%205t.356.144t.143.356v2.02q0%20.212-.144.356t-.357.143t-.356-.144t-.143-.356m0%205.481v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V13q0%20.213-.144.356t-.357.144t-.356-.144T10.5%2013m0%205.5v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V18.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356m4.539.5q-.344%200-.576-.232t-.232-.576V17.12q0-.153.055-.297q.056-.143.187-.274l5.09-5.065q.148-.149.306-.2q.157-.052.315-.052q.172%200%20.337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31l-5.065%205.066q-.131.13-.275.186q-.143.056-.297.056zm6.077-5.94l-.925-.945zm-6%205.056h.95l3.467-3.474l-.47-.475l-.455-.488l-3.492%203.487zm3.948-3.949l-.456-.488l.925.963z%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%22M16.504%2011.25q-.187%200-.345-.125Q16%2011%2016%2010.75V5.5q0-.213.144-.356T16.501%205t.356.144T17%205.5v5.25q0%20.25-.155.375t-.341.125M5%2018.5v-13q0-.213.144-.356T5.501%205t.356.144T6%205.5v13q0%20.213-.144.356T5.499%2019t-.356-.144T5%2018.5m5.5-10.98V5.5q0-.213.144-.356T11.001%205t.356.144t.143.356v2.02q0%20.212-.144.356t-.357.143t-.356-.144t-.143-.356m0%205.481v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V13q0%20.213-.144.356t-.357.144t-.356-.144T10.5%2013m0%205.5v-2.02q0-.212.144-.355t.357-.144t.356.144t.143.356V18.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356m4.539.5q-.344%200-.576-.232t-.232-.576V17.12q0-.153.055-.297q.056-.143.187-.274l5.09-5.065q.148-.149.306-.2q.157-.052.315-.052q.172%200%20.337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31l-5.065%205.066q-.131.13-.275.186q-.143.056-.297.056zm6.077-5.94l-.925-.945zm-6%205.056h.95l3.467-3.474l-.47-.475l-.455-.488l-3.492%203.487zm3.948-3.949l-.456-.488l.925.963z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/edit-road-outline-rounded.svg?color=%231a73e8&size=48