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

export const UnpinIcon = ({
  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="m14.91,13.5l1.59-1.59.79.79c.39.39,1.02.39,1.41,0l3-3c.39-.39.39-1.02,0-1.41l-6-6c-.39-.39-1.02-.39-1.41,0l-3,3c-.39.39-.39,1.02,0,1.41l.79.79-1.59,1.59-.79-.79L2.71,1.29l-1.41,1.41,6.29,6.29,1.41,1.41.79.79,3,3,.79.79,1.41,1.41,6.29,6.29,1.41-1.41-7-7-.79-.79Zm-.71-5.29c.39-.39.39-1.02,0-1.41l-.79-.79,1.59-1.59,4.59,4.59-1.59,1.59-.79-.79c-.39-.39-1.02-.39-1.41,0l-2.29,2.29-1.59-1.59,2.29-2.29Z" />
      <path d="m12,16.59l-4.59-4.59.17-.17-1.41-1.41-.88.88c-.39.39-.39,1.02,0,1.41l2.29,2.29-5.29,5.29,1.41,1.41,5.29-5.29,2.29,2.29c.2.2.45.29.71.29s.51-.1.71-.29l.88-.88-1.41-1.41-.17.17Z" />
  </svg>
);

Icon

Unpin

Category

navigation

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

CheckHistoryPinRefreshRotateShoppingBag