Netbenefits Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netbenefits 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/344649.svg" alt="Netbenefits icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344649.svg" alt="Netbenefits icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344649.svg" alt="Netbenefits icon" :width="24" :height="24" />
CSS background
.icon-netbenefits {
background-image: url('https://proicons.com/icon/344649.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="38.3585" y1="40.0011" x2="42.0052" y2="19.3195"/><polyline class="a" points="19.392 45.004 23.921 19.32 35.139 42.393"/><line class="a" x1="21.7994" y1="21.4408" x2="17.9565" y2="25.2838"/><line class="a" x1="20.9207" y1="19.3195" x2="15.486" y2="19.3195"/><line class="a" x1="21.7994" y1="17.1982" x2="17.9565" y2="13.3552"/><line class="a" x1="23.9207" y1="16.3195" x2="23.9207" y2="10.8848"/><line class="a" x1="26.0421" y1="17.1982" x2="29.885" y2="13.3552"/></svg>
Copied!