Nab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nab 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/329955.svg" alt="Nab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329955.svg" alt="Nab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329955.svg" alt="Nab icon" :width="24" :height="24" />
CSS background
.icon-nab {
background-image: url('https://proicons.com/icon/329955.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><polygon class="a" points="4.99 24 15.08 19.227 12.521 8.363 22.543 13.276 29.441 4.501 31.849 15.4 43.01 15.322 35.99 24 43.01 32.678 31.849 32.6 29.441 43.499 22.543 34.724 12.521 39.637 15.08 28.773 4.99 24"/><line class="a" x1="31.8487" y1="15.3999" x2="22.2703" y2="26.3439"/><line class="a" x1="37.7106" y1="15.3621" x2="27.9336" y2="26.5047"/></svg>
Copied!