Island Bargains Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Island Bargains 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/342119.svg" alt="Island Bargains icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342119.svg" alt="Island Bargains icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342119.svg" alt="Island Bargains icon" :width="24" :height="24" />
CSS background
.icon-island-bargains {
background-image: url('https://proicons.com/icon/342119.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><circle class="c" cx="24" cy="23.0687" r="21.5"/><circle class="c" cx="30.3458" cy="9.5794" r="3.8411"/><path class="c" d="M20.1682,26.9065c-3.9813-2.1589-9.6729.4206-11.7477,4.8224-.9252-10.486,6.9252-14.5234,13.7103-8.4953-.4766-3.9533-2.215-7.9346-7.0935-8.243,2.7477-1.4579,10.9626-.9252,11.8879,5.8037,4.486-3.2593,9.4206-2.7827,13.4299,2.4322-5.5234-3-10.1776-.0561-11.7477,2.9159,5.4393-1.4019,10.8224.5047,11.7477,4.9626"/><path class="c" d="M19.236,30.1308c-1.4782,4.3178-2.3731,9.0564-2.6971,13.1076"/><path class="c" d="M38.0584,36.1238c-1.4322-4.8505-7.0957-5.993-11.049-4.9065-2.4673,4.2617-2.6588,13.3514-2.6588,13.3514"/></svg>
Copied!