JSXIcons.com

Brands icon

Flutter JSX Icon

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

Browse all icons
ComponentFlutterLogo
FileflutterLogo.jsx
CategoryBrands

Copy-ready code

Flutter React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/flutter.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const FlutterLogo = ({ width = "40px", height = "40px", color = "#02569B", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M14.314 0L2.3 12 6 15.7 21.684.013h-7.357zm.014 11.072L7.857 17.53l6.47 6.47H21.7l-6.46-6.468 6.46-6.46h-7.37z"/>
  </svg>
)

How to use the Flutter icon

import { FlutterLogo } from "@/assets/icons/flutterLogo"

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