Sun Nxt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sun Nxt 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/348013.svg" alt="Sun Nxt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348013.svg" alt="Sun Nxt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348013.svg" alt="Sun Nxt icon" :width="24" :height="24" />
CSS background
.icon-sun-nxt {
background-image: url('https://proicons.com/icon/348013.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M30.4634,23.1153h8.0366M34.4817,35.2468v-12.1324M19.9822,23.1153l8.0366,12.1315M28.0187,23.1153l-8.0366,12.1315"/><polyline class="b" points="9.5 35.2468 9.5 23.1144 17.5366 35.2468 17.5366 23.1144"/><polyline class="b" points="28.2972 20.0523 28.2972 12.7547 33.1319 20.0523 33.1319 12.7547"/><path class="b" d="M21.5831,12.7532v4.8803c-.0008,1.3351,1.0808,2.418,2.4159,2.4188s2.418-1.0808,2.4188-2.4159v-4.8832"/><path class="b" d="M15.0269,19.2532c.4479.582,1.0089.7991,1.7898.7991h1.0801c1.0052,0,1.8203-.8146,1.8208-1.8199v-.0073c0-1.0056-.8152-1.8208-1.8208-1.8208h-1.1913c-1.0066,0-1.8226-.816-1.8226-1.8226h0c0-1.008.8173-1.8262,1.8262-1.8262h1.0746c.7809,0,1.3419.2171,1.7898.8"/></svg>
Copied!