shopify from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
shopify
Set
SVG Logos
Style
Color
Viewbox
256×292
License
CC0

The same logo in other sets

Use the shopify logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#95bf46" d="M223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-1.703-1.703-5.029-1.185-6.32-.805c-.19.056-3.388 1.043-8.678 2.68c-5.18-14.906-14.322-28.604-30.405-28.604c-.444 0-.901.018-1.358.044C129.31 3.407 123.644.779 118.75.779c-37.465 0-55.364 46.835-60.976 70.635c-14.558 4.511-24.9 7.718-26.221 8.133c-8.126 2.549-8.383 2.805-9.45 10.462C21.3 95.806.038 260.235.038 260.235l165.678 31.042l89.77-19.42S223.973 58.8 223.775 57.34M156.49 40.848l-14.019 4.339c.005-.988.01-1.96.01-3.023c0-9.264-1.286-16.723-3.349-22.636c8.287 1.04 13.806 10.469 17.358 21.32m-27.638-19.483c2.304 5.773 3.802 14.058 3.802 25.238c0 .572-.005 1.095-.01 1.624c-9.117 2.824-19.024 5.89-28.953 8.966c5.575-21.516 16.025-31.908 25.161-35.828m-11.131-10.537c1.617 0 3.246.549 4.805 1.622c-12.007 5.65-24.877 19.88-30.312 48.297l-22.886 7.088C75.694 46.16 90.81 10.828 117.72 10.828"/><path fill="#5e8e3e" d="M221.237 54.983a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-.637-.634-1.496-.959-2.394-1.099l-12.527 256.233l89.762-19.418S223.972 58.8 223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357"/><path fill="#fff" d="m135.242 104.585l-11.069 32.926s-9.698-5.176-21.586-5.176c-17.428 0-18.305 10.937-18.305 13.693c0 15.038 39.2 20.8 39.2 56.024c0 27.713-17.577 45.558-41.277 45.558c-28.44 0-42.984-17.7-42.984-17.7l7.615-25.16s14.95 12.835 27.565 12.835c8.243 0 11.596-6.49 11.596-11.232c0-19.616-32.16-20.491-32.16-52.724c0-27.129 19.472-53.382 58.778-53.382c15.145 0 22.627 4.338 22.627 4.338"/></svg>

React

import type { SVGProps } from "react";

