Nextdns Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nextdns Manager 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/344726.svg" alt="Nextdns Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344726.svg" alt="Nextdns Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344726.svg" alt="Nextdns Manager icon" :width="24" :height="24" />
CSS background
.icon-nextdns-manager {
background-image: url('https://proicons.com/icon/344726.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,43.5c12.48-7.6386,16.6759-17.4828,16.6759-31.5766-5.7021-1.2372-9.4138-2.1517-16.6759-7.4234-7.2621,5.2717-10.9738,6.1862-16.6759,7.4234,0,14.0938,4.1959,23.9379,16.6759,31.5766Z"/><line class="c" x1="35.8767" y1="10.7542" x2="13.1569" y2="33.7514"/></svg>
Copied!