Twin Edge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twin Edge 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/348962.svg" alt="Twin Edge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348962.svg" alt="Twin Edge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348962.svg" alt="Twin Edge icon" :width="24" :height="24" />
CSS background
.icon-twin-edge {
background-image: url('https://proicons.com/icon/348962.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M6.0485,35.8653h0ZM32.4494,4.2388c.6129.2627,1.2185.5558,1.8001.8722M22.6792,2.554c.439-.0264.882-.04,1.3171-.04.2198,0,.4429.0039.6827.0107"/><path class="c" d="M29.6145,3.2543c-.6393-.1729-1.2961-.3174-1.953-.4298"/><path class="c" d="M38.3293,7.9865c-.4962-.4434-1.0178-.8683-1.5506-1.2629"/><path class="c" d="M22.7705,45.4861c-.6695-.0381-1.3386-.1074-1.9886-.2051"/><path class="c" d="M25.7681,45.449c.6681-.0557,1.3352-.1416,1.9832-.2549"/><path class="c" d="M17.8547,44.6314c-.6324-.1885-1.2673-.4102-1.888-.6593"/><path class="c" d="M30.6606,44.4674c.629-.2041,1.2585-.4425,1.8704-.7072"/><path class="c" d="M13.2694,42.6585c-.5724-.3301-1.1394-.6935-1.6844-1.0783"/><path class="c" d="M35.1906,42.3811c.566-.3458,1.1232-.7218,1.6565-1.1203"/><path class="c" d="M9.2634,39.6814c-.483-.4542-.9513-.9377-1.3918-1.4368"/><path class="c" d="M39.1195,39.3044c.4698-.4649.9259-.9591,1.3552-1.471"/><path class="c" d="M6.0485,35.8653c-.3643-.5509-.7091-1.1281-1.0246-1.7171"/><path class="c" d="M42.2387,35.4082c.3541-.5645.6842-1.1516.9811-1.7425"/><path class="c" d="M3.7986,31.4134c-.2281-.6222-.4293-1.2639-.5992-1.9076"/><path class="c" d="M44.3763,30.8977c.212-.6261.3966-1.2727.5499-1.9222"/><path class="c" d="M2.6416,26.56c-.0776-.6603-.1255-1.3313-.1416-1.9955"/><path class="c" d="M45.4087,26.016c.0606-.6583.0913-1.3313.0913-1.9984"/><path class="c" d="M2.6304,21.5709c.0747-.6583.1812-1.3225.3174-1.9749"/><path class="c" d="M45.2812,20.9399c-.0938-.6573-.2203-1.3186-.376-1.9652"/><path class="c" d="M3.7668,16.7087c.2256-.6241.4835-1.2453.7672-1.847"/><path class="c" d="M44.0017,16.1149c-.2437-.6163-.5201-1.2297-.8214-1.8236"/><path class="c" d="M5.9991,12.2441c.3629-.5538.7575-1.0978,1.1731-1.6194"/><path class="c" d="M41.6395,11.7206c-.3775-.5411-.7877-1.0734-1.2194-1.5843"/><path class="c" d="M9.1994,8.4153c.483-.4581.9919-.8986,1.5134-1.3078"/><path class="c" d="M13.1918,5.4216c.5733-.334,1.1701-.6456,1.7733-.925"/><path class="c" d="M17.7672,3.4291c.6368-.1924,1.2893-.3565,1.9393-.4874"/></svg>
Copied!