Road Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Road icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304836.svg" alt="Road icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304836.svg" alt="Road icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304836.svg" alt="Road icon" :width="24" :height="24" />
CSS background
.icon-road {
background-image: url('https://proicons.com/icon/304836.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>road</title><path d="M20,4V52H52V4ZM37.33,49.33H34.67V38.67h2.66Zm0-16H34.67V22.67h2.66Zm0-16H34.67V6.67h2.66Z"/><rect x="12" y="4" width="5.33" height="48"/><rect x="54.67" y="4" width="5.33" height="48"/></svg>
Copied!