JSXIcons.com

User icon

Account Security JSX Icon

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

Browse all icons
ComponentShieldCheckIcon
FileshieldcheckIcon.jsx
CategoryUser

Copy-ready code

Account Security React JSX component

// Source: https://unpkg.com/lucide-static@1.25.0/icons/shield-check.svg
// Asset license: Lucide ISC. Some Lucide glyphs derive from Feather under MIT; see the upstream license.
export const ShieldCheckIcon = ({ width = "40px", height = "40px", color = "currentColor", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke={color} strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" role="img">
    <path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" />
  <path d="m9 12 2 2 4-4" />
  </svg>
)

How to use the Account Security icon

import { ShieldCheckIcon } from "@/assets/icons/shieldcheckIcon"

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

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

Related JSX icons

FAQ

Is the Account Security 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.