Edge Touch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edge Touch 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/339525.svg" alt="Edge Touch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339525.svg" alt="Edge Touch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339525.svg" alt="Edge Touch icon" :width="24" :height="24" />
CSS background
.icon-edge-touch {
background-image: url('https://proicons.com/icon/339525.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M18.6624,26.4479V6.8469c0-.7462.6031-1.3469,1.3522-1.3469h15.5505c.7491,0,1.3522.6007,1.3522,1.3469v23.5704c0,.7462-.6031,1.3469-1.3522,1.3469h-11.8656"/><path id="d" class="h" d="M22.2133,9.3076l.0341,16.6642"/><path id="e" class="h" d="M33.2075,9.1036l.1024,19.4869"/><path id="f" class="h" d="M18.6624,18.6321c-2.1108.7959-5.7436,1.8026-6.2824,8.0539-.2371,2.7505-.1832,5.5591.0341,8.4001l-1.3316,3.911,10.4546,3.5029v-5.0673c.1596-1.7152.3694-3.1547.7103-3.877.561-1.1889,3.243-3.3653,4.6776-5.2033,1.1276-1.4446,2.379-2.9134,3.0729-4.5572.2802-.6636.2837-1.661-.956-1.9385s-5.0888,2.4598-6.7945,4.115c-1.8653.3358-2.9.8637-3.585.4761"/><path id="g" class="h" d="M12.4142,35.0861l9.123,2.3466"/></svg>
Copied!