ng-button from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
ng-button
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the ng button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M2.508 10.639c0-1.2.768-1.872 1.8-1.872c.456 0 1.2.36 1.512.792l7.608 10.153h.048v-9.073c0-1.2.768-1.872 1.8-1.872s1.8.672 1.8 1.872v13.633c0 1.2-.768 1.872-1.8 1.872c-.456 0-1.176-.359-1.512-.792L6.157 15.319h-.048v8.953c0 1.2-.768 1.872-1.8 1.872s-1.8-.672-1.8-1.872V10.639zm29.402 5.232c1.512 0 2.111.768 2.111 2.305c0 4.632-3.024 8.112-7.824 8.112c-4.873 0-8.257-3.864-8.257-8.833c0-4.992 3.36-8.833 8.257-8.833c3.623 0 6.6 1.704 6.6 3.384c0 1.032-.647 1.68-1.488 1.68c-1.631 0-1.967-1.752-5.111-1.752c-3 0-4.513 2.616-4.513 5.52c0 2.929 1.464 5.521 4.513 5.521c1.896 0 4.08-1.056 4.08-3.792H27.83c-.984 0-1.682-.696-1.682-1.681c0-1.008.77-1.632 1.682-1.632h4.08z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiNgButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M2.508 10.639c0-1.2.768-1.872 1.8-1.872c.456 0 1.2.36 1.512.792l7.608 10.153h.048v-9.073c0-1.2.768-1.872 1.8-1.872s1.8.672 1.8 1.872v13.633c0 1.2-.768 1.872-1.8 1.872c-.456 0-1.176-.359-1.512-.792L6.157 15.319h-.048v8.953c0 1.2-.768 1.872-1.8 1.872s-1.8-.672-1.8-1.872V10.639zm29.402 5.232c1.512 0 2.111.768 2.111 2.305c0 4.632-3.024 8.112-7.824 8.112c-4.873 0-8.257-3.864-8.257-8.833c0-4.992 3.36-8.833 8.257-8.833c3.623 0 6.6 1.704 6.6 3.384c0 1.032-.647 1.68-1.488 1.68c-1.631 0-1.967-1.752-5.111-1.752c-3 0-4.513 2.616-4.513 5.52c0 2.929 1.464 5.521 4.513 5.521c1.896 0 4.08-1.056 4.08-3.792H27.83c-.984 0-1.682-.696-1.682-1.681c0-1.008.77-1.632 1.682-1.632h4.08z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M2.508 10.639c0-1.2.768-1.872 1.8-1.872c.456 0 1.2.36 1.512.792l7.608 10.153h.048v-9.073c0-1.2.768-1.872 1.8-1.872s1.8.672 1.8 1.872v13.633c0 1.2-.768 1.872-1.8 1.872c-.456 0-1.176-.359-1.512-.792L6.157 15.319h-.048v8.953c0 1.2-.768 1.872-1.8 1.872s-1.8-.672-1.8-1.872V10.639zm29.402 5.232c1.512 0 2.111.768 2.111 2.305c0 4.632-3.024 8.112-7.824 8.112c-4.873 0-8.257-3.864-8.257-8.833c0-4.992 3.36-8.833 8.257-8.833c3.623 0 6.6 1.704 6.6 3.384c0 1.032-.647 1.68-1.488 1.68c-1.631 0-1.967-1.752-5.111-1.752c-3 0-4.513 2.616-4.513 5.52c0 2.929 1.464 5.521 4.513 5.521c1.896 0 4.08-1.056 4.08-3.792H27.83c-.984 0-1.682-.696-1.682-1.681c0-1.008.77-1.632 1.682-1.632h4.08z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.508%2010.639c0-1.2.768-1.872%201.8-1.872c.456%200%201.2.36%201.512.792l7.608%2010.153h.048v-9.073c0-1.2.768-1.872%201.8-1.872s1.8.672%201.8%201.872v13.633c0%201.2-.768%201.872-1.8%201.872c-.456%200-1.176-.359-1.512-.792L6.157%2015.319h-.048v8.953c0%201.2-.768%201.872-1.8%201.872s-1.8-.672-1.8-1.872V10.639zm29.402%205.232c1.512%200%202.111.768%202.111%202.305c0%204.632-3.024%208.112-7.824%208.112c-4.873%200-8.257-3.864-8.257-8.833c0-4.992%203.36-8.833%208.257-8.833c3.623%200%206.6%201.704%206.6%203.384c0%201.032-.647%201.68-1.488%201.68c-1.631%200-1.967-1.752-5.111-1.752c-3%200-4.513%202.616-4.513%205.52c0%202.929%201.464%205.521%204.513%205.521c1.896%200%204.08-1.056%204.08-3.792H27.83c-.984%200-1.682-.696-1.682-1.681c0-1.008.77-1.632%201.682-1.632h4.08z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.508%2010.639c0-1.2.768-1.872%201.8-1.872c.456%200%201.2.36%201.512.792l7.608%2010.153h.048v-9.073c0-1.2.768-1.872%201.8-1.872s1.8.672%201.8%201.872v13.633c0%201.2-.768%201.872-1.8%201.872c-.456%200-1.176-.359-1.512-.792L6.157%2015.319h-.048v8.953c0%201.2-.768%201.872-1.8%201.872s-1.8-.672-1.8-1.872V10.639zm29.402%205.232c1.512%200%202.111.768%202.111%202.305c0%204.632-3.024%208.112-7.824%208.112c-4.873%200-8.257-3.864-8.257-8.833c0-4.992%203.36-8.833%208.257-8.833c3.623%200%206.6%201.704%206.6%203.384c0%201.032-.647%201.68-1.488%201.68c-1.631%200-1.967-1.752-5.111-1.752c-3%200-4.513%202.616-4.513%205.52c0%202.929%201.464%205.521%204.513%205.521c1.896%200%204.08-1.056%204.08-3.792H27.83c-.984%200-1.682-.696-1.682-1.681c0-1.008.77-1.632%201.682-1.632h4.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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