Reigns Got Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reigns Got 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/332049.svg" alt="Reigns Got icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332049.svg" alt="Reigns Got icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332049.svg" alt="Reigns Got icon" :width="24" :height="24" />
CSS background
.icon-reigns-got {
background-image: url('https://proicons.com/icon/332049.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="21.5354 9.9167 11.9945 14.231 10.8542 28.3795 12.4506 35.6789 21.5354 40.6871"/><polyline class="c" points="21.5354 43.5 10.246 38.6061 7.7372 13.2337 13.2869 6.0965 21.5354 4.5"/><line class="c" x1="16.8315" y1="21.7763" x2="16.8315" y2="27.4781"/><line class="c" x1="26.2394" y1="21.7763" x2="26.2394" y2="27.4781"/><polyline class="c" points="21.5354 32.5526 19.2547 32.5526 16.6604 35.2325 16.1948 37.7429"/><polyline class="c" points="21.5354 9.9167 31.0764 14.231 32.2167 28.3795 30.6202 35.6789 21.5354 40.6871"/><polyline class="c" points="21.5354 43.5 32.8249 38.6061 35.3337 13.2337 29.784 6.0965 21.5354 4.5"/><polyline class="c" points="21.5354 32.5526 23.8161 32.5526 26.4104 35.2325 26.8761 37.7429"/></svg>
Copied!