Every Proxy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Every Proxy 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/325588.svg" alt="Every Proxy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325588.svg" alt="Every Proxy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325588.svg" alt="Every Proxy icon" :width="24" :height="24" />
CSS background
.icon-every-proxy {
background-image: url('https://proicons.com/icon/325588.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"><path id="e" d="M19.8744,15.2211l-.0297,4.2186h15.5822v6.0606l8.0731-8.1105-8.0731-8.5264v6.3577h-15.5525Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M28.274,28.5306h-15.4635v-6.625l-8.3105,8.6452,8.3105,8.5858v-6.6547h15.4635v-3.9513Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!