Rewards Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/346706.svg" alt="Rewards icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346706.svg" alt="Rewards icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346706.svg" alt="Rewards icon" :width="24" :height="24" />
CSS background
.icon-rewards {
background-image: url('https://proicons.com/icon/346706.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M11.28,9v3.82H4.5v3.74c0,6.26,1.86,9.75,6.33,11.92a21,21,0,0,1,4.56,3.31,11.08,11.08,0,0,0,3.92,2.69L21,35v4.53H18.42c-3.12,0-4.17.71-4.17,2.82v1.42h19.5V42.5c0-2.07-1.28-3-4.24-3H27V35l1.72-.51a11,11,0,0,0,3.92-2.7,22.75,22.75,0,0,1,4.74-3.47,11.08,11.08,0,0,0,5.71-6.49,27.27,27.27,0,0,0,.44-5.29V12.83H36.72V9ZM24,15.37l2.05,4.24,4.94,0-3.87,3.57,1.11,4.56L24,25.47l-4.23,2.3,1.11-4.56L17,19.64l4.95,0ZM8.06,16.64h3.16l0,7.88c-.33.2-1.36-1-2.11-2.37a11.81,11.81,0,0,1-.81-3.28Zm28.72,0h3.44l-.29,2.2a7.5,7.5,0,0,1-2.07,4.9,3.68,3.68,0,0,1-1.11,1Z"/></svg>
Copied!