JSXIcons.com

Brands icon

Capacitor JSX Icon

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

Browse all icons
ComponentCapacitorLogo
FilecapacitorLogo.jsx
CategoryBrands

Copy-ready code

Capacitor React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/capacitor.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const CapacitorLogo = ({ width = "40px", height = "40px", color = "#119EFF", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M24 3.7l-5.766 5.766 5.725 5.736-3.713 3.712L5.073 3.742 8.786.03l5.736 5.726L20.284 0 24 3.7zM.029 8.785l3.713-3.713 15.173 15.173-3.713 3.714-5.732-5.726L3.7 24 0 20.285l5.754-5.764L.029 8.785z"/>
  </svg>
)

How to use the Capacitor icon

import { CapacitorLogo } from "@/assets/icons/capacitorLogo"

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