Ncalc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ncalc 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/344577.svg" alt="Ncalc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344577.svg" alt="Ncalc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344577.svg" alt="Ncalc icon" :width="24" :height="24" />
CSS background
.icon-ncalc {
background-image: url('https://proicons.com/icon/344577.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><line class="a" x1="33.2324" y1="4.5" x2="33.2324" y2="18.5534"/><line class="a" x1="40.2591" y1="11.5267" x2="26.2057" y2="11.5267"/><path class="a" d="M12.8375,33.7841V17.9767a1,1,0,0,1,1.7086-.7055L31.5238,34.3244a1,1,0,0,0,1.7086-.7055V21.8955"/><circle class="a" cx="12.8375" cy="38.6421" r="4.8579"/></svg>
Copied!