Terra Nil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Terra Nil 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/333810.svg" alt="Terra Nil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333810.svg" alt="Terra Nil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333810.svg" alt="Terra Nil icon" :width="24" :height="24" />
CSS background
.icon-terra-nil {
background-image: url('https://proicons.com/icon/333810.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m39.2289,8.8218c3.8756,3.8885,6.2711,9.253,6.2711,15.1782,0,11.8762-9.6238,21.5-21.5,21.5S2.5,35.8762,2.5,24,12.1238,2.5,24,2.5c5.4539,0,10.4328,2.0296,14.2228,5.3749"/><path class="b" d="m26.8396,19.5901c1.1652,0,2.1095.9442,2.1095,2.1095s-.9442,2.1095-2.1095,2.1095-2.1095-.9442-2.1095-2.1095.9442-2.1095,2.1095-2.1095Z"/><path class="b" d="m28.5675,20.4915s12.708-13.2016,12.079-13.8592-10.7914,7.6126-11.9516,9.0352c-1.8966,2.3255-.1274,4.824-.1274,4.824Z"/><path class="b" d="m25.3097,20.2489s-15.4813-9.8032-15.9995-9.0551,9.6216,9.046,11.2479,9.8975c2.6585,1.3919,4.7516-.8423,4.7516-.8423Z"/><path class="b" d="m26.9387,23.8055s4.3799,17.793,5.2718,17.6121-.6769-13.1889-1.2606-14.9293c-.9541-2.8452-4.0113-2.6828-4.0113-2.6828Z"/><path class="b" d="m22.8913,21.5043c-.8298,1.5543-.4009,2.7018,1.0573,3.1307"/><path class="b" d="m23.3752,45.4908l.5733-21.687c.5402-.3905,1.5182-.5026,1.5182-.5026"/><line class="b" x1="26.1216" y1="23.8038" x2="26.9387" y2="45.3007"/></svg>
Copied!