gate-nand from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
gate-nand
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
logic-gate-nand

Related icons in Material Design Icons

Use the gate nand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4v16h8c3.43 0 6.5-2.16 7.6-5.4c.4.2.9.4 1.4.4a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.5 0-.97.15-1.4.4C16.5 6.16 13.43 4 10 4zm2 2h6a6 6 0 0 1 6 6a6 6 0 0 1-6 6H4zm15 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiGateNand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4v16h8c3.43 0 6.5-2.16 7.6-5.4c.4.2.9.4 1.4.4a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.5 0-.97.15-1.4.4C16.5 6.16 13.43 4 10 4zm2 2h6a6 6 0 0 1 6 6a6 6 0 0 1-6 6H4zm15 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4v16h8c3.43 0 6.5-2.16 7.6-5.4c.4.2.9.4 1.4.4a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.5 0-.97.15-1.4.4C16.5 6.16 13.43 4 10 4zm2 2h6a6 6 0 0 1 6 6a6 6 0 0 1-6 6H4zm15 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg>
</template>

CSS

.icon-gate-nand {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204v16h8c3.43%200%206.5-2.16%207.6-5.4c.4.2.9.4%201.4.4a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-.5%200-.97.15-1.4.4C16.5%206.16%2013.43%204%2010%204zm2%202h6a6%206%200%200%201%206%206a6%206%200%200%201-6%206H4zm15%205c.5%200%201%20.5%201%201s-.5%201-1%201a1%201%200%200%201-1-1c0-.5.5-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204v16h8c3.43%200%206.5-2.16%207.6-5.4c.4.2.9.4%201.4.4a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-.5%200-.97.15-1.4.4C16.5%206.16%2013.43%204%2010%204zm2%202h6a6%206%200%200%201%206%206a6%206%200%200%201-6%206H4zm15%205c.5%200%201%20.5%201%201s-.5%201-1%201a1%201%200%200%201-1-1c0-.5.5-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/gate-nand.svg?color=%231a73e8&size=48