Pdanet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdanet 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/331078.svg" alt="Pdanet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331078.svg" alt="Pdanet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331078.svg" alt="Pdanet icon" :width="24" :height="24" />
CSS background
.icon-pdanet {
background-image: url('https://proicons.com/icon/331078.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.2524,20.6911h1.3266M34.8867,20.6911h1.3304M37.5209,20.6911h1.3304M35.7446,26.2091v13.1373h-9.6187M11.7754,24.3005v-8.9346h15.662M11.3635,38.942h3.7227M15.0862,38.942h3.719M18.8052,38.942h3.7341M10.9061,35.2004h4.1801M15.0862,35.2004h4.1876M19.2738,35.2004h4.1952M11.3219,31.4663h3.7681M15.09,31.4663h3.7681M18.8581,31.4663h3.7794M15.09,43.5c-2.3092,0-4.1838-3.753-4.1838-8.3866,0-4.6298,1.8746-8.3866,4.1838-8.3866M15.09,26.7269c2.3092,0,4.1838,3.7568,4.1838,8.3903,0,4.6298-1.8746,8.3828-4.1838,8.3828v-16.7731ZM15.2714,26.7269c4.5625.0967,8.2086,3.8268,8.2014,8.3903h0c-.0042,4.628-3.7548,8.3786-8.3828,8.3828M6.7034,35.1134c0-2.9744,1.576-5.7296,4.1423-7.2338-1.3039,1.8557-2.0485,4.4824-2.0485,7.2338,0,2.759.7445,5.3819,2.0522,7.2376-2.5688-1.5055-4.1468-4.2601-4.146-7.2376ZM33.1292,10.4186h4.8641v7.2981h-4.8641v-7.2981ZM37.7401,4.5038v2.6834h-7.9141v16.5501h11.4706V4.5l-3.5564.0038Z"/></svg>
Copied!