Dapnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dapnet 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/338834.svg" alt="Dapnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338834.svg" alt="Dapnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338834.svg" alt="Dapnet icon" :width="24" :height="24" />
CSS background
.icon-dapnet {
background-image: url('https://proicons.com/icon/338834.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="m14.4378,22.7294c4.9399,0,8.9488,3.9979,8.9488,8.9378s-4.0089,8.9488-8.9488,8.9488-8.9378-4.0089-8.9378-8.9488,3.9979-8.9378,8.9378-8.9378Z"/><path id="c" class="g" d="m17.22,7.384c2.6835,0,4.8523,2.1797,4.8523,4.8632s-2.1687,4.8523-4.8523,4.8523-4.8632-2.1687-4.8632-4.8523,2.1797-4.8632,4.8632-4.8632Z"/><path id="d" class="g" d="m35.4133,14.7117c3.9103,0,7.0867,3.1764,7.0867,7.0867,0,3.9213-3.1764,7.0977-7.0867,7.0977-3.9213,0-7.0977-3.1764-7.0977-7.0977,0-3.9103,3.1764-7.0867,7.0977-7.0867Z"/><path id="e" class="g" d="m21.5355,14.5036l7.5358,3.976"/><path id="f" class="g" d="m22.6308,27.8008l6.1667-2.8807"/></svg>
Copied!