Hollow Knight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hollow Knight 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/341639.svg" alt="Hollow Knight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341639.svg" alt="Hollow Knight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341639.svg" alt="Hollow Knight icon" :width="24" :height="24" />
CSS background
.icon-hollow-knight {
background-image: url('https://proicons.com/icon/341639.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><path class="c" d="m24.6355,18.777c-6.7503,0-11.0683,1.7652-11.0683,1.7652,0,0-3.6099-2.4331-3.4827-5.3274s3.6099-5.884,3.594-6.4406-1.5744-.2544-1.638-1.0973,1.9878-2.5126,1.1609-3.101-7.2835,2.1628-7.2835,11.2274c0,7.3868,5.0094,9.1123,5.5342,10.3209.3116.7176-.0035,8.3198,2.8307,13.2152,2.2741,3.928,7.1824,4.2808,10.4481,4.1347,4.9776-.2226,9.7961-1.4631,11.0206-6.1544s.2385-9.9869.7156-11.0047,6.199-5.4207,5.566-11.4977c-.7156-6.87-5.801-11.3795-7.5061-9.8597-.7315.652,1.3517,2.1787,1.2563,2.9897s-1.1768.159-1.3517,1.0019,3.5781,3.5145,3.2124,6.6633c-.3658,3.1487-2.0356,4.6118-2.8625,4.6595s-5.7409-1.4949-10.146-1.4949Z"/><path class="c" d="m18.207,31.9977c2.7351-.4613,4.1215,2.256,4.1324,4.4035s-1.0846,3.1779-2.7658,3.1888-3.5142-1.4968-3.6335-4.2842c-.1193-2.7875,1.3666-3.1562,2.2668-3.3081Z"/><path class="c" d="m31.2146,31.8653c-2.7351-.4613-4.1215,2.256-4.1324,4.4035s1.0846,3.1779,2.7658,3.1888,3.5142-1.4968,3.6335-4.2842-1.3666-3.1562-2.2668-3.3081Z"/></svg>
Copied!