Kreditbee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kreditbee 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/328061.svg" alt="Kreditbee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328061.svg" alt="Kreditbee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328061.svg" alt="Kreditbee icon" :width="24" :height="24" />
CSS background
.icon-kreditbee {
background-image: url('https://proicons.com/icon/328061.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="m25.1767,35.9602s4.1476,1.3144,7.7117.6654c6.322-1.1513,12.7512-5.7727,9.9272-14.0393-.4745-1.3889-2.5812-4.9924-6.3641-6.1308,0,0,1.2863-3.0281-1.1906-7.3905-4.2213-7.4348-17.8077-6.3453-21.2903,7.4131,0,0-.2973.832-1.0795.3824,0,0-1.5738-1.0397-5.7205-1.9576,0,0-1.244-.1499-1.734,1.0865,0,0-6.7374,21.7251,15.932,27.4262,0,0,1.5316.6411,2.118-1.6108,0,0,.9063-2.583.9596-5.2852,0,0,.0747-.6155.7304-.5594Z"/><path id="e" class="f" d="m30.0706,29.0885c1.1776.1212,1.7819-.0757,2.3888-.5204,2.5598-1.876,1.6414-4.7871-.0668-5.8022-.5696-.3385-1.2115-.5611-1.8893-.5451-1.1243.0265-2.4274.4961-3.5834.614,0,0-1.5688-.1949-.6175-1.5125l2.0622-2.6055s.5601-.946.5784-1.4727c.0775-2.2333-1.9062-4.3428-4.5125-3.5387-.6747.2082-1.0453.5464-1.8554,1.6892l-3.913,9.7598s-.663,1.9999,1.4763,2.5713l9.9323,1.3629Z"/></g></svg>
Copied!