Subnautica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subnautica 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/347976.svg" alt="Subnautica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347976.svg" alt="Subnautica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347976.svg" alt="Subnautica icon" :width="24" :height="24" />
CSS background
.icon-subnautica {
background-image: url('https://proicons.com/icon/347976.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="M3.5,23.3645s2.6562,1.5862,3.1264,3.3049c.4918,1.7979.412,4.767,4.2962,4.767s5.2574-.6278,8.2196-2.0206c1.4517.5885,4.5708.4316,7.4658,2.2363,1.9141,1.1932,5.0912,1.6952,4.7361,2.8174-.5754,1.8189-2.1971,2.8129-2.4325,4.3822s-1.5669,3.7361-.3727,3.4134c2.9033-.7847,5.3947-6.9053,6.7679-8.2392s6.5646-4.1468,6.8784-7.7564c1.6871-.1177,2.3148-2.1849,2.3148-2.1849,0,0-.6278-2.0672-2.3148-2.1849-.3139-3.6096-6.1206-6.5522-7.4938-7.8861s-5.379-7.4809-8.0038-8.2785c-1.1836-.3596.6278,2.3541.8632,3.9234s2.3933,2.8641,2.3933,4.0411-2.5895,1.7263-4.0411,3.4526c-1.4517,1.7263-3.4526,3.2172-4.9043,3.8057-2.9818-1.0201-4.6689-3.7273-8.5531-3.7273s-5.1397,2.6679-6.0813,4.2766c-.6157,1.0518-2.8641,1.8571-2.8641,1.8571Z"/><circle class="c" cx="33.9459" cy="23.3645" r="5.9847"/><circle class="c" cx="34.8135" cy="23.3645" r="2.7835"/><line class="c" x1="27.7927" y1="23.3645" x2="25.9617" y2="23.3645"/><path class="c" d="M22.1494,23.1029c-.255.4316-.2353,1.0986-.0392,1.5694"/><path class="c" d="M19.9135,23.5364c-.2156.4316-.1989,1.0986-.0331,1.5694"/><path class="c" d="M17.8387,23.9857c-.04.1845-.0369.4695-.0061.6708"/><path class="c" d="M20.9986,20.9581c-2.7457,1.2778-12.6848,2.1074-15.8368,1.6142"/><path class="c" d="M4.5318,24.0846c3.3827.0215,10.8896,4.285,14.6103,5.3312"/></svg>
Copied!