Ncat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ncat 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/344578.svg" alt="Ncat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344578.svg" alt="Ncat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344578.svg" alt="Ncat icon" :width="24" :height="24" />
CSS background
.icon-ncat {
background-image: url('https://proicons.com/icon/344578.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.0401,43.5c-16.6667-16.2,11.2-25.7333,12.2667-29.3333,1.0667-3.6-2.3789-9.6667-9.1333-9.6667-10.7667,0-20.6889,9.2444-20.6889,21.0444,0,13.3333,11.7556,17.9556,17.5556,17.9556,10.848,0,17.3333-5,17.4667-6.9333s-1.2667-4.8667-3.3333-4.4-6.5796,3.1379-11.1333,3.2666c-5.5709.1573-6.4825-3.0183-7.2171-6.4746"/></svg>
Copied!