JSXIcons.com

E-commerce icon

Kroger JSX Icon

Copy the Kroger icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentKrogerLogo
FilekrogerLogo.jsx
CategoryE-commerce

Copy-ready code

Kroger React JSX component

// Source: https://raw.githubusercontent.com/glincker/thesvg/bc1ea3c9c5901d1d7a9438e760a9d071955ff29d/public/icons/kroger/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const KrogerLogo = ({ width = "40px", height = "40px", color = "#005DAA", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 95.1 74.1" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path d="M36.4 67.8c0 3.4-2.9 6.2-6.3 6.1-3.4 0-6.2-2.9-6.1-6.3 0-3.4 2.8-6.1 6.2-6.1s6.2 2.8 6.2 6.3c0-.1 0 0 0 0"/><ellipse cx="81.6" cy="67.8" rx="6.2" ry="6.3"/><path d="M29.8 26.5c0-.4.1-.8.3-1.1.3-.3.7-.5 1.1-.5h16.9c.5 0 1 .3 1.2.7.3.4.3 1 0 1.4l-8.7 15.2c-.4.7-1.2.9-1.9.6-.1 0-.2-.1-.2-.2-4.6-4-7.7-9.5-8.6-15.5 0-.1-.1-.4-.1-.6m27.3 22.1c-4.1.4-8.3-.3-12.1-1.9-.4-.2-.7-.5-.8-.9s-.1-.8.1-1.2l10-17.6c.4-.7 1.2-.9 1.9-.5.2.1.4.3.5.5l9.7 17.1c.4.7.2 1.6-.5 1.9h-.1c-2.6 1.5-5.6 2.3-8.7 2.6m17-9.1c-.6.8-1.3 1.5-2 2.1-.3.3-.7.5-1.2.4-.4-.1-.8-.3-1-.7L61.8 27c-.3-.4-.3-1 0-1.4.2-.4.7-.7 1.2-.7h15.3c.4 0 .8.2 1.1.5s.4.7.3 1.1c-.5 4.8-2.5 9.3-5.6 13"/><path d="M84.8 24.9c-1 14.5-12.3 26.7-27.1 28-16.4 1.5-31-10.8-32.5-27.4C23.8 10.5 14.2.7 0 0v10.5c8.8.6 14.1 6.3 15 16 1.9 21.1 19.5 37 40 37 1.2 0 2.5-.1 3.7-.2 20.1-1.9 35.4-18.6 36.4-38.4z"/>
  </svg>
)

How to use the Kroger icon

import { KrogerLogo } from "@/assets/icons/krogerLogo"

export default function Example() {
  return <KrogerLogo width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGE-commerce icons

Looking for a similar mark? Browse the related icons below or explore the full e-commerce collection.

Related JSX icons

FAQ

Is the Kroger JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.