Nh Smart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nh Smart 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/330184.svg" alt="Nh Smart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330184.svg" alt="Nh Smart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330184.svg" alt="Nh Smart icon" :width="24" :height="24" />
CSS background
.icon-nh-smart {
background-image: url('https://proicons.com/icon/330184.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="M18.2632,29.3525h8.4182c1.1874,0,2.15.9626,2.15,2.15v4.2465"/><path class="b" d="M18.2632,17.3249h8.4182c1.1874,0,2.15.9626,2.15,2.15v4.2465"/><polyline class="b" points="18.2632 21.1483 24.0602 21.1483 18.2632 26.5714 32.9103 26.5714"/><path class="b" d="M26.2647,4.5c7.7059,0,17.1765,9.0588,17.1765,25.5882,0,10.1176-7.7059,13.4118-16.4706,13.4118-8.7074,0-22.4118-5.6471-22.4118-15.6471S15.6176,4.5,26.2647,4.5Z"/></svg>
Copied!