Nrf Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nrf Connect 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/330417.svg" alt="Nrf Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330417.svg" alt="Nrf Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330417.svg" alt="Nrf Connect icon" :width="24" :height="24" />
CSS background
.icon-nrf-connect {
background-image: url('https://proicons.com/icon/330417.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.7122,10.803c5.4006-10.482,17.114-.9989,15.6646,5.9182-1.2525,5.9778-3.7853,12.0039-9.59,16.6332-5.0652,4.04-19.1434.13-11.1252-14.6506"/><path class="a" d="M22.2341,36.738c-7.1221,11.738-18.0528.5874-16.6034-6.33,1.2526-5.9778,3.7854-12.0039,9.59-16.6333,5.0651-4.0394,18.647,1.734,10.8438,15.8525"/></svg>
Copied!