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

export const RoundWatchIcon = ({
  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="m16,5.08v-3.08h-8v3.08c-2.39,1.39-4,3.96-4,6.92s1.61,5.53,4,6.92v3.08h8v-3.08c1.83-1.06,3.19-2.82,3.74-4.92h1.26v-4h-1.26c-.54-2.09-1.91-3.86-3.74-4.92Zm-4,12.92c-3.31,0-6-2.69-6-6s2.69-6,6-6,6,2.69,6,6-2.69,6-6,6Z" />
  </svg>
);

Icon

RoundWatch

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