Reroll Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reroll 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/346658.svg" alt="Reroll icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346658.svg" alt="Reroll icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346658.svg" alt="Reroll icon" :width="24" :height="24" />
CSS background
.icon-reroll {
background-image: url('https://proicons.com/icon/346658.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><polygon class="cls-1" points="19.04 5.5 37.54 10.46 42.5 28.96 28.96 42.5 10.46 37.54 5.5 19.04 19.04 5.5"/><polygon class="cls-1" points="21.25 13.72 16.03 33.19 35.49 27.97 21.25 13.72"/><polygon class="cls-1" points="35.49 27.97 37.54 10.46 21.25 13.72 35.49 27.97"/><polygon class="cls-1" points="21.25 13.72 5.5 19.04 16.03 33.19 21.25 13.72"/><polygon class="cls-1" points="16.03 33.19 28.96 42.5 10.46 37.54 16.03 33.19"/><polygon class="cls-1" points="35.49 27.97 28.96 42.5 42.5 28.96 35.49 27.97"/><line class="cls-1" x1="19.04" y1="5.5" x2="21.25" y2="13.72"/><path class="cls-1" d="M21.72,28.08V20.8h2.44a2.45,2.45,0,1,1,0,4.89H21.72"/><line class="cls-1" x1="24.16" y1="25.69" x2="26.58" y2="28.11"/></svg>
Copied!