Revolut Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Revolut 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/315859.svg" alt="Revolut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315859.svg" alt="Revolut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315859.svg" alt="Revolut icon" :width="24" :height="24" />
CSS background
.icon-revolut {
background-image: url('https://proicons.com/icon/315859.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Revolut</title><path d="M20.9133 6.9566C20.9133 3.1208 17.7898 0 13.9503 0H2.424v3.8605h10.9782c1.7376 0 3.177 1.3651 3.2087 3.043.016.84-.2994 1.633-.8878 2.2324-.5886.5998-1.375.9303-2.2144.9303H9.2322a.2756.2756 0 0 0-.2755.2752v3.431c0 .0585.018.1142.052.1612L16.2646 24h5.3114l-7.2727-10.094c3.6625-.1838 6.61-3.2612 6.61-6.9494zM6.8943 5.9229H2.424V24h4.4704z"/></svg>
Copied!