Roadeagle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Roadeagle 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/332193.svg" alt="Roadeagle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332193.svg" alt="Roadeagle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332193.svg" alt="Roadeagle icon" :width="24" :height="24" />
CSS background
.icon-roadeagle {
background-image: url('https://proicons.com/icon/332193.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="4.5" y1="25.4673" x2="43.5" y2="25.4673"/><line class="a" x1="8.664" y1="25.4673" x2="8.664" y2="30.0935"/><polygon class="a" points="14.131 28.916 22.543 28.916 21.743 42.374 7.697 42.374 14.131 28.916"/><line class="a" x1="39.336" y1="25.4673" x2="39.336" y2="30.0935"/><polygon class="a" points="33.869 28.916 25.457 28.916 26.257 42.374 40.303 42.374 33.869 28.916"/><polygon class="a" points="24.976 9.456 25.907 5.626 22.837 7.729 21.659 5.626 20.482 7.729 17.412 5.626 18.343 9.456 24.976 9.456"/><path class="a" d="M14.0472,12.3458h1.514c1.514,0,2.7337-1.514,3.4907-1.514,2.0747,0,7.3458-.701,11.4813,11.5654H17.4117s1.43-2.2991,1.43-3.2664S16.7107,17.14,15.5752,17.14a2.3594,2.3594,0,0,0-1.7944.9533s-.35-1.8645-.35-2.4113S14.0472,12.3458,14.0472,12.3458Z"/><circle class="a" cx="18.7995" cy="13.9019" r="1.1776"/></svg>
Copied!