Cakewallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cakewallet 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/337659.svg" alt="Cakewallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337659.svg" alt="Cakewallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337659.svg" alt="Cakewallet icon" :width="24" :height="24" />
CSS background
.icon-cakewallet {
background-image: url('https://proicons.com/icon/337659.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M10.462,32.3015c-.5923-.5931-.6361-.8097-.6361-1.5871V12.8007c0-1.1752.9104-2.0611,2.1791-2.3327l24.1661-5.1735c1.2559-.2689,1.8025.5892.7344,1.6788l-13.9157,14.1962c-.5179.5283-.6283.7058-.6283,1.8727l.0004,18.5987c0,.8544-1.0598,1.5135-1.7716.8009l-10.1282-10.1404Z"/><path id="d" class="g" d="M22.4903,27.5251l15.3254-15.3207"/><path id="e" class="g" d="M22.4903,33.3157l5.3138-5.3122c1.9865-1.9859,2.976.4924,4.402-.8954,1.264-1.2302.4127-3.9178,2.5883-6.0927l3.0213-3.0204"/><path id="f" class="g" d="M20.7103,42.5469c.5879.5541,1.5556.2212,1.9932-.2146l14.0825-14.0252c.6045-.602,1.388-1.3458,1.388-2.3431V6.3129c.0161-1.3716-1.2376-1.2234-2.0028-1.0184"/></svg>
Copied!