keycap pound emoji

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

Name
keycap-pound
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 keycap pound 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="M121.7 6.3A8.4 8.4 0 0 0 116 4H12c-4.42 0-8 3.58-8 8v104c.02 2.12.84 4.16 2.3 5.7l16.8-16.8h76A5.91 5.91 0 0 0 105 99V23z"/><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="M64.9 79.2h-7c-.88 0-1.64.63-1.8 1.5L53 97.3c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28L48 81.3c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.99.01-1.79-.79-1.8-1.78V73.5c-.01-.99.79-1.79 1.78-1.8h9.12c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7.6c-.99.01-1.79-.79-1.8-1.78V51c-.01-.99.79-1.79 1.78-1.8h9.72c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28l-3 15.6c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h7.1c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28L81.1 47c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h5.9c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H80.8c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02h6.6c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H76.6c-.88 0-1.64.63-1.8 1.5l-3.1 16.6c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28l2.8-15.3c.24-.88-.27-1.8-1.16-2.04c-.17-.05-.36-.07-.54-.06M60 71.6h7c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02"/></svg>

React

import type { SVGProps } from "react";

export function NotoKeycapPound(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="M121.7 6.3A8.4 8.4 0 0 0 116 4H12c-4.42 0-8 3.58-8 8v104c.02 2.12.84 4.16 2.3 5.7l16.8-16.8h76A5.91 5.91 0 0 0 105 99V23z"/><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="M64.9 79.2h-7c-.88 0-1.64.63-1.8 1.5L53 97.3c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28L48 81.3c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.99.01-1.79-.79-1.8-1.78V73.5c-.01-.99.79-1.79 1.78-1.8h9.12c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7.6c-.99.01-1.79-.79-1.8-1.78V51c-.01-.99.79-1.79 1.78-1.8h9.72c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28l-3 15.6c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h7.1c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28L81.1 47c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h5.9c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H80.8c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02h6.6c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H76.6c-.88 0-1.64.63-1.8 1.5l-3.1 16.6c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28l2.8-15.3c.24-.88-.27-1.8-1.16-2.04c-.17-.05-.36-.07-.54-.06M60 71.6h7c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02"/></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="M121.7 6.3A8.4 8.4 0 0 0 116 4H12c-4.42 0-8 3.58-8 8v104c.02 2.12.84 4.16 2.3 5.7l16.8-16.8h76A5.91 5.91 0 0 0 105 99V23z"/><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="M64.9 79.2h-7c-.88 0-1.64.63-1.8 1.5L53 97.3c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28L48 81.3c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.99.01-1.79-.79-1.8-1.78V73.5c-.01-.99.79-1.79 1.78-1.8h9.12c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7.6c-.99.01-1.79-.79-1.8-1.78V51c-.01-.99.79-1.79 1.78-1.8h9.72c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28l-3 15.6c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h7.1c.88 0 1.64-.63 1.8-1.5l3.2-16.9c.16-.87.92-1.5 1.8-1.5h4.3c1.01 0 1.82.81 1.82 1.82c0 .09-.01.19-.02.28L81.1 47c-.18.96.45 1.89 1.41 2.07q.195.03.39.03h5.9c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H80.8c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02h6.6c.99-.01 1.79.79 1.8 1.78v3.92c.01.99-.79 1.79-1.78 1.8H76.6c-.88 0-1.64.63-1.8 1.5l-3.1 16.6c-.16.87-.92 1.5-1.8 1.5h-4.3c-1.01 0-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28l2.8-15.3c.24-.88-.27-1.8-1.16-2.04c-.17-.05-.36-.07-.54-.06M60 71.6h7c.88 0 1.64-.63 1.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.88 0-1.64.63-1.8 1.5l-2.1 11.4c-.15.99.53 1.92 1.52 2.08c.09.01.19.02.28.02"/></svg>
</template>

CSS

.icon-keycap-pound {
  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%22M121.7%206.3A8.4%208.4%200%200%200%20116%204H12c-4.42%200-8%203.58-8%208v104c.02%202.12.84%204.16%202.3%205.7l16.8-16.8h76A5.91%205.91%200%200%200%20105%2099V23z%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%22M64.9%2079.2h-7c-.88%200-1.64.63-1.8%201.5L53%2097.3c-.16.87-.92%201.5-1.8%201.5h-4.3c-1.01%200-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28L48%2081.3c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.99.01-1.79-.79-1.8-1.78V73.5c-.01-.99.79-1.79%201.78-1.8h9.12c.88%200%201.64-.63%201.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7.6c-.99.01-1.79-.79-1.8-1.78V51c-.01-.99.79-1.79%201.78-1.8h9.72c.88%200%201.64-.63%201.8-1.5l3.2-16.9c.16-.87.92-1.5%201.8-1.5h4.3c1.01%200%201.82.81%201.82%201.82c0%20.09-.01.19-.02.28l-3%2015.6c-.18.96.45%201.89%201.41%202.07q.195.03.39.03h7.1c.88%200%201.64-.63%201.8-1.5l3.2-16.9c.16-.87.92-1.5%201.8-1.5h4.3c1.01%200%201.82.81%201.82%201.82c0%20.09-.01.19-.02.28L81.1%2047c-.18.96.45%201.89%201.41%202.07q.195.03.39.03h5.9c.99-.01%201.79.79%201.8%201.78v3.92c.01.99-.79%201.79-1.78%201.8H80.8c-.88%200-1.64.63-1.8%201.5l-2.1%2011.4c-.15.99.53%201.92%201.52%202.08c.09.01.19.02.28.02h6.6c.99-.01%201.79.79%201.8%201.78v3.92c.01.99-.79%201.79-1.78%201.8H76.6c-.88%200-1.64.63-1.8%201.5l-3.1%2016.6c-.16.87-.92%201.5-1.8%201.5h-4.3c-1.01%200-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28l2.8-15.3c.24-.88-.27-1.8-1.16-2.04c-.17-.05-.36-.07-.54-.06M60%2071.6h7c.88%200%201.64-.63%201.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.88%200-1.64.63-1.8%201.5l-2.1%2011.4c-.15.99.53%201.92%201.52%202.08c.09.01.19.02.28.02%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%22M121.7%206.3A8.4%208.4%200%200%200%20116%204H12c-4.42%200-8%203.58-8%208v104c.02%202.12.84%204.16%202.3%205.7l16.8-16.8h76A5.91%205.91%200%200%200%20105%2099V23z%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%22M64.9%2079.2h-7c-.88%200-1.64.63-1.8%201.5L53%2097.3c-.16.87-.92%201.5-1.8%201.5h-4.3c-1.01%200-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28L48%2081.3c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.99.01-1.79-.79-1.8-1.78V73.5c-.01-.99.79-1.79%201.78-1.8h9.12c.88%200%201.64-.63%201.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7.6c-.99.01-1.79-.79-1.8-1.78V51c-.01-.99.79-1.79%201.78-1.8h9.72c.88%200%201.64-.63%201.8-1.5l3.2-16.9c.16-.87.92-1.5%201.8-1.5h4.3c1.01%200%201.82.81%201.82%201.82c0%20.09-.01.19-.02.28l-3%2015.6c-.18.96.45%201.89%201.41%202.07q.195.03.39.03h7.1c.88%200%201.64-.63%201.8-1.5l3.2-16.9c.16-.87.92-1.5%201.8-1.5h4.3c1.01%200%201.82.81%201.82%201.82c0%20.09-.01.19-.02.28L81.1%2047c-.18.96.45%201.89%201.41%202.07q.195.03.39.03h5.9c.99-.01%201.79.79%201.8%201.78v3.92c.01.99-.79%201.79-1.78%201.8H80.8c-.88%200-1.64.63-1.8%201.5l-2.1%2011.4c-.15.99.53%201.92%201.52%202.08c.09.01.19.02.28.02h6.6c.99-.01%201.79.79%201.8%201.78v3.92c.01.99-.79%201.79-1.78%201.8H76.6c-.88%200-1.64.63-1.8%201.5l-3.1%2016.6c-.16.87-.92%201.5-1.8%201.5h-4.3c-1.01%200-1.82-.81-1.82-1.82c0-.09.01-.19.02-.28l2.8-15.3c.24-.88-.27-1.8-1.16-2.04c-.17-.05-.36-.07-.54-.06M60%2071.6h7c.88%200%201.64-.63%201.8-1.5l2.1-11.4c.15-.99-.53-1.92-1.52-2.08c-.09-.01-.19-.02-.28-.02h-7c-.88%200-1.64.63-1.8%201.5l-2.1%2011.4c-.15.99.53%201.92%201.52%202.08c.09.01.19.02.28.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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