shopify circle icon

shopify-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
shopify-circle
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the shopify circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><path d="m13.264 6.833l-.805-.06l-.592-.589l.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091 7.385l-3.09.668L5.65 13.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432 2.1-2.432c.168 0 .363.09.52.299l.047-.002c.554 0 .868.472 1.047.985l.299-.092a.3.3 0 0 1 .135-.01zm-2.96 1.708s-.257-.15-.779-.15c-1.353 0-2.023.904-2.023 1.838c0 1.11 1.107 1.14 1.107 1.815a.383.383 0 0 1-.4.386c-.434 0-.948-.441-.948-.441l-.262.866s.5.609 1.48.609c.815 0 1.42-.614 1.42-1.568c0-1.213-1.35-1.411-1.35-1.929c0-.095.031-.471.631-.471c.41 0 .743.178.743.178zm.732-2.195c-.123-.373-.313-.698-.598-.733c.071.203.115.46.115.779v.104zm-.952-.67c-.314.135-.674.492-.866 1.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926 0-1.447 1.216-1.666 1.962l.788-.244c.187-.978.63-1.468 1.043-1.662a.3.3 0 0 0-.165-.056"/></g></svg>

React

import type { SVGProps } from "react";

export function JamShopifyCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><path d="m13.264 6.833l-.805-.06l-.592-.589l.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091 7.385l-3.09.668L5.65 13.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432 2.1-2.432c.168 0 .363.09.52.299l.047-.002c.554 0 .868.472 1.047.985l.299-.092a.3.3 0 0 1 .135-.01zm-2.96 1.708s-.257-.15-.779-.15c-1.353 0-2.023.904-2.023 1.838c0 1.11 1.107 1.14 1.107 1.815a.383.383 0 0 1-.4.386c-.434 0-.948-.441-.948-.441l-.262.866s.5.609 1.48.609c.815 0 1.42-.614 1.42-1.568c0-1.213-1.35-1.411-1.35-1.929c0-.095.031-.471.631-.471c.41 0 .743.178.743.178zm.732-2.195c-.123-.373-.313-.698-.598-.733c.071.203.115.46.115.779v.104zm-.952-.67c-.314.135-.674.492-.866 1.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926 0-1.447 1.216-1.666 1.962l.788-.244c.187-.978.63-1.468 1.043-1.662a.3.3 0 0 0-.165-.056"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/><path d="m13.264 6.833l-.805-.06l-.592-.589l.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091 7.385l-3.09.668L5.65 13.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432 2.1-2.432c.168 0 .363.09.52.299l.047-.002c.554 0 .868.472 1.047.985l.299-.092a.3.3 0 0 1 .135-.01zm-2.96 1.708s-.257-.15-.779-.15c-1.353 0-2.023.904-2.023 1.838c0 1.11 1.107 1.14 1.107 1.815a.383.383 0 0 1-.4.386c-.434 0-.948-.441-.948-.441l-.262.866s.5.609 1.48.609c.815 0 1.42-.614 1.42-1.568c0-1.213-1.35-1.411-1.35-1.929c0-.095.031-.471.631-.471c.41 0 .743.178.743.178zm.732-2.195c-.123-.373-.313-.698-.598-.733c.071.203.115.46.115.779v.104zm-.952-.67c-.314.135-.674.492-.866 1.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926 0-1.447 1.216-1.666 1.962l.788-.244c.187-.978.63-1.468 1.043-1.662a.3.3 0 0 0-.165-.056"/></g></svg>
</template>

CSS

.icon-shopify-circle {
  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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cpath%20d%3D%22m13.264%206.833l-.805-.06l-.592-.589l.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091%207.385l-3.09.668L5.65%2013.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432%202.1-2.432c.168%200%20.363.09.52.299l.047-.002c.554%200%20.868.472%201.047.985l.299-.092a.3.3%200%200%201%20.135-.01zm-2.96%201.708s-.257-.15-.779-.15c-1.353%200-2.023.904-2.023%201.838c0%201.11%201.107%201.14%201.107%201.815a.383.383%200%200%201-.4.386c-.434%200-.948-.441-.948-.441l-.262.866s.5.609%201.48.609c.815%200%201.42-.614%201.42-1.568c0-1.213-1.35-1.411-1.35-1.929c0-.095.031-.471.631-.471c.41%200%20.743.178.743.178zm.732-2.195c-.123-.373-.313-.698-.598-.733c.071.203.115.46.115.779v.104zm-.952-.67c-.314.135-.674.492-.866%201.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926%200-1.447%201.216-1.666%201.962l.788-.244c.187-.978.63-1.468%201.043-1.662a.3.3%200%200%200-.165-.056%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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cpath%20d%3D%22m13.264%206.833l-.805-.06l-.592-.589l.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091%207.385l-3.09.668L5.65%2013.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432%202.1-2.432c.168%200%20.363.09.52.299l.047-.002c.554%200%20.868.472%201.047.985l.299-.092a.3.3%200%200%201%20.135-.01zm-2.96%201.708s-.257-.15-.779-.15c-1.353%200-2.023.904-2.023%201.838c0%201.11%201.107%201.14%201.107%201.815a.383.383%200%200%201-.4.386c-.434%200-.948-.441-.948-.441l-.262.866s.5.609%201.48.609c.815%200%201.42-.614%201.42-1.568c0-1.213-1.35-1.411-1.35-1.929c0-.095.031-.471.631-.471c.41%200%20.743.178.743.178zm.732-2.195c-.123-.373-.313-.698-.598-.733c.071.203.115.46.115.779v.104zm-.952-.67c-.314.135-.674.492-.866%201.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926%200-1.447%201.216-1.666%201.962l.788-.244c.187-.978.63-1.468%201.043-1.662a.3.3%200%200%200-.165-.056%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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