Revolut Junior Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revolut Junior 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/332144.svg" alt="Revolut Junior icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332144.svg" alt="Revolut Junior icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332144.svg" alt="Revolut Junior icon" :width="24" :height="24" />
CSS background
.icon-revolut-junior {
background-image: url('https://proicons.com/icon/332144.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-rule:evenodd;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="9.2368" y="14.6311" width="6.892" height="27.8688"/><path class="c" d="m37.7,15.34c.51,6.07-4.21,11.3-10.15,11.6l11.21,15.56h-8.19l-11.18-15.52c-.03-.08-.05-.16-.08-.25v-5.29c0-.23.19-.42.42-.42h6.45c1.02,0,2.04-.26,2.88-.85,1.34-.96,2.08-2.44,2.05-4.03-.05-2.58-2.27-4.69-4.95-4.69H9.24v-5.95h17.45c1.6,0,3.15.34,4.55.95"/><circle class="d" cx="37.2736" cy="8.8568" r="6.5"/><path class="d" d="m39.2736,4.8568v6c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-.6642"/></svg>
Copied!