Dont Starve Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dont Starve 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/339233.svg" alt="Dont Starve icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339233.svg" alt="Dont Starve icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339233.svg" alt="Dont Starve icon" :width="24" :height="24" />
CSS background
.icon-dont-starve {
background-image: url('https://proicons.com/icon/339233.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.7469,19.7147c-.2116.6526-.3173,1.3143-.2962,1.9815.254,8.054-.9795,17.1963-6.7479,21.8037-13.8223-8.9609-10.8837-19.2279-9.8679-20.6065-1.0209-1.1985-1.2698-2.5033-1.0158-3.4832,3.3377-.0363,9.5414,2.286,9.5414,2.286,2.2493-1.1972,4.8734-2.1854,8.3865-1.9815Z"/><path class="b" d="m33.7469,9.6176s-.9855.5056-.8767-1.272,1.9228-2.5395,2.3581.3991-.9795,5.0428-5.0428,5.9906c0,0,.5079-1.4557.4353-2.9794-.4353-.653-4.027-5.0791-8.1628-5.6595s-4.426,6.1312-4.426,6.1312c0,0,.2198-3.3459,2.3582-2.8661.9178.206,5.4331,5.4909-1.0521,5.3693-8.0546-.151-5.4056-8.4167-1.8502-10.2307-8.9972,1.7414-11.4279,10.8474-11.4279,10.8474,1.0158,3.4828,5.6958,7.9451,5.6958,7.9451-2.467.6893-2.7935,2.013-2.7935,2.013,2.8298.2726,5.0592,4.6623,5.0592,4.6623"/><path class="b" d="m16.073,29.0247c-1.1972-.5805-2.7935-.2911-1.6688,2.4303s3.0385,2.3806,3.0385,2.3806"/><path class="b" d="m33.0873,29.9678c.9076-2.5395,5.9866-6.2399,5.9866-6.2399-1.8865-.3265-2.9933-1.5963-2.9933-1.5963,1.9775-1.814,5.8594-5.1879,5.8594-5.1879-1.2335-3.5191-7.8-12.4437-7.8-12.4437,0,0-1.3423,1.0158-1.2698,3.8456"/><path class="b" d="m32.525,33.1085c2.2317.5962,3.2131-2.6308,2.922-6.2959"/><path class="b" d="m24.6107,36.6433c.9312-.907,3.2167-1.1609,3.2167-1.1609"/><polyline class="b" points="24.9614 33.1799 26.4126 34.394 26.8116 29.0247"/><line class="b" x1="18.6488" y1="26.1223" x2="23.6191" y2="26.8126"/><line class="b" x1="26.9567" y1="26.6665" x2="31.9995" y2="26.8126"/><line class="b" x1="22.4037" y1="29.4056" x2="22.4037" y2="28.553"/><line class="b" x1="28.3716" y1="29.0247" x2="28.3716" y2="28.1721"/><line class="b" x1="23.474" y1="30.6572" x2="22.2767" y2="31.4549"/></svg>
Copied!