Survivalcraft Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Survivalcraft 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/348060.svg" alt="Survivalcraft icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348060.svg" alt="Survivalcraft icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348060.svg" alt="Survivalcraft icon" :width="24" :height="24" />
CSS background
.icon-survivalcraft {
background-image: url('https://proicons.com/icon/348060.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>.r{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="r" d="M24.2809,14.0857v11.5127"/><path id="d" class="r" d="M24.2809,14.0857l8.9616-4.6799"/><path id="e" class="r" d="M33.2425,9.4058l-9.4449-3.9058"/><path id="f" class="r" d="M23.7977,5.5l-9.2073,4.0296,9.6905,4.5561"/><path id="g" class="r" d="M14.5904,9.5296l.7049,10.7782"/><path id="h" class="r" d="M15.2953,20.3078l8.9856,5.2907"/><path id="i" class="r" d="M33.2425,9.4058l-.6243,10.7879-8.3374,5.4047,10.562,6.417-.8095,10.0013"/><path id="j" class="r" d="M32.6183,20.1937l10.2056,5.0576-7.981,6.7642"/><path id="k" class="r" d="M34.0334,42.0168l7.5925-6.8335,1.198-9.9319"/><path id="l" class="r" d="M24.2809,25.5985v9.8722l9.7525,6.5461"/><path id="m" class="r" d="M24.2809,25.5985l-10.1737,6.6103"/><path id="n" class="r" d="M15.2953,20.3078l-10.1192,5.7739,8.9311,6.1271"/><path id="o" class="r" d="M24.2809,35.4706l-9.4689,7.0294"/><path id="p" class="r" d="M5.1761,26.0817l1.3884,9.5077,8.2475,6.9106"/><path id="q" class="r" d="M14.1072,32.2088l.7049,10.2912"/></g></svg>
Copied!