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

export const SnowflakeIcon = ({
  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="m20.71 8.71-1.42-1.42-3.7 3.71H13V8.41l3.71-3.7-1.42-1.42L13 5.59V2h-2v3.59l-2.29-2.3-1.42 1.42L11 8.41V11H8.41l-3.7-3.71-1.42 1.42L5.59 11H2v2h3.59l-2.3 2.29 1.42 1.42L8.41 13H11v2.59l-3.71 3.7 1.42 1.42 2.29-2.3V22h2v-3.59l2.29 2.3 1.42-1.42-3.71-3.7V13h2.59l3.7 3.71 1.42-1.42-2.3-2.29H22v-2h-3.59z" />
  </svg>
);

Icon

Snowflake

Category

elements

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

AlarmBeerBoltBookBugCalenderClockCloud