Road Icon
Free SVG icon from the Carbon Icons 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/318738.svg" alt="Road icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318738.svg" alt="Road icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318738.svg" alt="Road icon" :width="24" :height="24" />
CSS background
.icon-road {
background-image: url('https://proicons.com/icon/318738.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" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="13" y="13" width="6" height="2"/>
<path d="M25.4409,8,24.1687,3.45A2.009,2.009,0,0,0,22.2456,2H9.7544A2.0089,2.0089,0,0,0,7.8313,3.4507L6.5315,8H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V19H22v3h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM9.7544,4H22.2458l1.4285,5H8.3257ZM24,13H22v2h2v2H8V15h2V13H8V11H24Z" transform="translate(0 0)"/>
<rect x="2" y="16" width="2" height="14"/>
<rect x="28" y="16" width="2" height="14"/>
<rect x="15" y="21" width="2" height="3"/>
<rect x="15" y="26" width="2" height="4"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!