Nps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nps 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/330414.svg" alt="Nps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330414.svg" alt="Nps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330414.svg" alt="Nps icon" :width="24" :height="24" />
CSS background
.icon-nps {
background-image: url('https://proicons.com/icon/330414.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="M20.8987,29v-10h3.2738c1.8508,0,3.3512,1.5036,3.3512,3.3584s-1.5004,3.3584-3.3512,3.3584h-3.2738"/><polyline class="b" points="11.7177 29 11.7177 19 18.3427 29 18.3427 19"/><path class="b" d="M29.8554,27.9043c.6132.7983,1.3821,1.0957,2.4519,1.0957h1.4805c1.3777,0,2.4946-1.1169,2.4946-2.4946v-.0108c0-1.3777-1.1169-2.4946-2.4946-2.4946h-1.6331c-1.3792,0-2.4973-1.1181-2.4973-2.4973h0c0-1.3822,1.1205-2.5027,2.5027-2.5027h1.4724c1.0698,0,1.8387.2974,2.4519,1.0957"/><path class="b" d="M38.5,5.4999H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.4999c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!