road 02 icon
road-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- road-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the road 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M20.828 5.172C19.657 4 17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172m17.656 0C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828m0-13.656Zm-17.656 0C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828m0-13.656Zm0 13.656C4.343 20 6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172m-17.656 0Zm17.656 0Z"/><path stroke-linecap="round" d="M13 12h-2m7.5 0h-2m-9 0h-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRoad02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.828 5.172C19.657 4 17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172m17.656 0C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828m0-13.656Zm-17.656 0C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828m0-13.656Zm0 13.656C4.343 20 6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172m-17.656 0Zm17.656 0Z"/><path strokeLinecap="round" d="M13 12h-2m7.5 0h-2m-9 0h-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M20.828 5.172C19.657 4 17.771 4 14 4h-4C6.229 4 4.343 4 3.172 5.172m17.656 0C22 6.343 22 8.229 22 12s0 5.657-1.172 6.828m0-13.656Zm-17.656 0C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828m0-13.656Zm0 13.656C4.343 20 6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172m-17.656 0Zm17.656 0Z"/><path stroke-linecap="round" d="M13 12h-2m7.5 0h-2m-9 0h-2"/></g></svg> </template>
CSS
.icon-road-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.828%205.172C19.657%204%2017.771%204%2014%204h-4C6.229%204%204.343%204%203.172%205.172m17.656%200C22%206.343%2022%208.229%2022%2012s0%205.657-1.172%206.828m0-13.656Zm-17.656%200C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828m0-13.656Zm0%2013.656C4.343%2020%206.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172m-17.656%200Zm17.656%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2012h-2m7.5%200h-2m-9%200h-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.828%205.172C19.657%204%2017.771%204%2014%204h-4C6.229%204%204.343%204%203.172%205.172m17.656%200C22%206.343%2022%208.229%2022%2012s0%205.657-1.172%206.828m0-13.656Zm-17.656%200C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828m0-13.656Zm0%2013.656C4.343%2020%206.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172m-17.656%200Zm17.656%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2012h-2m7.5%200h-2m-9%200h-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/road-02.svg?color=%231a73e8&size=48