Dns Test Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dns Test 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/339192.svg" alt="Dns Test icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339192.svg" alt="Dns Test icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339192.svg" alt="Dns Test icon" :width="24" :height="24" />
CSS background
.icon-dns-test {
background-image: url('https://proicons.com/icon/339192.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="7.7924" cy="31.3162" r="3.2924"/><circle class="b" cx="20.5238" cy="18.5849" r="3.2924"/><circle class="b" cx="29.4151" cy="27.4762" r="3.2924"/><circle class="b" cx="40.2076" cy="16.6838" r="3.2924"/><line class="b" x1="37.8802" y1="19.0111" x2="31.7425" y2="25.1488"/><line class="b" x1="22.8512" y1="20.9123" x2="27.087" y2="25.1481"/><line class="b" x1="10.1197" y1="28.989" x2="18.1975" y2="20.9112"/></svg>
Copied!