Cakewallet Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cakewallet Alt 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/323101.svg" alt="Cakewallet Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323101.svg" alt="Cakewallet Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323101.svg" alt="Cakewallet Alt icon" :width="24" :height="24" />
CSS background
.icon-cakewallet-alt {
background-image: url('https://proicons.com/icon/323101.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M16.3825,27.5802h4.77v-7.74l6,6,6-6v7.74h4.79"/><path class="c" d="M16.3825,27.5802c-1.9547-5.95,1.2841-12.3581,7.2341-14.3129,4.0532-1.3316,8.5108-.2756,11.5359,2.7329l7.2-7.2c-4.051-4.0573-9.5566-6.3258-15.29-6.3h0c-11.874.0469-21.4618,9.7108-21.4149,21.5848.0469,11.874,9.7108,21.4618,21.5848,21.4149,5.6347-.0223,11.0354-2.2557,15.0401-6.2197l-7.12-7.21c-4.4491,4.4157-11.6355,4.3887-16.0512-.0604-.6309-.6357-1.1843-1.3438-1.6488-2.1096"/><circle class="c" cx="27.1525" cy="24.0002" r="11.35"/></svg>
Copied!