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

export const SquareWatchIcon = ({
  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="m17,4h-1v-2h-8v2h-1c-1.1,0-2,.9-2,2v12c0,1.1.9,2,2,2h1v2h8v-2h1c1.1,0,2-.9,2-2V6c0-1.1-.9-2-2-2Zm-1,14H7V6h10v12s-1,0-1,0Z" />
      <path d="m13,8h-2v4c0,.27.11.52.29.71l3,3,1.41-1.41-2.71-2.71v-3.59Z" />
  </svg>
);

Icon

SquareWatch

Category

tools

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

CalculatorCCTVEarbudsKeyboardLaptopMicroscopeMobileMouse