Wg Tunnel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wg Tunnel 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/335106.svg" alt="Wg Tunnel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335106.svg" alt="Wg Tunnel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335106.svg" alt="Wg Tunnel icon" :width="24" :height="24" />
CSS background
.icon-wg-tunnel {
background-image: url('https://proicons.com/icon/335106.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m24,4.5c-4.3838,4.9345-10.0509,6.3858-17.1554,3.9383,0,20.356,3.9429,25.7359,17.1554,35.0617,13.2125-9.3258,17.1554-14.7057,17.1554-35.0617-7.1046,2.4475-12.7717.9962-17.1554-3.9383Z"/><rect id="d" class="g" x="17.187" y="21.7963" width="13.6261" height="11.2208"/><path id="e" class="g" d="m20.1419,21.8022c-.2475-.8993-.3755-1.8748-.3755-2.8617,0-3.8387,1.8954-6.9505,4.2336-6.9505,2.3381,0,4.2336,3.1119,4.2336,6.9505h0c0,.9868-.128,1.9624-.3755,2.8617"/><path id="f" class="g" d="m24.7602,27.2429h0l.8917,3.1028h-3.3039l.8917-3.1028m2.2367-1.281c0,.8253-.6611,1.4943-1.4765,1.4943s-1.4765-.669-1.4765-1.4943h0c0-.8253.6611-1.4943,1.4765-1.4943s1.4765.669,1.4765,1.4943Z"/></svg>
Copied!