Regal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Regal 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/332040.svg" alt="Regal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332040.svg" alt="Regal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332040.svg" alt="Regal icon" :width="24" :height="24" />
CSS background
.icon-regal {
background-image: url('https://proicons.com/icon/332040.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9999,4.0135l16.4397,7.9172,4.0604,17.7894-11.3764,14.2665H14.8764L3.5,29.72,7.5604,11.9306l16.4395-7.9172Z"/><path class="b" d="M23.9999,41.1786l-12.6166-6.0759-3.1161-13.6523,8.7311-10.9481h14.0034l8.7311,10.9481-3.1161,13.6523-12.6168,6.0759Z"/><path class="b" d="M17.1371,31.1127v-12.1442h9.0874c2.562,0,4.639.5598,4.639,3.0557s-2.0769,3.0557-4.639,3.0557h-9.0874"/><path class="b" d="M24.6288,25.0802l6.7465,6.0326"/></svg>
Copied!