Ndax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ndax 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/344584.svg" alt="Ndax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344584.svg" alt="Ndax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344584.svg" alt="Ndax icon" :width="24" :height="24" />
CSS background
.icon-ndax {
background-image: url('https://proicons.com/icon/344584.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><polygon class="a" points="20.259 24 8.241 12.529 8.241 35.471 20.259 24"/><polyline class="a" points="13.976 29.997 13.976 39.485 30.583 24 13.976 8.515 13.976 18.003"/><polyline class="a" points="19.711 34.137 19.711 43.5 39.759 24 19.711 4.5 19.711 13.863"/></svg>
Copied!