shopify from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shopify
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the shopify icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 23V4L4 7.5l-1 13zm1.5-17.852L16 4v19l5-1.5c0-2.663-.2-5.322-.599-7.955L19.13 5.148z"/><path d="M13.002 4.875c.007-2.017-.763-3.612-2-3.846C9.441.734 7.727 2.72 7.174 5.465q-.118.591-.154 1.155"/><path d="M14.867 4.33c-.294-1.181-.914-2.017-1.758-2.182c-1.383-.27-2.89 1.359-3.554 3.732m3.235 3.544c-1-.42-3.6-1.178-4.286.842c-.37 1.09.294 2.252 1.713 3.367c1.987 1.56 1.65 2.891 1.286 3.367c-1.285 1.684-3.857.702-4.714 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShopify(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 23V4L4 7.5l-1 13zm1.5-17.852L16 4v19l5-1.5c0-2.663-.2-5.322-.599-7.955L19.13 5.148z"/><path d="M13.002 4.875c.007-2.017-.763-3.612-2-3.846C9.441.734 7.727 2.72 7.174 5.465q-.118.591-.154 1.155"/><path d="M14.867 4.33c-.294-1.181-.914-2.017-1.758-2.182c-1.383-.27-2.89 1.359-3.554 3.732m3.235 3.544c-1-.42-3.6-1.178-4.286.842c-.37 1.09.294 2.252 1.713 3.367c1.987 1.56 1.65 2.891 1.286 3.367c-1.285 1.684-3.857.702-4.714 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 23V4L4 7.5l-1 13zm1.5-17.852L16 4v19l5-1.5c0-2.663-.2-5.322-.599-7.955L19.13 5.148z"/><path d="M13.002 4.875c.007-2.017-.763-3.612-2-3.846C9.441.734 7.727 2.72 7.174 5.465q-.118.591-.154 1.155"/><path d="M14.867 4.33c-.294-1.181-.914-2.017-1.758-2.182c-1.383-.27-2.89 1.359-3.554 3.732m3.235 3.544c-1-.42-3.6-1.178-4.286.842c-.37 1.09.294 2.252 1.713 3.367c1.987 1.56 1.65 2.891 1.286 3.367c-1.285 1.684-3.857.702-4.714 0"/></g></svg>
</template>

CSS

.icon-shopify {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2023V4L4%207.5l-1%2013zm1.5-17.852L16%204v19l5-1.5c0-2.663-.2-5.322-.599-7.955L19.13%205.148z%22%2F%3E%3Cpath%20d%3D%22M13.002%204.875c.007-2.017-.763-3.612-2-3.846C9.441.734%207.727%202.72%207.174%205.465q-.118.591-.154%201.155%22%2F%3E%3Cpath%20d%3D%22M14.867%204.33c-.294-1.181-.914-2.017-1.758-2.182c-1.383-.27-2.89%201.359-3.554%203.732m3.235%203.544c-1-.42-3.6-1.178-4.286.842c-.37%201.09.294%202.252%201.713%203.367c1.987%201.56%201.65%202.891%201.286%203.367c-1.285%201.684-3.857.702-4.714%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2023V4L4%207.5l-1%2013zm1.5-17.852L16%204v19l5-1.5c0-2.663-.2-5.322-.599-7.955L19.13%205.148z%22%2F%3E%3Cpath%20d%3D%22M13.002%204.875c.007-2.017-.763-3.612-2-3.846C9.441.734%207.727%202.72%207.174%205.465q-.118.591-.154%201.155%22%2F%3E%3Cpath%20d%3D%22M14.867%204.33c-.294-1.181-.914-2.017-1.758-2.182c-1.383-.27-2.89%201.359-3.554%203.732m3.235%203.544c-1-.42-3.6-1.178-4.286.842c-.37%201.09.294%202.252%201.713%203.367c1.987%201.56%201.65%202.891%201.286%203.367c-1.285%201.684-3.857.702-4.714%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shopify.svg?color=%231a73e8&size=48