Ronin Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ronin 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/346779.svg" alt="Ronin Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346779.svg" alt="Ronin Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346779.svg" alt="Ronin Wallet icon" :width="24" :height="24" />
CSS background
.icon-ronin-wallet {
background-image: url('https://proicons.com/icon/346779.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="17.497 30.887 17.497 10.941 30.752 10.941 30.752 18.374 28.306 20.821 17.497 20.915"/><polyline class="a" points="28.306 20.821 30.876 23.392 30.876 30.887"/><path class="a" d="M12.5,4.5H35.5011A2.6839,2.6839,0,0,1,38.185,7.1839v24.86A2.6838,2.6838,0,0,1,37.1387,34.17L25.7479,42.9425a2.684,2.684,0,0,1-3.2572.0138L10.8793,34.17a2.684,2.684,0,0,1-1.0643-2.14L9.8162,7.1838A2.684,2.684,0,0,1,12.5,4.5Z"/></svg>
Copied!