Jre Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jre 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/327730.svg" alt="Jre Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327730.svg" alt="Jre Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327730.svg" alt="Jre Bank icon" :width="24" :height="24" />
CSS background
.icon-jre-bank {
background-image: url('https://proicons.com/icon/327730.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="M11.3403,19.0011c-2.7612,4.7829-1.1225,10.8986,3.6603,13.66,4.7829,2.7612,10.8986,1.1225,13.66-3.6603,2.7612-4.7829,1.1225-10.8986-3.6603-13.66-4.7829-2.7612-10.8986-1.1225-13.66,3.6603Z"/><path class="b" d="M30.9603,34.9601c-4.433,4.433-11.1,5.7591-16.892,3.3599-5.792-2.399-9.5685-8.0508-9.5686-14.32,0-6.2692,3.7766-11.921,9.5686-14.32,5.792-2.3992,12.459-1.0731,16.892,3.3599"/><path class="b" d="M43.5003,24.0001c-4.7479-1.5818-7.8621-6.7732-12.58-11"/><path class="b" d="M43.5003,24.0001c-4.7479,1.5818-7.8621,6.7732-12.58,11"/><path class="b" d="M9.0949,34.9821c7.0808,3.4537,15.6267.8412,19.566-5.9814"/><path class="b" d="M30.9063,13.0181c-7.0808-3.4537-15.6267-.8412-19.566,5.9814"/><path class="b" d="M20.7853,24.0001c1.3321,0,2.412,1.0699,2.412,2.3898s-1.0799,2.3898-2.412,2.3898h-3.9798v-9.5592h3.9798c1.3321,0,2.412,1.0699,2.412,2.3898s-1.0799,2.3898-2.412,2.3898Z"/><line class="b" x1="20.7853" y1="24.0001" x2="16.8053" y2="24.0001"/></svg>
Copied!