export function LogosShopify(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#95bf46" d="M223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-1.703-1.703-5.029-1.185-6.32-.805c-.19.056-3.388 1.043-8.678 2.68c-5.18-14.906-14.322-28.604-30.405-28.604c-.444 0-.901.018-1.358.044C129.31 3.407 123.644.779 118.75.779c-37.465 0-55.364 46.835-60.976 70.635c-14.558 4.511-24.9 7.718-26.221 8.133c-8.126 2.549-8.383 2.805-9.45 10.462C21.3 95.806.038 260.235.038 260.235l165.678 31.042l89.77-19.42S223.973 58.8 223.775 57.34M156.49 40.848l-14.019 4.339c.005-.988.01-1.96.01-3.023c0-9.264-1.286-16.723-3.349-22.636c8.287 1.04 13.806 10.469 17.358 21.32m-27.638-19.483c2.304 5.773 3.802 14.058 3.802 25.238c0 .572-.005 1.095-.01 1.624c-9.117 2.824-19.024 5.89-28.953 8.966c5.575-21.516 16.025-31.908 25.161-35.828m-11.131-10.537c1.617 0 3.246.549 4.805 1.622c-12.007 5.65-24.877 19.88-30.312 48.297l-22.886 7.088C75.694 46.16 90.81 10.828 117.72 10.828"/><path fill="#5e8e3e" d="M221.237 54.983a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-.637-.634-1.496-.959-2.394-1.099l-12.527 256.233l89.762-19.418S223.972 58.8 223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357"/><path fill="#fff" d="m135.242 104.585l-11.069 32.926s-9.698-5.176-21.586-5.176c-17.428 0-18.305 10.937-18.305 13.693c0 15.038 39.2 20.8 39.2 56.024c0 27.713-17.577 45.558-41.277 45.558c-28.44 0-42.984-17.7-42.984-17.7l7.615-25.16s14.95 12.835 27.565 12.835c8.243 0 11.596-6.49 11.596-11.232c0-19.616-32.16-20.491-32.16-52.724c0-27.129 19.472-53.382 58.778-53.382c15.145 0 22.627 4.338 22.627 4.338"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#95bf46" d="M223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-1.703-1.703-5.029-1.185-6.32-.805c-.19.056-3.388 1.043-8.678 2.68c-5.18-14.906-14.322-28.604-30.405-28.604c-.444 0-.901.018-1.358.044C129.31 3.407 123.644.779 118.75.779c-37.465 0-55.364 46.835-60.976 70.635c-14.558 4.511-24.9 7.718-26.221 8.133c-8.126 2.549-8.383 2.805-9.45 10.462C21.3 95.806.038 260.235.038 260.235l165.678 31.042l89.77-19.42S223.973 58.8 223.775 57.34M156.49 40.848l-14.019 4.339c.005-.988.01-1.96.01-3.023c0-9.264-1.286-16.723-3.349-22.636c8.287 1.04 13.806 10.469 17.358 21.32m-27.638-19.483c2.304 5.773 3.802 14.058 3.802 25.238c0 .572-.005 1.095-.01 1.624c-9.117 2.824-19.024 5.89-28.953 8.966c5.575-21.516 16.025-31.908 25.161-35.828m-11.131-10.537c1.617 0 3.246.549 4.805 1.622c-12.007 5.65-24.877 19.88-30.312 48.297l-22.886 7.088C75.694 46.16 90.81 10.828 117.72 10.828"/><path fill="#5e8e3e" d="M221.237 54.983a19614 19614 0 0 0-23.383-1.743s-15.507-15.395-17.209-17.099c-.637-.634-1.496-.959-2.394-1.099l-12.527 256.233l89.762-19.418S223.972 58.8 223.774 57.34c-.201-1.46-1.48-2.268-2.537-2.357"/><path fill="#fff" d="m135.242 104.585l-11.069 32.926s-9.698-5.176-21.586-5.176c-17.428 0-18.305 10.937-18.305 13.693c0 15.038 39.2 20.8 39.2 56.024c0 27.713-17.577 45.558-41.277 45.558c-28.44 0-42.984-17.7-42.984-17.7l7.615-25.16s14.95 12.835 27.565 12.835c8.243 0 11.596-6.49 11.596-11.232c0-19.616-32.16-20.491-32.16-52.724c0-27.129 19.472-53.382 58.778-53.382c15.145 0 22.627 4.338 22.627 4.338"/></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%20256%20292%22%3E%3Cpath%20fill%3D%22%2395bf46%22%20d%3D%22M223.774%2057.34c-.201-1.46-1.48-2.268-2.537-2.357a19614%2019614%200%200%200-23.383-1.743s-15.507-15.395-17.209-17.099c-1.703-1.703-5.029-1.185-6.32-.805c-.19.056-3.388%201.043-8.678%202.68c-5.18-14.906-14.322-28.604-30.405-28.604c-.444%200-.901.018-1.358.044C129.31%203.407%20123.644.779%20118.75.779c-37.465%200-55.364%2046.835-60.976%2070.635c-14.558%204.511-24.9%207.718-26.221%208.133c-8.126%202.549-8.383%202.805-9.45%2010.462C21.3%2095.806.038%20260.235.038%20260.235l165.678%2031.042l89.77-19.42S223.973%2058.8%20223.775%2057.34M156.49%2040.848l-14.019%204.339c.005-.988.01-1.96.01-3.023c0-9.264-1.286-16.723-3.349-22.636c8.287%201.04%2013.806%2010.469%2017.358%2021.32m-27.638-19.483c2.304%205.773%203.802%2014.058%203.802%2025.238c0%20.572-.005%201.095-.01%201.624c-9.117%202.824-19.024%205.89-28.953%208.966c5.575-21.516%2016.025-31.908%2025.161-35.828m-11.131-10.537c1.617%200%203.246.549%204.805%201.622c-12.007%205.65-24.877%2019.88-30.312%2048.297l-22.886%207.088C75.694%2046.16%2090.81%2010.828%20117.72%2010.828%22%2F%3E%3Cpath%20fill%3D%22%235e8e3e%22%20d%3D%22M221.237%2054.983a19614%2019614%200%200%200-23.383-1.743s-15.507-15.395-17.209-17.099c-.637-.634-1.496-.959-2.394-1.099l-12.527%20256.233l89.762-19.418S223.972%2058.8%20223.774%2057.34c-.201-1.46-1.48-2.268-2.537-2.357%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m135.242%20104.585l-11.069%2032.926s-9.698-5.176-21.586-5.176c-17.428%200-18.305%2010.937-18.305%2013.693c0%2015.038%2039.2%2020.8%2039.2%2056.024c0%2027.713-17.577%2045.558-41.277%2045.558c-28.44%200-42.984-17.7-42.984-17.7l7.615-25.16s14.95%2012.835%2027.565%2012.835c8.243%200%2011.596-6.49%2011.596-11.232c0-19.616-32.16-20.491-32.16-52.724c0-27.129%2019.472-53.382%2058.778-53.382c15.145%200%2022.627%204.338%2022.627%204.338%22%2F%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%20256%20292%22%3E%3Cpath%20fill%3D%22%2395bf46%22%20d%3D%22M223.774%2057.34c-.201-1.46-1.48-2.268-2.537-2.357a19614%2019614%200%200%200-23.383-1.743s-15.507-15.395-17.209-17.099c-1.703-1.703-5.029-1.185-6.32-.805c-.19.056-3.388%201.043-8.678%202.68c-5.18-14.906-14.322-28.604-30.405-28.604c-.444%200-.901.018-1.358.044C129.31%203.407%20123.644.779%20118.75.779c-37.465%200-55.364%2046.835-60.976%2070.635c-14.558%204.511-24.9%207.718-26.221%208.133c-8.126%202.549-8.383%202.805-9.45%2010.462C21.3%2095.806.038%20260.235.038%20260.235l165.678%2031.042l89.77-19.42S223.973%2058.8%20223.775%2057.34M156.49%2040.848l-14.019%204.339c.005-.988.01-1.96.01-3.023c0-9.264-1.286-16.723-3.349-22.636c8.287%201.04%2013.806%2010.469%2017.358%2021.32m-27.638-19.483c2.304%205.773%203.802%2014.058%203.802%2025.238c0%20.572-.005%201.095-.01%201.624c-9.117%202.824-19.024%205.89-28.953%208.966c5.575-21.516%2016.025-31.908%2025.161-35.828m-11.131-10.537c1.617%200%203.246.549%204.805%201.622c-12.007%205.65-24.877%2019.88-30.312%2048.297l-22.886%207.088C75.694%2046.16%2090.81%2010.828%20117.72%2010.828%22%2F%3E%3Cpath%20fill%3D%22%235e8e3e%22%20d%3D%22M221.237%2054.983a19614%2019614%200%200%200-23.383-1.743s-15.507-15.395-17.209-17.099c-.637-.634-1.496-.959-2.394-1.099l-12.527%20256.233l89.762-19.418S223.972%2058.8%20223.774%2057.34c-.201-1.46-1.48-2.268-2.537-2.357%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m135.242%20104.585l-11.069%2032.926s-9.698-5.176-21.586-5.176c-17.428%200-18.305%2010.937-18.305%2013.693c0%2015.038%2039.2%2020.8%2039.2%2056.024c0%2027.713-17.577%2045.558-41.277%2045.558c-28.44%200-42.984-17.7-42.984-17.7l7.615-25.16s14.95%2012.835%2027.565%2012.835c8.243%200%2011.596-6.49%2011.596-11.232c0-19.616-32.16-20.491-32.16-52.724c0-27.129%2019.472-53.382%2058.778-53.382c15.145%200%2022.627%204.338%2022.627%204.338%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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