Nrc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nrc 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/330416.svg" alt="Nrc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330416.svg" alt="Nrc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330416.svg" alt="Nrc icon" :width="24" :height="24" />
CSS background
.icon-nrc {
background-image: url('https://proicons.com/icon/330416.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M29.38,25.37a3,3,0,0,1-2.94,2.57h0a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h0a3,3,0,0,1,2.93,2.56"/><path class="cls-1" d="M9.35,23a3,3,0,0,1,3-3h0a3,3,0,0,1,3,3v4.92"/><line class="cls-1" x1="9.35" y1="20.06" x2="9.35" y2="27.94"/><path class="cls-1" d="M18.49,23a3,3,0,0,1,3-3h0"/><line class="cls-1" x1="18.49" y1="20.06" x2="18.49" y2="27.94"/><polygon class="cls-1" points="33.18 20.06 38.65 24 33.18 27.94 34.61 24 33.18 20.06"/><circle class="cls-1" cx="24" cy="24" r="21.5"/></svg>
Copied!