Keybank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keybank 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/327895.svg" alt="Keybank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327895.svg" alt="Keybank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327895.svg" alt="Keybank icon" :width="24" :height="24" />
CSS background
.icon-keybank {
background-image: url('https://proicons.com/icon/327895.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="M10.2416,25.8049c-.9498-.01-1.7116-.7881-1.7015-1.7379.0001-.0103.0003-.0207.0006-.031,0-1.0054.7597-1.7727,1.7009-1.7727.5103,0,.8769.3704,1.3229-.0794s.0832-.8164.0832-1.3343c0-.9449.7597-1.7122,1.7614-1.7122.9979,0,1.7614.7673,1.7614,1.7122,0,.5178-.3704.8845.0756,1.3343.4536.4536.8164.0794,1.3305.0794.9374,0,1.7009.7673,1.7009,1.7727.0272.9494-.7204,1.7411-1.6699,1.7683-.0103.0003-.0207.0005-.031.0006-.5141,0-.8807-.3704-1.3267.0832-.4536.4498-.0794.8164-.0794,1.3343,0,.9449-.7635,1.7085-1.7614,1.7085-.9495.023-1.7379-.7281-1.7609-1.6777-.0002-.0103-.0004-.0205-.0005-.0308,0-.5178.3666-.8845-.0794-1.3343-.4536-.4536-.8164-.0832-1.3267-.0832ZM13.4695,15.0022c-2.4466-.001-4.4308,1.9815-4.4318,4.4281,0,.0435.0006.0869.0019.1304h-.1399c-2.4304,0-4.3997,1.9957-4.3997,4.4564-.0112,2.4466,1.963,4.439,4.4095,4.4502.0446.0002.0892-.0003.1338-.0014l-.0076.1436c.0397,2.4466,2.0552,4.3978,4.5017,4.3581s4.3978-2.0552,4.3581-4.5017h0l.1399.0076c1.7425,0,3.2506-1.0281,3.9612-2.5173h10.9123c.406.6888.1768,1.5762-.5119,1.9823-.323.1904-.7072.2481-1.0718.1609v4.9024h3.7685v-4.1427c0-.6652.5292-1.202,1.1906-1.202h.1134c.6615,0,1.1944.5367,1.1944,1.202v4.1427h3.7647v-4.8986c-.7744.1902-1.5564-.2833-1.7467-1.0577-.0907-.3691-.0321-.7592.1629-1.0854h1.3418c.3489-.0002.6948-.0642,1.0205-.189.8089-.3099,1.3645-.979,1.3645-1.7538,0-1.0772-1.0621-1.939-2.3851-1.939h-19.1182c-.7467-1.5778-2.3562-2.5643-4.1011-2.5136v-.1399c.0021-2.4424-1.9762-4.4241-4.4186-4.4261-.0025,0-.005,0-.0076,0v.0038Z"/></svg>
Copied!