Npr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Npr 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/344972.svg" alt="Npr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344972.svg" alt="Npr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344972.svg" alt="Npr icon" :width="24" :height="24" />
CSS background
.icon-npr {
background-image: url('https://proicons.com/icon/344972.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.641,21.4255v5.1519m0-3.2446c.0016-1.0527.8546-1.9057,1.9073-1.9073h0m-16.344-.1239v7.633m0-4.3884c.0016,1.0527.8546,1.9057,1.9073,1.9073h0c1.0527-.0016,1.9057-.8546,1.9073-1.9073v-1.2401c-.0016-1.0527-.8546-1.9057-1.9073-1.9073h0c-1.0527.0016-1.9057.8546-1.9073,1.9073m-13.4197,3.2713v-5.1519m3.8146,5.1519v-3.1474c-.0016-1.0527-.8546-1.9057-1.9073-1.9073h0c-1.0527.0016-1.9057.8546-1.9073,1.9073m8.7263-5.9335H4.5v13.0079h13.0079l.0029-13.0079Zm13.0079,0h-13.0079v13.0079h13.0079v-13.0079Zm-.0267,0v13.0079h13.0079v-13.0089l-13.0079.001Z"/></svg>
Copied!