Soul Knight Prequel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Soul Knight Prequel 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/347659.svg" alt="Soul Knight Prequel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347659.svg" alt="Soul Knight Prequel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347659.svg" alt="Soul Knight Prequel icon" :width="24" :height="24" />
CSS background
.icon-soul-knight-prequel {
background-image: url('https://proicons.com/icon/347659.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="35.3806" y="35.7451" width="7.1991" height="6.4701" rx="3.1698" ry="3.1698" transform="translate(94.1065 38.9802) rotate(135)"/><rect class="c" x="24.2584" y="28.995" width="15.5926" height="6.1193" rx="1.7632" ry="1.7632" transform="translate(77.3868 32.0547) rotate(135)"/><line class="c" x1="5.5" y1="5.5" x2="29.8912" y2="29.8912"/><line class="c" x1="37.9089" y1="35.7496" x2="35.9938" y2="32.4471"/><path class="c" d="M26.5001,33.2822l-12.0918-9.873C9.0039,18.9965,5.7587,12.4723,5.5,5.5h0s0,0,0,0c6.9723.2587,13.4965,3.5039,17.9092,8.9084l9.873,12.0918"/><line class="c" x1="35.7496" y1="37.9089" x2="32.4471" y2="35.9938"/></svg>
Copied!