Gifshop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gifshop 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/326500.svg" alt="Gifshop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326500.svg" alt="Gifshop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326500.svg" alt="Gifshop icon" :width="24" :height="24" />
CSS background
.icon-gifshop {
background-image: url('https://proicons.com/icon/326500.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="p" d="m45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24C2.5,12.1259,12.1259,2.5,24,2.5c11.8741,0,21.5,9.6259,21.5,21.5Z"/><path id="d" class="p" d="m39.2517,14.375c1.4615,2.3158,2.3764,4.9341,2.6753,7.6561"/><path id="e" class="p" d="m27.3075,6.2711c2.8807.5374,5.587,1.7687,7.8848,3.5873"/><path id="f" class="p" d="m13.1188,9.6176c2.3816-1.8018,5.1734-2.9841,8.1248-3.4405"/><path id="g" class="p" d="m6.073,22.0312c.3137-2.8561,1.3052-5.5959,2.892-7.9912"/><path id="h" class="p" d="m9.8586,35.1926c-1.6499-2.0846-2.8185-4.5081-3.4222-7.0972"/><path id="i" class="p" d="m21.2436,41.8229c-2.4414-.3776-4.7792-1.2527-6.8685-2.5712"/><path id="j" class="p" d="m33.96,39.035c-2.0146,1.3346-4.2769,2.2507-6.6525,2.6939"/><path id="k" class="p" d="m41.5636,28.0955c-.5736,2.4598-1.6574,4.7716-3.1814,6.7859"/><g id="l"><line id="m" class="p" x1="24.9769" y1="17.8062" x2="24.9769" y2="30.1938"/><path id="n" class="p" d="m29.6714,30.1938v-12.3877h6.0117m-6.0117,6.1938h3.9076"/><path id="o" class="p" d="m20.2824,21.9096c0-2.2663-1.7831-4.1034-3.9828-4.1034h0c-2.1996,0-3.9828,1.8372-3.9828,4.1034v4.1808c0,2.2663,1.7831,4.1034,3.9828,4.1034h0c2.1996,0,3.9828-1.8372,3.9828-4.1034h-3.9828"/></g></g></svg>
Copied!