IconLogicGates for Spigot
Logic gates

OR gate

The OR gate outputs true (1) if at least one of its inputs is true (1). If both inputs are false (0), the output will be false (0). It represents the logical disjunction, where one or more conditions must be true for the result to be true.