Royal Road Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Royal 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/332243.svg" alt="Royal Road icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332243.svg" alt="Royal Road icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332243.svg" alt="Royal Road icon" :width="24" :height="24" />
CSS background
.icon-royal-road {
background-image: url('https://proicons.com/icon/332243.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.6378,42.5C30.4048,21.3642,13.3582,20.3296,8.2837,5.5c-.9362,2.2663-4.8197,12.1768,7.4393,19.8549,9.3609,5.8629,13.253,7.1438,19.0666,17.1451h6.8482Z"/><path class="b" d="M32.4024,38.7219c-12.6887-7.5042-22.4437,1.9552-26.0403-18.4909,3.7936,5.2224,8.8678,4.7898,13.0201,7.3709"/><path class="b" d="M34.7896,42.5h-8.6218c-3.6458,0-10.7906-2.9332-12.9579-9.2016"/><path class="b" d="M33.6979,31.2427c3.7019-1.9798,7.3334-5.3654,7.3334-11.0119,0-11.5625-9.9575-12.3825-15.9672-12.3825,0,0-15.8266,0-15.8149,0h-.0117"/><path class="b" d="M12.9043,13.3191h12.1599c8.5635,0,9.3952,4.0416,9.3952,6.9117,0,3.819-2.4952,6.0097-4.6508,7.1929"/></svg>
Copied!