Nethack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nethack 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/344658.svg" alt="Nethack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344658.svg" alt="Nethack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344658.svg" alt="Nethack icon" :width="24" :height="24" />
CSS background
.icon-nethack {
background-image: url('https://proicons.com/icon/344658.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.5866,14.55A12.3493,12.3493,0,0,0,43.5,13.6653L39.41,8.36,37.5866,9.41"/><path class="a" d="M35.566,30.67a13.5805,13.5805,0,0,0,5.5023,5.1014L37.9734,37.43s.4422,2.708,1.6027,3.6475c-3.5369.608-7.3755-.756-8.4406-4.7992"/><path class="a" d="M34.4949,32.1671s1.7653,1.2833.66,2.2228a1.8859,1.8859,0,0,1-2.34-.06"/><path class="a" d="M24,42.0718C16.6584,38.369,10.4134,27.537,10.4134,27.537V5.9282L14.1162,9.631l3.6752-3.6752H30.2086L33.8838,9.631l3.7028-3.7028V27.537S31.3416,38.369,24,42.0718Z"/><path class="a" d="M10.4134,14.55A12.3493,12.3493,0,0,1,4.5,13.6653L8.59,8.36l1.8238,1.05"/><path class="a" d="M12.434,30.67a13.5805,13.5805,0,0,1-5.5023,5.1014L10.0266,37.43s-.4422,2.708-1.6027,3.6475c3.5369.608,7.3755-.756,8.4406-4.7992"/><path class="a" d="M13.5051,32.1671S11.74,33.45,12.8451,34.39a1.8859,1.8859,0,0,0,2.3395-.06"/><line class="a" x1="24" y1="5.9558" x2="24" y2="42.0718"/></svg>
Copied!