Dnsman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dnsman 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/324636.svg" alt="Dnsman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324636.svg" alt="Dnsman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324636.svg" alt="Dnsman icon" :width="24" :height="24" />
CSS background
.icon-dnsman {
background-image: url('https://proicons.com/icon/324636.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="16.64" y1="18.75" x2="31.36" y2="18.75"/><line class="a" x1="16.64" y1="14.99" x2="31.36" y2="14.99"/><line class="a" x1="16.64" y1="11.23" x2="31.36" y2="11.23"/><line class="a" x1="16.64" y1="7.47" x2="31.36" y2="7.47"/><path class="a" d="M33.75,25a2,2,0,0,0-2-2H16.25a2,2,0,0,0-2,2"/><path class="a" d="M42,25H33.75V7.33A2.83,2.83,0,0,0,30.92,4.5H17.08a2.83,2.83,0,0,0-2.83,2.83V25H6A1.47,1.47,0,0,0,6,27.9h8.29V40.67a2.83,2.83,0,0,0,2.83,2.83H30.92a2.83,2.83,0,0,0,2.83-2.83V27.9H42A1.47,1.47,0,0,0,42,25Z"/></svg>
Copied!