Mytonwallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mytonwallet 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/344492.svg" alt="Mytonwallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344492.svg" alt="Mytonwallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344492.svg" alt="Mytonwallet icon" :width="24" :height="24" />
CSS background
.icon-mytonwallet {
background-image: url('https://proicons.com/icon/344492.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="13"/><path class="b" d="M24,2.5l3.1734,3.5026,4.18-2.206,1.7841,4.3768,4.6824-.6433.1795,4.723,4.6201.9969-1.4467,4.4996,4.0005,2.517-2.8984,3.7334,2.8984,3.7334-4.0005,2.517,1.4467,4.4996-4.6201.9969-.1795,4.723-4.6824-.6433-1.7841,4.3768-4.18-2.206-3.1734,3.5026-3.1734-3.5026-4.18,2.206-1.7841-4.3768-4.6824.6433-.1795-4.723-4.6201-.9969,1.4467-4.4996-4.0005-2.517,2.8984-3.7334-2.8984-3.7334,4.0005-2.517-1.4467-4.4996,4.6201-.9969.1795-4.723,4.6824.6433,1.7841-4.3768,4.18,2.206,3.1734-3.5026Z"/><path class="b" d="M42.275,24l-5.4725,2.2574,4.3704,3.993-5.9146.2496,2.7411,5.2469-5.6432-1.7884.7813,5.868-4.6912-3.6106-1.2728,5.7814-3.1734-4.9974-3.1734,4.9974-1.2728-5.7814-4.6912,3.6106.7813-5.868-5.6432,1.7884,2.7411-5.2469-5.9146-.2496,4.3704-3.993-5.4725-2.2574,5.4725-2.2574-4.3704-3.993,5.9146-.2496-2.7411-5.2469,5.6432,1.7884-.7813-5.868,4.6912,3.6106,1.2728-5.7814,3.1734,4.9974,3.1734-4.9974,1.2728,5.7814,4.6912-3.6106-.7813,5.868,5.6432-1.7884-2.7411,5.2469,5.9146.2496-4.3704,3.993,5.4725,2.2574Z"/></svg>
Copied!