Gopuff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gopuff 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/341264.svg" alt="Gopuff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341264.svg" alt="Gopuff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341264.svg" alt="Gopuff icon" :width="24" :height="24" />
CSS background
.icon-gopuff {
background-image: url('https://proicons.com/icon/341264.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M16.6713,31.6706c.6317.6317,1.5043,1.0223,2.4683,1.0223h0c1.9279,0,3.4907-1.5628,3.4907-3.4907v-6.9814c0-2.5485,1.1598-3.8233,1.1598-3.8233"/><rect class="cls-1" x="15.6489" y="18.7301" width="6.9814" height="9.2504" rx="3.4907" ry="3.4907" transform="translate(38.2792 46.7105) rotate(180)"/><path class="cls-1" d="M25.3697,22.2208c0-1.9279,1.5628-3.4907,3.4907-3.4907s3.4907,1.5628,3.4907,3.4907v2.269c0,1.9279-1.5628,3.4907-3.4907,3.4907s-3.4907-1.5628-3.4907-3.4907v-2.269Z"/><rect id="rect1" class="cls-1" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!