JSXIcons.com

Brands icon

Codio JSX Icon

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

Browse all icons
ComponentCodioLogo
FilecodioLogo.jsx
CategoryBrands

Copy-ready code

Codio React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/codio.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const CodioLogo = ({ width = "40px", height = "40px", color = "#4574E0", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M11.997 24L1.605 17.997v-12L12 0l10.396 5.997L16.5 9.402 12 6.8 7.496 9.4v5.2l4.502 2.6 4.5-2.6 5.895 3.397L12.003 24h-.006z"/>
  </svg>
)

How to use the Codio icon

import { CodioLogo } from "@/assets/icons/codioLogo"

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