road icon
road from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.
- Name
- road
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Maps
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More maps icons from Font Awesome 6 Solid
Use the road icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2c-2 5.8-3.1 12-3.1 18.2C0 455.5 24.5 480 54.6 480H256v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h201.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRoad(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2c-2 5.8-3.1 12-3.1 18.2C0 455.5 24.5 480 54.6 480H256v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h201.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2c-2 5.8-3.1 12-3.1 18.2C0 455.5 24.5 480 54.6 480H256v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h201.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> </template>
CSS
.icon-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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032h-74.8c-27.1%200-51.3%2017.1-60.3%2042.6L3.1%20407.2c-2%205.8-3.1%2012-3.1%2018.2C0%20455.5%2024.5%20480%2054.6%20480H256v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64h201.4c30.2%200%2054.6-24.5%2054.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1%2074.6C446%2049.1%20421.9%2032%20394.8%2032H320v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032h-74.8c-27.1%200-51.3%2017.1-60.3%2042.6L3.1%20407.2c-2%205.8-3.1%2012-3.1%2018.2C0%20455.5%2024.5%20480%2054.6%20480H256v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v64h201.4c30.2%200%2054.6-24.5%2054.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1%2074.6C446%2049.1%20421.9%2032%20394.8%2032H320v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/road.svg?color=%231a73e8&size=48