Reigns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reigns 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/346607.svg" alt="Reigns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346607.svg" alt="Reigns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346607.svg" alt="Reigns icon" :width="24" :height="24" />
CSS background
.icon-reigns {
background-image: url('https://proicons.com/icon/346607.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="33.9837" y1="19.9406" x2="33.9837" y2="9.8419"/><path class="b" d="m24,43.5l-9.9837-6.8318v-16.7276c2.2879.875,6.8548,1.04,9.9837,1.04"/><path class="b" d="m24,20.9806c3.1289,0,7.6958-.164,9.9837-1.04v16.7276l-9.9837,6.8318"/><line class="b" x1="29.0539" y1="26.8964" x2="29.0539" y2="31.6663"/><path class="b" d="m33.9837,9.8609c.7167-.462,1.1498-1.2563,1.15-2.1089,0-1.3862-1.1237-2.5099-2.5099-2.5099-1.3862,0-2.5099,1.1237-2.5099,2.5099h0c.0001.9028.485,1.736,1.27,2.1819"/><path class="b" d="m16.6152,9.9309v3.4909c2.0199.389,3.9189.346,5.8429.395l.09-4.6569c-.626-.502-1.059-1.297-1.059-2.1499,0-1.3862,1.1237-2.5099,2.5099-2.5099s2.5099,1.1237,2.5099,2.5099h0c-.0089.864-.4233,1.6735-1.119,2.1859l.15,4.6209c1.924-.049,3.8219-.006,5.8429-.394v-3.4919"/><line class="b" x1="14.0163" y1="19.9406" x2="14.0163" y2="9.8409"/><line class="b" x1="18.9461" y1="26.8964" x2="18.9461" y2="31.6663"/><path class="b" d="m14.0163,9.8609c-.717-.4622-1.1501-1.2569-1.15-2.1099.0006-1.3858,1.1241-2.5089,2.5099-2.5089,1.3862,0,2.5099,1.1237,2.5099,2.5099h0c-.0005.9024-.4854,1.7351-1.27,2.1809"/></svg>
Copied!