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

export const TerraformIcon = ({
  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="m9.47 11.84 4.96 2.88V8.96L9.47 6.08zM15 14.72l4.96-2.88V6.08L15 8.96zM3.96 8.64l4.96 2.88V5.76L3.96 2.88zm5.51 9.6 4.96 2.88v-5.76l-4.96-2.88z" />
  </svg>
);

Icon

Terraform

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