Jre Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jre Wallet 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/342291.svg" alt="Jre Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342291.svg" alt="Jre Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342291.svg" alt="Jre Wallet icon" :width="24" :height="24" />
CSS background
.icon-jre-wallet {
background-image: url('https://proicons.com/icon/342291.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m43.5 35.7-31.2-1e-6c-4.3212 0-7.8-3.7288-7.8-8.05s3.4788-8.05 7.8-8.05h5.85"/><circle class="d" cx="17.9" cy="13.05" r="1.25"/><circle class="d" cx="10.575" cy="13.05" r="1.25"/><path class="d" d="m21.495 15.49c-1.1369.50157-1.652 1.8299-1.1504 2.9668l5.4629 12.4c.50084 1.1366 1.8279 1.6523 2.9648 1.1523 1.1377-.50084 1.6537-1.8293 1.1523-2.9668l-5.4634-12.4c-.50226-1.1366-1.8293-1.6523-2.9662-1.1523z"/><path class="d" d="m29.417 15.491c-1.1369.50157-1.652 1.8299-1.1504 2.9668l5.4629 12.4c.50084 1.1366 1.8279 1.6523 2.9648 1.1523 1.1377-.50084 1.6537-1.8293 1.1523-2.9668l-5.4638-12.4c-.50179-1.1366-1.8288-1.6523-2.9658-1.1523z"/><path class="d" d="m27.866 24.369 1.5027-3.411m2.4583 5.5801-1.8786 4.2646"/><path class="d" d="m35.788 24.37 3.4041-7.7271c.50179-1.1366 1.8288-1.6523 2.9658-1.1523 1.1369.50157 1.652 1.8299 1.1509 2.9668l-5.4384 12.346"/></svg>
Copied!