Road Sign Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Road Sign 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/304835.svg" alt="Road Sign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304835.svg" alt="Road Sign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304835.svg" alt="Road Sign icon" :width="24" :height="24" />
CSS background
.icon-road-sign {
background-image: url('https://proicons.com/icon/304835.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-sign</title><path d="M36,3.76C34.79,6.6,31,9,26.77,9a11.55,11.55,0,0,1-6.93-1.73l-5.77,7.51a9.44,9.44,0,0,1,2.09,1.73H55.84a9.44,9.44,0,0,1,2.09-1.73L52.16,7.22A11.55,11.55,0,0,1,45.23,9C41,9,37.21,6.6,36,3.76Zm-18.45,15a9.85,9.85,0,0,1,.56,3.46c0,4.53-4,9-4,13.27,0,16.43,16.16,10.39,21.93,16.74,5.77-6.35,21.93-.31,21.93-16.74,0-4.27-4-8.74-4-13.27a9.85,9.85,0,0,1,.56-3.46Z"/></svg>
Road Sign in other icon packs
Copied!