JSXIcons.com

Cryptocurrency icon

Algorand JSX Icon

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

Browse all icons
ComponentAlgorandLogo
FilealgorandLogo.jsx
CategoryCryptocurrency

Copy-ready code

Algorand React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/algorand.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const AlgorandLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M13.874 0h3.673l1.61 5.963h3.789l-2.588 4.5 3.624 13.533h-3.757l-2.44-9.077-5.247 9.079H8.345l8.107-14.051-1.304-4.878L4.215 24H.018Z"/>
  </svg>
)

How to use the Algorand icon

import { AlgorandLogo } from "@/assets/icons/algorandLogo"

export default function Example() {
  return <AlgorandLogo 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.jsJSXSVGCryptocurrency icons

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

Related JSX icons

FAQ

Is the Algorand 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.