Revolut Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revolut Alt 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/346701.svg" alt="Revolut Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346701.svg" alt="Revolut Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346701.svg" alt="Revolut Alt icon" :width="24" :height="24" />
CSS background
.icon-revolut-alt {
background-image: url('https://proicons.com/icon/346701.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.585,10.3408c-.2092.9394-2.087,12.9449-2.087,12.9449H23.32c3.6562,0,6.372-3.0223,6.372-7.619,0-3.2336-1.8809-5.3259-4.7975-5.3259ZM40.1288,14.686c.004,5.3329-3.2515,9.2231-7.7426,11.6536h0l4.0684,10.7786c1.1518,2.9272,1.881,4.0684,3.1279,5.0089a3.6993,3.6993,0,0,1-.9394.4174,18.2494,18.2494,0,0,1-6.2664.9394c-2.0923,0-4.9032-.522-6.6785-5.6323l-3.0223-8.7708H19.6537s-.9536,6.2719-1.3526,8.3481a18.0261,18.0261,0,0,0,0,4.5947h0a19.4666,19.4666,0,0,1-7.302,1.3526c-1.564,0-3.0223-.5221-3.1279-3.2336A15.4318,15.4318,0,0,1,8.08,37.9552l3.8571-24.8331A37.4822,37.4822,0,0,0,12.46,7.384c.0043-.5114.0345-2.0454.0345-2.0454,1.2575-.3128,5.5029-1.0582,14.2736-.776a21.9247,21.9247,0,0,1,7.83,1.5639,11.2717,11.2717,0,0,1,1.881,1.1519,20.1634,20.1634,0,0,1,1.5639,1.4582,11.2873,11.2873,0,0,1,1.564,2.7158A11.1146,11.1146,0,0,1,40.1288,14.686Z"/></svg>
Copied!