Everyday Rewards Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Everyday Rewards 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/340149.svg" alt="Everyday Rewards icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340149.svg" alt="Everyday Rewards icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340149.svg" alt="Everyday Rewards icon" :width="24" :height="24" />
CSS background
.icon-everyday-rewards {
background-image: url('https://proicons.com/icon/340149.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M30.1206,4.5h7.6941c.8245,0,.9338.7238.9338,1.2978v6.4613c0,4.1685-4.3964,7.5244-9.8574,7.5244h-5.7832c.7734-4.6912,3.0556-7.7336,9.7755-9.1943.4741-.103.6872-.9391,0-.9161-6.2902.2104-12.6084,5.1413-12.6082,9.0052l.0015,22.9768c0,1.022-.8243,1.8448-1.8483,1.8448h-7.3289c-1.0239,0-1.8483-.8228-1.8483-1.8448V6.3448c0-1.022.8243-1.8448,1.8483-1.8448h7.3289c1.0239,0,1.8483.8228,1.8483,1.8448l-.0004,5.2915c.2626-3.9869,4.5539-7.1363,9.8442-7.1363Z"/></svg>
Copied!