Cowrywise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cowrywise 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/338617.svg" alt="Cowrywise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338617.svg" alt="Cowrywise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338617.svg" alt="Cowrywise icon" :width="24" :height="24" />
CSS background
.icon-cowrywise {
background-image: url('https://proicons.com/icon/338617.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><path class="b" d="M11.5896,16.896c-1.2382,2.163-1.8896,4.6121-1.8896,7.1044,0,7.8977,6.4023,14.3,14.3,14.3s14.3-6.4023,14.3-14.3h0c0-7.8977-6.4023-14.3-14.3-14.3h-15.522"/><circle class="b" cx="23.9996" cy="24" r="7.1"/><path class="b" d="M23.9996,16.9l-20.293-.0013c-.7985,2.2815-1.2066,4.6827-1.2066,7.1013,0,11.874,9.6259,21.5,21.5,21.5s21.5-9.6259,21.5-21.5h0c0-11.874-9.6259-21.5-21.5-21.5h-10.75"/></svg>
Copied!