JSXIcons.com

General icon

Ninja Star JSX Icon

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

Browse all icons
ComponentNinjastarIcon
FileninjastarIcon.jsx
CategoryGeneral

Copy-ready code

Ninja Star React JSX component

export const NinjastarIcon = ({ width = "40px", height = "40px", color = "#000", ...props }) => (
  <svg {...props} width={width} height={height} id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 77">
    <g id="Layer_1-2" data-name="Layer 1">
      <path strokeWidth={"0px"} d="m45,64c3.6,0,6.6,2.3,7.6,5.5l37.4,7.5-24.8-27.3c-.7.2-1.4.3-2.2.3-4.4,0-8-3.6-8-8s.9-4.2,2.4-5.7L45,0l-12.4,36.3c1.5,1.5,2.4,3.5,2.4,5.7,0,4.4-3.6,8-8,8s-1.5,0-2.2-.3L0,77l37.4-7.5c1-3.2,4-5.5,7.6-5.5Zm0-18c2.8,0,5,2.2,5,5s-2.2,5-5,5-5-2.2-5-5,2.2-5,5-5Z" />
    </g>
  </svg>
);

How to use the Ninja Star icon

import { NinjastarIcon } from "@/assets/icons/ninjastarIcon"

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

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

Related JSX icons

FAQ

Is the Ninja Star 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.