Pi Hole Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pi Hole Connect 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/331233.svg" alt="Pi Hole Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331233.svg" alt="Pi Hole Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331233.svg" alt="Pi Hole Connect icon" :width="24" :height="24" />
CSS background
.icon-pi-hole-connect {
background-image: url('https://proicons.com/icon/331233.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><line class="b" x1="18.4014" y1="38.6889" x2="22.6981" y2="42.9856"/><line class="b" x1="22.6981" y1="42.9856" x2="25.2159" y2="45.5024"/><line class="b" x1="22.8621" y1="2.5756" x2="25.3789" y2="5.0934"/><line class="b" x1="25.3789" y1="5.0934" x2="29.6766" y2="9.3901"/><path class="b" d="m25.2169,45.5054c-3.8827.2178-7.7514-.6257-11.1912-2.4398"/><path class="b" d="m14.0258,43.0666c-3.8446-2.0275-6.987-5.1692-9.0153-9.0133"/><path class="b" d="m5.0104,34.0532c-1.3453-2.5557-2.1602-5.3569-2.3958-8.2354"/><path class="b" d="m22.8601,2.5726c3.8827-.2178,7.7514.6257,11.1912,2.4398"/><path class="b" d="m34.0513,5.0124c3.8445,2.0272,6.9868,5.1685,9.0153,9.0123"/><path class="b" d="m43.0666,14.0248c1.3461,2.5568,2.1614,5.3594,2.3968,8.2394"/><path class="b" d="m26.8888,32.0734c5.5976-1.2859,10.6792-4.7326,10.0292-10.6422-4.4477-1.2639-9.4343,3.1598-10.3842,8.8523-.51-9.6793-7.9794-14.1409-15.0719-13.991-.294,7.0335,3.5367,13.949,12.72,15.4938-.65-4.3367-4.8556-7.9814-8.8303-11.6721,4.5597,3.6077,8.3684,7.3944,11.5371,11.9591Z"/></svg>
Copied!