Alrajhi Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alrajhi 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/321647.svg" alt="Alrajhi Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321647.svg" alt="Alrajhi Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321647.svg" alt="Alrajhi Bank icon" :width="24" :height="24" />
CSS background
.icon-alrajhi-bank {
background-image: url('https://proicons.com/icon/321647.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.254,17.2174c1.1899-.6417,2.6411-.6234,3.8037.0478l14.3676,8.2951c1.1793.6809,1.904,1.9188,1.9432,3.2702l.1311,5.8337c.0087.7137-.1372,1.4267-.4588,2.0606l-.2973.5149c-.3881.5954-.9326,1.0782-1.5647,1.4442l-5.1177,2.8033c-1.1899.6417-2.6244.6331-3.8037-.0478l-9.5782-5.4982-4.9866-3.0112c-1.1507-.7096-1.8605-1.9755-1.8605-3.318V13.0218c0-1.3618.7097-2.6084,1.8605-3.318l4.9866-3.0304c.633-.3644,1.3234-.5946,2.033-.633h.5946c.7097.0384,1.4002.2685,2.0139.633l4.9866,3.0304c1.1507.7096,1.8605,1.9562,1.8605,3.318v16.5903c-.0392,1.3514-.8951,2.861-2.0577,3.5323l-14.3676,8.2951c-1.1793.6809-2.6138.6895-3.8037.0478l-5.1177-2.8033c-.6321-.3659-1.1766-.8488-1.5647-1.4442l-.2973-.5149c-.3216-.6339-.4675-1.3469-.4588-2.0606l.1311-5.8337c.0392-1.3514.7639-2.5893,1.9432-3.2702l14.6793-8.3429Z"/></svg>
Copied!