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

export const PollIcon = ({
  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 15H22V17H10z" />
      <path d="M10 7H22V9H10z" />
      <path d="m6,13h-2c-1.1,0-2,.9-2,2v2c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2v-2c0-1.1-.9-2-2-2Zm-2,4v-2h2v2s-2,0-2,0Z" />
      <path d="m6,5h-2c-1.1,0-2,.9-2,2v2c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2v-2c0-1.1-.9-2-2-2Zm-2,4v-2h2v2s-2,0-2,0Z" />
  </svg>
);

Icon

Poll

Category

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

BanBookmarkColorFillCopyCropCutDislikeEdit