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

export const ENVIcon = ({
  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="M3 3v18h18V3zm4.05 16.02H5.79v-1.26h1.26zm4.23.04H8.13v-4.14h3.07v.7H8.97v.92h2.08v.7H8.97v1.13h2.31v.7Zm4 0h-.84l-1.67-2.7v2.7h-.78v-4.14h.81l1.69 2.76v-2.76h.78v4.14Zm2.83 0h-.89l-1.48-4.14h.91l1.05 3.06 1.01-3.06h.89l-1.48 4.14Z" />
  </svg>
);

Icon

ENV

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee