Nesoid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nesoid 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/344643.svg" alt="Nesoid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344643.svg" alt="Nesoid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344643.svg" alt="Nesoid icon" :width="24" :height="24" />
CSS background
.icon-nesoid {
background-image: url('https://proicons.com/icon/344643.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="M40.5,18h-10.5V7.5c0-1.1046-.8954-2-2-2h-8c-1.1046,0-2,.8954-2,2v10.5H7.5c-1.1046,0-2,.8954-2,2v8c0,1.1046,.8954,2,2,2h10.5v10.5c0,1.1046,.8954,2,2,2h8c1.1046,0,2-.8954,2-2v-10.5h10.5c1.1046,0,2-.8954,2-2v-8c0-1.1046-.8954-2-2-2Z"/><circle class="b" cx="24" cy="24" r="5"/><polygon class="b" points="40.5955 24 36.568 20 36.568 21.672 33.4045 21.672 33.4045 26.3279 36.568 26.3279 36.568 28 40.5955 24"/><polygon class="b" points="7.4045 24 11.432 28 11.432 26.328 14.5955 26.328 14.5955 21.6721 11.432 21.6721 11.432 20 7.4045 24"/><polygon class="b" points="24 40.5955 28 36.568 26.328 36.568 26.328 33.4045 21.6721 33.4045 21.6721 36.568 20 36.568 24 40.5955"/><polygon class="b" points="24 7.4045 20 11.432 21.672 11.432 21.672 14.5955 26.3279 14.5955 26.3279 11.432 28 11.432 24 7.4045"/></svg>
Copied!