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

export const SquareRootIcon = ({
  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.03,4.76l-2.9,11.62-2.26-3.88c-.18-.31-.51-.5-.86-.5h-3v2h2.43l3.21,5.5c.18.31.51.5.86.5.05,0,.09,0,.14,0,.4-.06.73-.35.83-.75l3.31-13.24h9.22v-2h-10c-.46,0-.86.31-.97.76Z" />
  </svg>
);

Icon

SquareRoot

Category

calculation

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 calculation icons

AmpersandAsteriskDivisionEqualFunctionGreaterThanGreaterThanEqualHashtag