Gsc Everywhere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gsc Everywhere 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/326806.svg" alt="Gsc Everywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326806.svg" alt="Gsc Everywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326806.svg" alt="Gsc Everywhere icon" :width="24" :height="24" />
CSS background
.icon-gsc-everywhere {
background-image: url('https://proicons.com/icon/326806.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.5688,18.3169v10.6032c0,1.952-1.5824,3.5344-3.5344,3.5344h0c-.976,0-1.8595-.3956-2.4991-1.0351"/><rect class="b" x="11.5" y="18.3169" width="7.0688" height="9.3662" rx="3.5344" ry="3.5344" transform="translate(30.0688 46) rotate(-180)"/><path class="b" d="M21.3259,26.8929c.6453.5419,1.3421.7902,2.9068.7902h.7929c1.2904,0,2.3365-1.0483,2.3365-2.3415h0c0-1.2932-1.0461-2.3416-2.3365-2.3416h-1.5859c-1.2904,0-2.3365-1.0483-2.3365-2.3415h0c0-1.2932,1.0461-2.3416,2.3365-2.3416h.7929c1.5647,0,2.2615.2483,2.9068.7902"/><path class="b" d="M36.5,25.9029c-.6092,1.0636-1.7555,1.7802-3.069,1.7802h0c-1.952,0-3.5344-1.5824-3.5344-3.5344v-2.2974c0-1.952,1.5824-3.5344,3.5344-3.5344h0c1.3111,0,2.4554.7138,3.0655,1.774"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!