JSXIcons.com

E-commerce icon

StockX JSX Icon

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

Browse all icons
ComponentStockXLogo
FilestockxLogo.jsx
CategoryE-commerce

Copy-ready code

StockX React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/stockx.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const StockXLogo = ({ width = "40px", height = "40px", color = "#006340", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M13.74 16.5 22.5 24v-6l-7-6 7-6V0L10.26 10.5v-3L1.5 0v6l7 6-7 6v6l12.24-10.5Z"/>
  </svg>
)

How to use the StockX icon

import { StockXLogo } from "@/assets/icons/stockxLogo"

export default function Example() {
  return <StockXLogo 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 StockX 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.