Hollow Knight Silksong Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hollow Knight Silksong 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/327081.svg" alt="Hollow Knight Silksong icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327081.svg" alt="Hollow Knight Silksong icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327081.svg" alt="Hollow Knight Silksong icon" :width="24" :height="24" />
CSS background
.icon-hollow-knight-silksong {
background-image: url('https://proicons.com/icon/327081.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="M16.4567,32.2787c2.2693,0,4.613,2.7529,4.613,5.9523,0,1.2277-.4464,1.8973-1.4881,1.8973-1.5253,0-4.5386-2.8645-4.5386-6.2127,0-1.0416.4953-1.6369,1.4137-1.6369Z"/><path class="b" d="M24,43.5c4.5742,0,13.5532-3.5577,13.5532-18.551,0-10.6532-4.918-17.2865-7.7652-20.2341-.4953-.5127-1.3528-.0335-1.1578.6521,2.3776,8.3596.5781,16.8289-4.6302,16.8289s-7.0078-8.4693-4.6302-16.8289c.195-.6857-.6626-1.1648-1.1578-.6521-2.8472,2.9476-7.7652,9.5808-7.7652,20.2341,0,14.9933,8.979,18.551,13.5532,18.551Z"/><path class="b" d="M31.5433,32.2787c-2.2693,0-4.613,2.7529-4.613,5.9523,0,1.2277.4464,1.8973,1.4881,1.8973,1.5253,0,4.5386-2.8645,4.5386-6.2127,0-1.0416-.4953-1.6369-1.4137-1.6369Z"/></svg>
Copied!