Shopify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopify 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/347261.svg" alt="Shopify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347261.svg" alt="Shopify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347261.svg" alt="Shopify icon" :width="24" :height="24" />
CSS background
.icon-shopify {
background-image: url('https://proicons.com/icon/347261.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M7.2542,38.3136l23.5487,4.1864,9.9428-2.0932-4.3091-28.6959-3.0172-.0861-2.6165-2.6165-20.4089,6.2797-3.1398,23.0257Z"/><path class="b" d="M30.803,9.0085v33.4915"/><path class="b" d="M16.0625,31.1809c.7702,1.0027,1.7359,1.3761,3.0793,1.3761h1.8594c1.7304,0,3.1331-1.4027,3.1331-3.1331v-.0135c0-1.7304-1.4027-3.1331-3.1331-3.1331h-2.0511c-1.7322,0-3.1364-1.4043-3.1364-3.1364,0-1.736,1.4073-3.1433,3.1433-3.1433h1.8491c1.3435,0,2.3092.3735,3.0793,1.3761"/><path class="b" d="M20.5985,12.1483c-.9943-3.6631,5.6949-9.3395,7.3868-2.2728"/><path class="b" d="M15.5528,13.7004c1.4108-8.7304,10.1218-11.6331,9.8221-3.0222"/></svg>
Copied!