ng button emoji

ng-button from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
ng-button
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the ng button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M17.67 41.22h10.21l18.72 31.2h.52l-.52-8.97V41.22h8.71v46.54h-9.23L26.32 54.81h-.52l.52 8.97v23.99h-8.65zm56.78 44.43c-3.75-2.1-6.73-5-8.94-8.71S62.2 69.09 62.2 64.5s1.1-8.74 3.31-12.45s5.19-6.61 8.94-8.71s7.85-3.15 12.32-3.15c3.64 0 6.97.64 9.98 1.92q4.515 1.92 7.77 5.43l-6.04 5.92c-1.56-1.65-3.28-2.88-5.17-3.71q-2.82-1.23-6.6-1.23c-2.86 0-5.48.66-7.87 1.98c-2.38 1.32-4.28 3.21-5.69 5.65c-1.41 2.45-2.11 5.23-2.11 8.35s.71 5.9 2.14 8.35s3.35 4.33 5.75 5.66c2.41 1.32 5.04 1.98 7.9 1.98c4.33 0 7.89-1.28 10.66-3.83c.87-.78 1.62-1.78 2.27-2.99s1.13-2.53 1.43-3.96H86.57v-7.47h22.81c.3 1.21.46 2.58.46 4.09c0 3.08-.47 5.94-1.4 8.58q-1.395 3.96-4.26 6.96c-2.08 2.25-4.59 3.98-7.54 5.17s-6.24 1.79-9.88 1.79c-4.46-.03-8.56-1.07-12.31-3.18"/></svg>

React

import type { SVGProps } from "react";

export function NotoNgButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M17.67 41.22h10.21l18.72 31.2h.52l-.52-8.97V41.22h8.71v46.54h-9.23L26.32 54.81h-.52l.52 8.97v23.99h-8.65zm56.78 44.43c-3.75-2.1-6.73-5-8.94-8.71S62.2 69.09 62.2 64.5s1.1-8.74 3.31-12.45s5.19-6.61 8.94-8.71s7.85-3.15 12.32-3.15c3.64 0 6.97.64 9.98 1.92q4.515 1.92 7.77 5.43l-6.04 5.92c-1.56-1.65-3.28-2.88-5.17-3.71q-2.82-1.23-6.6-1.23c-2.86 0-5.48.66-7.87 1.98c-2.38 1.32-4.28 3.21-5.69 5.65c-1.41 2.45-2.11 5.23-2.11 8.35s.71 5.9 2.14 8.35s3.35 4.33 5.75 5.66c2.41 1.32 5.04 1.98 7.9 1.98c4.33 0 7.89-1.28 10.66-3.83c.87-.78 1.62-1.78 2.27-2.99s1.13-2.53 1.43-3.96H86.57v-7.47h22.81c.3 1.21.46 2.58.46 4.09c0 3.08-.47 5.94-1.4 8.58q-1.395 3.96-4.26 6.96c-2.08 2.25-4.59 3.98-7.54 5.17s-6.24 1.79-9.88 1.79c-4.46-.03-8.56-1.07-12.31-3.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M17.67 41.22h10.21l18.72 31.2h.52l-.52-8.97V41.22h8.71v46.54h-9.23L26.32 54.81h-.52l.52 8.97v23.99h-8.65zm56.78 44.43c-3.75-2.1-6.73-5-8.94-8.71S62.2 69.09 62.2 64.5s1.1-8.74 3.31-12.45s5.19-6.61 8.94-8.71s7.85-3.15 12.32-3.15c3.64 0 6.97.64 9.98 1.92q4.515 1.92 7.77 5.43l-6.04 5.92c-1.56-1.65-3.28-2.88-5.17-3.71q-2.82-1.23-6.6-1.23c-2.86 0-5.48.66-7.87 1.98c-2.38 1.32-4.28 3.21-5.69 5.65c-1.41 2.45-2.11 5.23-2.11 8.35s.71 5.9 2.14 8.35s3.35 4.33 5.75 5.66c2.41 1.32 5.04 1.98 7.9 1.98c4.33 0 7.89-1.28 10.66-3.83c.87-.78 1.62-1.78 2.27-2.99s1.13-2.53 1.43-3.96H86.57v-7.47h22.81c.3 1.21.46 2.58.46 4.09c0 3.08-.47 5.94-1.4 8.58q-1.395 3.96-4.26 6.96c-2.08 2.25-4.59 3.98-7.54 5.17s-6.24 1.79-9.88 1.79c-4.46-.03-8.56-1.07-12.31-3.18"/></svg>
</template>

CSS

.icon-ng-button {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M17.67%2041.22h10.21l18.72%2031.2h.52l-.52-8.97V41.22h8.71v46.54h-9.23L26.32%2054.81h-.52l.52%208.97v23.99h-8.65zm56.78%2044.43c-3.75-2.1-6.73-5-8.94-8.71S62.2%2069.09%2062.2%2064.5s1.1-8.74%203.31-12.45s5.19-6.61%208.94-8.71s7.85-3.15%2012.32-3.15c3.64%200%206.97.64%209.98%201.92q4.515%201.92%207.77%205.43l-6.04%205.92c-1.56-1.65-3.28-2.88-5.17-3.71q-2.82-1.23-6.6-1.23c-2.86%200-5.48.66-7.87%201.98c-2.38%201.32-4.28%203.21-5.69%205.65c-1.41%202.45-2.11%205.23-2.11%208.35s.71%205.9%202.14%208.35s3.35%204.33%205.75%205.66c2.41%201.32%205.04%201.98%207.9%201.98c4.33%200%207.89-1.28%2010.66-3.83c.87-.78%201.62-1.78%202.27-2.99s1.13-2.53%201.43-3.96H86.57v-7.47h22.81c.3%201.21.46%202.58.46%204.09c0%203.08-.47%205.94-1.4%208.58q-1.395%203.96-4.26%206.96c-2.08%202.25-4.59%203.98-7.54%205.17s-6.24%201.79-9.88%201.79c-4.46-.03-8.56-1.07-12.31-3.18%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M17.67%2041.22h10.21l18.72%2031.2h.52l-.52-8.97V41.22h8.71v46.54h-9.23L26.32%2054.81h-.52l.52%208.97v23.99h-8.65zm56.78%2044.43c-3.75-2.1-6.73-5-8.94-8.71S62.2%2069.09%2062.2%2064.5s1.1-8.74%203.31-12.45s5.19-6.61%208.94-8.71s7.85-3.15%2012.32-3.15c3.64%200%206.97.64%209.98%201.92q4.515%201.92%207.77%205.43l-6.04%205.92c-1.56-1.65-3.28-2.88-5.17-3.71q-2.82-1.23-6.6-1.23c-2.86%200-5.48.66-7.87%201.98c-2.38%201.32-4.28%203.21-5.69%205.65c-1.41%202.45-2.11%205.23-2.11%208.35s.71%205.9%202.14%208.35s3.35%204.33%205.75%205.66c2.41%201.32%205.04%201.98%207.9%201.98c4.33%200%207.89-1.28%2010.66-3.83c.87-.78%201.62-1.78%202.27-2.99s1.13-2.53%201.43-3.96H86.57v-7.47h22.81c.3%201.21.46%202.58.46%204.09c0%203.08-.47%205.94-1.4%208.58q-1.395%203.96-4.26%206.96c-2.08%202.25-4.59%203.98-7.54%205.17s-6.24%201.79-9.88%201.79c-4.46-.03-8.56-1.07-12.31-3.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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