Gpsvc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpsvc 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/326739.svg" alt="Gpsvc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326739.svg" alt="Gpsvc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326739.svg" alt="Gpsvc icon" :width="24" :height="24" />
CSS background
.icon-gpsvc {
background-image: url('https://proicons.com/icon/326739.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="M14.5552,22.1879c-.0064-1.8517-1.5127-3.3477-3.3645-3.3413-.0329.0001-.0658.0007-.0986.0018-1.7617.1994-3.0927,1.6901-3.0921,3.4631v3.0921c.0101,1.8443,1.5134,3.3313,3.3577,3.3212,1.8301-.01,3.3111-1.4911,3.3212-3.3212h-3.3389"/><path class="b" d="M16.7538,28.8933v-10.0517h3.2668c1.8736.0101,3.3842,1.5372,3.3741,3.4108-.0101,1.8593-1.5148,3.364-3.3741,3.3741h-3.2668"/><path class="b" d="M25.3539,27.7624c.6042.7627,1.5413,1.1844,2.5129,1.1309h1.5077c1.3879-.0088,2.5058-1.1409,2.4971-2.5288-.0087-1.3755-1.1216-2.4884-2.4971-2.4971h-1.6334c-1.3878,0-2.5129-1.1251-2.5129-2.5129s1.1251-2.5129,2.5129-2.5129h1.5078c.9815-.1115,1.9454.3223,2.5129,1.1308"/><path class="b" d="M33.9373,25.503l1.232,3.65,1.1864-3.65"/><path class="b" d="M40,28.1866c-.1364.6592-.7814,1.0829-1.4405.9465-.5658-.1171-.9716-.6154-.9718-1.1932v-1.2184c-.0029-.6701.538-1.2156,1.2081-1.2185.0034,0,.0069,0,.0103,0,.5652-.0031,1.0503.4018,1.1482.9585"/><path class="b" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!