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

export const CCTVIcon = ({
  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.46,9.42c.22-.51,0-1.1-.52-1.32L6.21,2.08c-.24-.11-.52-.11-.77-.02-.25.1-.45.29-.55.53l-2.81,6.41c-.22.51,0,1.1.52,1.32l7.14,3.13-1.42,3.54h-4.32v-3h-2v8h2v-3h5c.41,0,.78-.25.93-.63l1.65-4.11,4.77,2.09c.13.06.26.08.4.08.12,0,.25-.02.36-.07.25-.1.45-.29.55-.53l.53-1.21,1.83.8,1.75-4-1.83-.8.53-1.21Zm-4.24,4.69l-11.91-5.21,2.01-4.58,11.91,5.21-2.01,4.58Z" />
  </svg>
);

Icon

CCTV

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

CalculatorEarbudsKeyboardLaptopMicroscopeMobileMousePrinter