JSXIcons.com

Brands icon

Axios JSX Icon

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

Browse all icons
ComponentAxiosLogo
FileaxiosLogo.jsx
CategoryBrands

Copy-ready code

Axios React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/axios.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const AxiosLogo = ({ width = "40px", height = "40px", color = "#5A29E4", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M11.0683 2.89968V22.2973l-2.11399 1.70265V7.8638H4.975l6.0933-4.96412zM14.93426 0v15.76724H19.025l-6.20044 5.08865V1.4689L14.93426 0z"/>
  </svg>
)

How to use the Axios icon

import { AxiosLogo } from "@/assets/icons/axiosLogo"

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

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

Related JSX icons

FAQ

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