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

export const DivisionIcon = ({
  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="M5 11H19V13H5z" />
      <path d="M12 6A1.5 1.5 0 1 0 12 9 1.5 1.5 0 1 0 12 6z" />
      <path d="M12 15A1.5 1.5 0 1 0 12 18 1.5 1.5 0 1 0 12 15z" />
  </svg>
);

Icon

Division

Category

calculation

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

AmpersandAsteriskEqualFunctionGreaterThanGreaterThanEqualHashtagInfinite