Dpi Tunnel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dpi 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/324707.svg" alt="Dpi Tunnel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324707.svg" alt="Dpi Tunnel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324707.svg" alt="Dpi Tunnel icon" :width="24" :height="24" />
CSS background
.icon-dpi-tunnel {
background-image: url('https://proicons.com/icon/324707.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m43.2656,33.5445c1.4302-2.8773,2.2344-6.1205,2.2344-9.5515,0-11.8703-9.6259-21.4931-21.5-21.4931S2.5,12.1228,2.5,23.9931s9.6259,21.4931,21.5124,21.5069c9.8516.0139,13.3697-7.6556,13.347-10.7234-.0227-3.0679-2.9223-4.4254-4.5943-4.4254s-10.21,4.7615-15.9679,4.7615-5.995-5.8819-5.995-5.8819c0,0-.9096-7.6867,2.8236-11.4941,1.4615-1.4906,3.6663-2.2968,5.7446-2.4955,2.7206-.2601,5.299,1.3839,8.0028,1.7825.8277.122,1.8619.1473,2.5033.1844,1.2708.0736.5143-.8727,1.8599-.8843,1.1908-.0103,1.1827,1.1189,1.7223,1.2806,2.5949.7776,3.9526,3.4798,5.4036,5.7173.0937.1444-.2637.2812-.4358.2773-1.7328-.0396-1.6819,1.2534-3.7637,1.2279-1.0714-.0131-1.7856-.451-2.694-.5942-2.6231-.4135-4.2555.6503-4.7145,1.3072-.3254.4656-.3885,1.7039.0396,2.4955.2424.4482.2318.484,1.3074.7922.2494.0715.0992.2204-.7527.1981-1.6642-.0437-2.8644-1.8133-5.4276-1.9409-.611-.0304-1.0275.1298-1.7828.4357-.383.1551-.8473.264-.832.6338.0223.5389,2.3744.5611,1.9809.713-.4356.1681-.9205.2242-1.3866.1981-2.0315-.1141-3.8574-1.3208-5.4672-1.3864-2.9836-.1216-4.131,1.5518-4.131,1.5518m20.9835-10.0096s-1.1096-1.0883-1.1093-1.9409c.0003-.8333.6523-.973,1.1489-.9507.8032.0361,1.1161.6305,1.4262,1.3072.1802.3932.4547,1.2731.4547,1.2731"/></svg>
Copied!