Royalenfield Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Royalenfield 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/346804.svg" alt="Royalenfield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346804.svg" alt="Royalenfield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346804.svg" alt="Royalenfield icon" :width="24" :height="24" />
CSS background
.icon-royalenfield {
background-image: url('https://proicons.com/icon/346804.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M11.9432,13.593l10.713-6.1854c1.286-.7576,2.3104-.4048,3.3224,0l10.394,6.0043M11.0676,33.7299s11.435,7.0514,12.607,7.2442c.3816.0629.7622.0929,1.1397.0256,1.1046-.2348,11.682-6.4839,11.682-6.4839M22.8462,19.7728v3.8623h1.2874c1.62.0472,1.9527-.9354,1.8668-2.253-.313-.9682-.8064-1.6656-1.8024-1.6093h-1.3518ZM41.3202,20.0303c.5225,2.9642.1679,5.5565-2.7679,7.2095M24.2943,13.5608l19.1689.0244c.3356,4.3301-1.6564,6.7475-4.7823,6.9599l-5.9865.1287M8.9416,26.9178c-.6171,2.3817.1081,7.1114,4.6012,7.8194l2.0706.0455M15.7327,27.6258h-1.3518c-7.2254-.3089-7.528-4.6735-7.2739-7.5314M24.2619,13.593H4.5c.2261,2.4878.3891,6.9711,7.8854,7.0486l3.5726.0322c-.1713,4.6991.8872,9.3982-.515,14.0969l7.1452.0644.0644-7.3383c2.1652,2.4456,2.5686,7.3383,7.3061,7.3383,2.6198-.0177,5.822-.0454,6.1178-.1501,4.2865-1.5179,3.4453-6.3081,3.5056-7.8963-2.6776,1.5248-6.8875,1.0088-7.7531.9656-.8461-.1838-1.6394-.6319-2.2244-1.0299,2.1804-.8509,3.2701-3.4808,3.0898-6.3083-.5074-2.5989-2.0819-5.676-5.9221-6.6302l-2.5105-.1931h.0002Z"/></g></svg>
Copied!