Kb Star Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kb Star Banking icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/342414.svg" alt="Kb Star Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342414.svg" alt="Kb Star Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342414.svg" alt="Kb Star Banking icon" :width="24" :height="24" />
CSS background
.icon-kb-star-banking {
background-image: url('https://proicons.com/icon/342414.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m4.508 30 29.347-18.5"/><path class="d" d="m5.108 16.5 28.847 17.5"/><path class="d" d="m19.008 9.5c-4.1172 7.1312-3.12 25.328-1 29"/><path class="d" d="m32.989 19.252c-.8306 3.0998-.42619 10.257-.42619 10.257 8.2494-14.288 20.057 3.3452-.49651 3.3452"/></svg>
Copied!