Nhsapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nhsapp 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/330191.svg" alt="Nhsapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330191.svg" alt="Nhsapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330191.svg" alt="Nhsapp icon" :width="24" :height="24" />
CSS background
.icon-nhsapp {
background-image: url('https://proicons.com/icon/330191.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><path class="a" d="M4.5,15.79V32.211h39V15.79Z"/><path class="b" d="M32.3457,28.3525A3.1841,3.1841,0,0,0,35.0569,29.62h1.6267a2.7739,2.7739,0,0,0,2.7112-2.8171h0a2.7737,2.7737,0,0,0-2.7112-2.8168H34.9213A2.7737,2.7737,0,0,1,32.21,21.1692h0a2.7737,2.7737,0,0,1,2.7112-2.8169H36.548A2.869,2.869,0,0,1,39.2592,19.62"/><path class="a" d="M8.6053,29.6447V18.3553L15.79,29.6447V18.3553"/><path class="a" d="M20.4,18.3553V29.6447"/><path class="a" d="M20.4079,24H27.592"/><path class="a" d="M27.592,18.3553V29.6447"/></svg>
Copied!