Reigns Her Majesty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reigns Her Majesty 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/346609.svg" alt="Reigns Her Majesty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346609.svg" alt="Reigns Her Majesty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346609.svg" alt="Reigns Her Majesty icon" :width="24" :height="24" />
CSS background
.icon-reigns-her-majesty {
background-image: url('https://proicons.com/icon/346609.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="18.8097" y1="28.0883" x2="18.8097" y2="32.1766"/><polyline class="c" points="14.9408 38.1796 13.5533 30.1325 14.9408 24 24.0033 17.9259"/><line class="c" x1="12.0348" y1="19.3276" x2="12.0348" y2="16.4074"/><polygon class="c" points="24 44.5 36.7245 35.6225 38.8854 29.7236 35.9652 22.0142 35.9652 19.3276 32.1689 15.8234 32.1689 11.6766 30.8256 9.8077 29.3655 11.6182 29.3655 13.4288 26.3869 10.859 26.3869 6.0698 24 3.5 21.6131 6.0698 21.6131 10.859 18.6345 13.4288 18.6345 11.6182 17.1744 9.8077 15.8311 11.6766 15.8311 15.8234 12.0348 19.3276 12.0348 22.0142 9.1146 29.7236 11.2755 35.6225 24 44.5"/><line class="c" x1="29.1903" y1="28.0883" x2="29.1903" y2="32.1766"/><polyline class="c" points="33.0592 38.1796 34.4467 30.1325 33.0592 24 23.9967 17.9259"/><line class="c" x1="35.9652" y1="19.3276" x2="35.9652" y2="16.4074"/></svg>
Copied!