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

export const ShutterIcon = ({
  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="M12.02 22c1.7 0 3.41-.43 4.98-1.34 4.77-2.76 6.42-8.88 3.66-13.66C17.9 2.23 11.78.58 7 3.34 2.23 6.1.58 12.22 3.34 17c1.85 3.2 5.22 5 8.68 5m-6.94-6h6.93l-2.14 3.71A7.96 7.96 0 0 1 5.08 16m4.62-4 1.15-2h2.31l1.15 2-1.15 2h-2.31zm6.31 6.93a8 8 0 0 1-4 1.07l3.46-5.99 2.14 3.7c-.47.46-1 .88-1.6 1.23Zm2.92-2.94L15.47 10h4.27c.53 2.04.21 4.2-.82 5.99Zm0-7.99H12l2.14-3.7c1.95.54 3.7 1.81 4.79 3.7M8 5.07A7.9 7.9 0 0 1 11.99 4H12l-3.46 6L6.4 6.3c.47-.46 1-.88 1.6-1.23M5.08 8.01 8.54 14H4.27a8 8 0 0 1 .82-5.99Z" />
  </svg>
);

Icon

Shutter

Category

media-activity

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 media-activity icons

CameraCaptionsCastCopyrightRegisteredWhiteboard