Sword Of Elpisia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sword Of Elpisia 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/333554.svg" alt="Sword Of Elpisia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333554.svg" alt="Sword Of Elpisia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333554.svg" alt="Sword Of Elpisia icon" :width="24" :height="24" />
CSS background
.icon-sword-of-elpisia {
background-image: url('https://proicons.com/icon/333554.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m16.2123,28.8207c1.5267,1.8328,3.3596,2.7483,6.1079,2.7483h3.6647c3.3596,0,6.1088-2.7483,6.1088-6.1079h0c0-3.3596-2.7492-6.1079-6.1088-6.1079h-3.9699c-3.3596,0-6.1088-2.7492-6.1088-6.1079h0c0-3.3596,2.7492-6.1088,6.1088-6.1088h3.6647c2.7483,0,4.5811.6112,6.1079,2.7492m10.7123,24.8395l-37,.093m29.582-6.1809v12.2261"/></svg>
Copied!