Swagbucks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swagbucks 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/333520.svg" alt="Swagbucks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333520.svg" alt="Swagbucks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333520.svg" alt="Swagbucks icon" :width="24" :height="24" />
CSS background
.icon-swagbucks {
background-image: url('https://proicons.com/icon/333520.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.1851,12.4156l-7.0029,7.0029c-2.2195,2.2195-2.2195,5.8181,0,8.0376l.6257.6257c2.2195,2.2195,5.8181,2.2195,8.0376,0l8.9521-8.9521c2.2195-2.2195,5.8181-2.2195,8.0376,0h0c2.2195,2.2195,2.2195,5.8181,0,8.0377l-15.2423,15.2423c-2.2195,2.2195-5.8181,2.2195-8.0376,0l-14.3908-14.3908c-2.2195-2.2195-2.2195-5.8181,0-8.0376l14.3908-14.3908c2.2195-2.2195,5.8181-2.2195,8.0376,0l4.9333,4.9333"/></svg>
Copied!