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

export const PowerIcon = ({
  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="M11 2H13V12H11z" />
      <path d="m15,4.53v2.16c2.36,1.13,4,3.53,4,6.32,0,3.86-3.14,7-7,7s-7-3.14-7-7c0-2.79,1.64-5.19,4-6.32v-2.16c-3.49,1.24-6,4.57-6,8.47,0,4.96,4.04,9,9,9s9-4.04,9-9c0-3.91-2.51-7.24-6-8.47Z" />
  </svg>
);

Icon

Power

Category

keywords-buttons

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 keywords-buttons icons

CommandEnterJoystickMaximizeMenuMinimizeSlider