next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const ShieldIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="m20.42,6.11l-7.97-4c-.28-.14-.62-.14-.9,0L3.58,6.11c-.31.15-.51.45-.55.79-.01.11-.96,10.77,8.55,15.01.13.06.27.09.41.09s.28-.03.41-.09c9.51-4.25,8.57-14.9,8.55-15.01-.03-.34-.24-.64-.55-.79Zm-8.42,13.79c-6.74-3.27-7.06-10.26-7-12.26l7-3.51,7,3.51c.04,1.99-.33,9.02-7,12.27Z" />
  </svg>
);

Icon

Shield

Category

elements

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related elements icons

AlarmBeerBoltBookBugCalenderClockCloud