Royal Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Royal Bank 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/332238.svg" alt="Royal Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332238.svg" alt="Royal Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332238.svg" alt="Royal Bank icon" :width="24" :height="24" />
CSS background
.icon-royal-bank {
background-image: url('https://proicons.com/icon/332238.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="m30.445,27.78c-.2899.4947-.6359.9544-1.031,1.37"/><path class="b" d="m29.414,29.15c-.4118.433-.8741.8151-1.377,1.138"/><path class="b" d="m20.299,30.49c-.5626-.3215-1.0809-.7148-1.542-1.17"/><path class="b" d="m18.757,29.32c-.4653-.4587-.8684-.9764-1.199-1.54"/><path class="b" d="m17.566,20.208c.3305-.561.7329-1.0763,1.197-1.533"/><path class="b" d="m18.763,18.675c.4597-.4523.9759-.8433,1.536-1.163"/><path class="b" d="m28.035,17.712c.5008.3213.9614.7014,1.372,1.132"/><path class="b" d="m29.407,18.844c.397.4163.7447.877,1.036,1.373"/><line class="b" x1="20.308" y1="17.527" x2="20.308" y2="5.5"/><line class="b" x1="5.5" y1="20.218" x2="17.578" y2="20.218"/><line class="b" x1="18.778" y1="18.688" x2="5.938" y2="5.847"/><line class="b" x1="28.034" y1="30.288" x2="28.034" y2="42.5"/><line class="b" x1="42.5" y1="27.772" x2="30.43" y2="27.772"/><line class="b" x1="29.401" y1="29.139" x2="42.154" y2="41.893"/><line class="b" x1="28.034" y1="17.717" x2="28.034" y2="5.5"/><line class="b" x1="42.5" y1="20.218" x2="30.44" y2="20.218"/><line class="b" x1="29.404" y1="18.848" x2="42.153" y2="6.098"/><line class="b" x1="20.308" y1="30.474" x2="20.308" y2="42.5"/><line class="b" x1="5.5" y1="27.77" x2="17.57" y2="27.77"/><line class="b" x1="18.77" y1="29.308" x2="5.926" y2="42.155"/></svg>
Copied!