Vale Bonus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vale Bonus 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/349194.svg" alt="Vale Bonus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349194.svg" alt="Vale Bonus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349194.svg" alt="Vale Bonus icon" :width="24" :height="24" />
CSS background
.icon-vale-bonus {
background-image: url('https://proicons.com/icon/349194.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M37.0936,42.4958l-26.5225-1.5725c-1.2093-.0717-2.1869-1.012-2.3056-2.2175l-1.7471-17.7404c-.125-1.2693.7913-2.4042,2.0585-2.5494l30.1723-3.4583c1.5455-.1771,2.8662,1.1049,2.735,2.6549l-1.9249,22.7486c-.1068,1.2625-1.2008,2.2097-2.4656,2.1347Z"/><line class="c" x1="19.3073" y1="33.1843" x2="27.9813" y2="24.5103"/><path class="c" d="M27.9813,16.1918s8.3867-7.5031,5.9084-9.9814-8.9794,1.6522-10.0604,10.4573c-4.2348-4.8542-9.6177-8.0868-11.2699-5.5366-2.2648,3.4956,5.6581,6.1799,5.6581,6.1799"/><circle class="c" cx="19.846" cy="25.1568" r="1.3289"/><circle class="c" cx="27.4453" cy="32.7148" r="1.3289"/></svg>
Copied!