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

export const AtomIcon = ({
  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="M10.98 4.15c.17.14.2.4.05.58-.14.17-.39.2-.57.06-1.07-.86-1.95-1.14-2.5-.86-.64.33-.88 1.37-.76 2.83l.02.2c.01.1.02.2.04.3l.03.21c.04.24.08.5.14.76.77-.12 1.59-.2 2.46-.23.36-.47.74-.92 1.14-1.36l.19-.21c.48-.51.97-.97 1.44-1.37l.19-.16c1.74-1.39 3.35-1.95 4.4-1.27.91.59 1.15 1.93.82 3.72a.407.407 0 0 1-.8-.14V7.2c.28-1.5.1-2.52-.46-2.88-.72-.47-2.06.07-3.57 1.33l-.17.14c-.09.07-.17.15-.25.22l-.17.16c-.18.16-.35.33-.52.5l-.17.18-.09.09-.17.19-.17.19-.17.2c-.06.07-.12.13-.17.2l-.17.21-.03.04c.41 0 .82.01 1.24.04h.16l.32.03c.27.02.53.04.8.07l.31.03c.05 0 .1.01.16.02l.31.04c.26.03.51.07.75.11l.29.05.29.05.29.06c.94.19 1.81.44 2.58.73l.23.09c2.01.8 3.25 1.91 3.18 3.13-.05 1.01-.96 1.84-2.48 2.44-.21.09-.45-.01-.53-.22s.01-.45.22-.53h.01c1.25-.49 1.93-1.11 1.96-1.72.04-.78-.89-1.58-2.44-2.23l-.19-.08c-.13-.05-.27-.1-.4-.15l-.21-.07c-.07-.02-.14-.05-.22-.07l-.22-.07-.23-.07-.12-.03-.23-.06-.12-.03-.24-.06c-.25-.06-.5-.12-.75-.17l-.26-.05-.13-.02-.27-.05-.27-.05-.14-.02-.28-.04c-.09-.01-.19-.03-.28-.04l-.28-.04-.29-.03c-.15-.02-.29-.03-.44-.04l-.29-.02c-.1 0-.2-.01-.3-.02l-.3-.02h-.3l-.3-.02c-.34 0-.68-.01-1.02 0h-.23l-.09.13-.17.23-.17.24q-.39.54-.75 1.11l-.16.25q-.255.405-.48.81c.01.03.03.07.04.1l.11.26s.04.09.06.13l.12.26.12.27.13.27.13.27.13.27.14.27.14.26.14.26.07.13.14.25c.05.08.1.17.15.25l.15.24.15.24.15.24.15.23c.12.19.25.37.38.56l.15.21c.1.14.2.28.31.41l.15.2.15.19s.05.06.08.09l.15.19.15.18c.15.17.3.34.46.5l.15.16.15.15c.07.07.15.14.23.21l.15.13.22.19.15.12c.99.79 1.86 1.1 2.44.81.55-.28.81-1.09.79-2.24v-.18c0-.06-.01-.12-.01-.18v-.18c-.02-.06-.02-.13-.03-.19l-.02-.19s0-.07-.01-.1l-.03-.2-.03-.2-.04-.21c-.03-.18-.07-.36-.11-.54l-.05-.22-.05-.23s-.02-.08-.03-.11l-.06-.23-.07-.23-.03-.12-.07-.24-.08-.24-.12-.36-.09-.25-.09-.25c-.06-.17-.13-.33-.19-.5l-.1-.25-.11-.25-.05-.13-.11-.26-.12-.26s-.04-.09-.06-.13l-.12-.26s-.04-.09-.06-.13c-.1-.2-.02-.45.18-.55s.45-.02.55.18v.01l.14.28c.04.09.09.19.13.28l.13.28c.12.28.24.55.35.83l.11.28s.04.09.05.14l.1.27s.03.09.05.14l.09.27c.06.18.12.35.18.53l.08.26c.96 3.22.84 5.85-.61 6.58-1.17.6-2.83-.23-4.5-1.98l-.17-.18c-.12-.13-.23-.26-.35-.39l-.17-.2q-.69-.825-1.35-1.83L9.88 16c-.42-.66-.82-1.35-1.18-2.05l-.07-.15c-.05-.1-.1-.19-.15-.29l-.14-.29c-.11-.23-.22-.46-.32-.69l-.07.13-.06.12-.12.24-.11.24-.11.24s-.04.08-.05.12l-.1.24s-.03.08-.05.12l-.09.23s-.03.08-.05.12l-.09.23-.04.11-.08.23-.08.22c-.04.11-.07.22-.11.33l-.06.21-.06.21-.03.1-.05.2c-.04.16-.08.33-.11.49l-.03.19c-.23 1.34-.08 2.33.49 2.71.58.37 1.65.09 2.97-.86.18-.13.44-.1.57.08s.1.44-.08.57c-1.57 1.13-2.95 1.5-3.9.89-1.14-.74-1.22-2.7-.46-5.13l.08-.24c.05-.16.11-.33.17-.5l.1-.25c.13-.35.28-.7.43-1.04l.12-.26.13-.27c.17-.34.34-.68.52-1.01-.02-.06-.05-.13-.07-.19l-.11-.28c-.13-.36-.26-.73-.37-1.1l-.08-.27c-.05-.17-.1-.34-.14-.51l-.15.03-.22.05-.22.05-.11.03-.21.05-.2.06-.2.06-.19.06-.18.06-.18.07c-1.23.47-1.97 1.08-2.01 1.75-.03.61.58 1.3 1.77 1.92.2.1.28.35.18.55s-.35.28-.55.18h-.01c-1.45-.75-2.26-1.67-2.21-2.68C2.22 10.02 4 8.95 6.64 8.4c-.53-2.56-.26-4.55.97-5.17.91-.46 2.1-.09 3.39.95Zm2.24 7.61c.14.63-.26 1.25-.89 1.38-.63.14-1.25-.26-1.38-.89-.14-.63.26-1.25.89-1.38.63-.14 1.25.26 1.38.89M9.26 8.85h-.07c-.06 0-.11.01-.17.02l-.27.02-.26.03s-.09 0-.13.01l-.26.03-.13.02-.25.03-.1.02.03.13.18.61.08.25.04.12.09.25c.02.07.05.14.07.2.13-.22.26-.43.4-.65l.09-.14c.21-.32.43-.64.65-.96Z" />
  </svg>
);

Icon

Atom

Category

browsers

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

ArcBrowserBraveBrowserEdgeFirefoxInternetExplorerOpera