grocy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
grocy
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the grocy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.621.068C7.527.786 3.608 4.618 2.345 10.082c-.316 1.35-.392 3.896-.163 5.203c.62 3.57 2.96 6.574 6.15 7.913c1.36.577 2.1.73 3.842.784c1.22.043 1.862.01 2.722-.13c2.688-.447 5.399-1.699 6.65-3.092l.403-.447l-.054-1.872a482 482 0 0 1-.12-5.344l-.065-3.473l-2.907.087a267 267 0 0 0-4.746.142l-1.85.065l-.087 2.319c-.055 1.284-.076 2.34-.055 2.362c.022.022.882.076 1.916.12l1.872.076v.294c0 .707-.13.98-.555 1.208c-.653.326-1.872.479-2.623.326c-2.71-.566-3.777-4.55-1.96-7.369C11.86 7.48 13.873 6.62 16.562 6.74c.74.043 1.665.163 2.123.272c.446.12.838.174.87.12c.098-.142.468-5.726.403-5.9c-.087-.24-1.35-.697-2.569-.947c-1.252-.25-3.722-.37-4.767-.218z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGrocy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.621.068C7.527.786 3.608 4.618 2.345 10.082c-.316 1.35-.392 3.896-.163 5.203c.62 3.57 2.96 6.574 6.15 7.913c1.36.577 2.1.73 3.842.784c1.22.043 1.862.01 2.722-.13c2.688-.447 5.399-1.699 6.65-3.092l.403-.447l-.054-1.872a482 482 0 0 1-.12-5.344l-.065-3.473l-2.907.087a267 267 0 0 0-4.746.142l-1.85.065l-.087 2.319c-.055 1.284-.076 2.34-.055 2.362c.022.022.882.076 1.916.12l1.872.076v.294c0 .707-.13.98-.555 1.208c-.653.326-1.872.479-2.623.326c-2.71-.566-3.777-4.55-1.96-7.369C11.86 7.48 13.873 6.62 16.562 6.74c.74.043 1.665.163 2.123.272c.446.12.838.174.87.12c.098-.142.468-5.726.403-5.9c-.087-.24-1.35-.697-2.569-.947c-1.252-.25-3.722-.37-4.767-.218z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.621.068C7.527.786 3.608 4.618 2.345 10.082c-.316 1.35-.392 3.896-.163 5.203c.62 3.57 2.96 6.574 6.15 7.913c1.36.577 2.1.73 3.842.784c1.22.043 1.862.01 2.722-.13c2.688-.447 5.399-1.699 6.65-3.092l.403-.447l-.054-1.872a482 482 0 0 1-.12-5.344l-.065-3.473l-2.907.087a267 267 0 0 0-4.746.142l-1.85.065l-.087 2.319c-.055 1.284-.076 2.34-.055 2.362c.022.022.882.076 1.916.12l1.872.076v.294c0 .707-.13.98-.555 1.208c-.653.326-1.872.479-2.623.326c-2.71-.566-3.777-4.55-1.96-7.369C11.86 7.48 13.873 6.62 16.562 6.74c.74.043 1.665.163 2.123.272c.446.12.838.174.87.12c.098-.142.468-5.726.403-5.9c-.087-.24-1.35-.697-2.569-.947c-1.252-.25-3.722-.37-4.767-.218z"/></svg>
</template>

CSS

.icon-grocy {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.621.068C7.527.786%203.608%204.618%202.345%2010.082c-.316%201.35-.392%203.896-.163%205.203c.62%203.57%202.96%206.574%206.15%207.913c1.36.577%202.1.73%203.842.784c1.22.043%201.862.01%202.722-.13c2.688-.447%205.399-1.699%206.65-3.092l.403-.447l-.054-1.872a482%20482%200%200%201-.12-5.344l-.065-3.473l-2.907.087a267%20267%200%200%200-4.746.142l-1.85.065l-.087%202.319c-.055%201.284-.076%202.34-.055%202.362c.022.022.882.076%201.916.12l1.872.076v.294c0%20.707-.13.98-.555%201.208c-.653.326-1.872.479-2.623.326c-2.71-.566-3.777-4.55-1.96-7.369C11.86%207.48%2013.873%206.62%2016.562%206.74c.74.043%201.665.163%202.123.272c.446.12.838.174.87.12c.098-.142.468-5.726.403-5.9c-.087-.24-1.35-.697-2.569-.947c-1.252-.25-3.722-.37-4.767-.218z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.621.068C7.527.786%203.608%204.618%202.345%2010.082c-.316%201.35-.392%203.896-.163%205.203c.62%203.57%202.96%206.574%206.15%207.913c1.36.577%202.1.73%203.842.784c1.22.043%201.862.01%202.722-.13c2.688-.447%205.399-1.699%206.65-3.092l.403-.447l-.054-1.872a482%20482%200%200%201-.12-5.344l-.065-3.473l-2.907.087a267%20267%200%200%200-4.746.142l-1.85.065l-.087%202.319c-.055%201.284-.076%202.34-.055%202.362c.022.022.882.076%201.916.12l1.872.076v.294c0%20.707-.13.98-.555%201.208c-.653.326-1.872.479-2.623.326c-2.71-.566-3.777-4.55-1.96-7.369C11.86%207.48%2013.873%206.62%2016.562%206.74c.74.043%201.665.163%202.123.272c.446.12.838.174.87.12c.098-.142.468-5.726.403-5.9c-.087-.24-1.35-.697-2.569-.947c-1.252-.25-3.722-.37-4.767-.218z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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