Bonify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bonify 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/322850.svg" alt="Bonify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322850.svg" alt="Bonify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322850.svg" alt="Bonify icon" :width="24" :height="24" />
CSS background
.icon-bonify {
background-image: url('https://proicons.com/icon/322850.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M42.3509,19.0827c2.2244,8.3001-1.3991,17.06-8.8369,21.3633-7.4386,4.3033-16.8396,3.0776-22.9262-2.9891-6.0861-6.0655-7.3437-15.4608-3.067-22.9134C11.7982,7.0906,20.5455,3.4367,28.8533,5.6324"/><path class="d" d="M18.019,19.291l6.3628,7.127L43.0002,5.6116"/></svg>
Copied!