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

Name
pound
Set
Noto Emoji
Style
Default
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

Related icons in Noto Emoji

Use the pound emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="64.005" x2="64.005" y1="102.5" y2="24.72" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M65.02 80.77h-7.74c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.79c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.23-1.23-.72-2.36-1.97-2.36h-7.78c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.1c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-8.41c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.74c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37H72c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37h6.56c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2h-8.89c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.23 1.23.72 2.36 1.97 2.36h7.25c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2H77.9c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.74c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.24-1.29-.71-2.42-1.96-2.42zm-5.42-8.33h7.75c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-7.75c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.22 1.22.72 2.36 1.97 2.36z"/></svg>

React

import type { SVGProps } from "react";

export function NotoPound(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="64.005" x2="64.005" y1="102.5" y2="24.72" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#757575"/><stop offset=".515" stopColor="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M65.02 80.77h-7.74c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.79c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.23-1.23-.72-2.36-1.97-2.36h-7.78c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.1c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-8.41c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.74c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37H72c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37h6.56c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2h-8.89c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.23 1.23.72 2.36 1.97 2.36h7.25c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2H77.9c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.74c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.24-1.29-.71-2.42-1.96-2.42zm-5.42-8.33h7.75c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-7.75c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.22 1.22.72 2.36 1.97 2.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="svgIDa" x1="64.005" x2="64.005" y1="102.5" y2="24.72" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#757575"/><stop offset=".515" stop-color="#504F4F"/></linearGradient><path fill="url(#svgIDa)" d="M65.02 80.77h-7.74c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.79c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.23-1.23-.72-2.36-1.97-2.36h-7.78c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.1c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-8.41c-1.1 0-2-.9-2-2v-4.33c0-1.1.9-2 2-2h10.74c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37H72c.96 0 1.79-.69 1.97-1.63l3.5-18.67c.18-.95 1-1.63 1.97-1.63h4.74c1.25 0 2.2 1.14 1.97 2.37l-3.23 17.2a2 2 0 0 0 1.97 2.37h6.56c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2h-8.89c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.23 1.23.72 2.36 1.97 2.36h7.25c1.1 0 2 .9 2 2v4.33c0 1.1-.9 2-2 2H77.9c-.96 0-1.79.69-1.97 1.64l-3.4 18.35c-.18.95-1 1.64-1.97 1.64h-4.74c-1.25 0-2.19-1.13-1.97-2.36l3.13-16.89c.24-1.29-.71-2.42-1.96-2.42zm-5.42-8.33h7.75c.96 0 1.79-.69 1.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-7.75c-.96 0-1.79.69-1.97 1.64l-2.32 12.56c-.22 1.22.72 2.36 1.97 2.36z"/></svg>
</template>

CSS

.icon-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%3ClinearGradient%20id%3D%22svgIDa%22%20x1%3D%2264.005%22%20x2%3D%2264.005%22%20y1%3D%22102.5%22%20y2%3D%2224.72%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23757575%22%2F%3E%3Cstop%20offset%3D%22.515%22%20stop-color%3D%22%23504F4F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23svgIDa)%22%20d%3D%22M65.02%2080.77h-7.74c-.96%200-1.79.69-1.97%201.64l-3.4%2018.35c-.18.95-1%201.64-1.97%201.64h-4.79c-1.25%200-2.19-1.13-1.97-2.36l3.13-16.89c.23-1.23-.72-2.36-1.97-2.36h-7.78c-1.1%200-2-.9-2-2v-4.33c0-1.1.9-2%202-2h10.1c.96%200%201.79-.69%201.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-8.41c-1.1%200-2-.9-2-2v-4.33c0-1.1.9-2%202-2h10.74c.96%200%201.79-.69%201.97-1.63l3.5-18.67c.18-.95%201-1.63%201.97-1.63h4.74c1.25%200%202.2%201.14%201.97%202.37l-3.23%2017.2a2%202%200%200%200%201.97%202.37H72c.96%200%201.79-.69%201.97-1.63l3.5-18.67c.18-.95%201-1.63%201.97-1.63h4.74c1.25%200%202.2%201.14%201.97%202.37l-3.23%2017.2a2%202%200%200%200%201.97%202.37h6.56c1.1%200%202%20.9%202%202v4.33c0%201.1-.9%202-2%202h-8.89c-.96%200-1.79.69-1.97%201.64l-2.32%2012.56c-.23%201.23.72%202.36%201.97%202.36h7.25c1.1%200%202%20.9%202%202v4.33c0%201.1-.9%202-2%202H77.9c-.96%200-1.79.69-1.97%201.64l-3.4%2018.35c-.18.95-1%201.64-1.97%201.64h-4.74c-1.25%200-2.19-1.13-1.97-2.36l3.13-16.89c.24-1.29-.71-2.42-1.96-2.42zm-5.42-8.33h7.75c.96%200%201.79-.69%201.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-7.75c-.96%200-1.79.69-1.97%201.64l-2.32%2012.56c-.22%201.22.72%202.36%201.97%202.36z%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%3ClinearGradient%20id%3D%22svgIDa%22%20x1%3D%2264.005%22%20x2%3D%2264.005%22%20y1%3D%22102.5%22%20y2%3D%2224.72%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23757575%22%2F%3E%3Cstop%20offset%3D%22.515%22%20stop-color%3D%22%23504F4F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23svgIDa)%22%20d%3D%22M65.02%2080.77h-7.74c-.96%200-1.79.69-1.97%201.64l-3.4%2018.35c-.18.95-1%201.64-1.97%201.64h-4.79c-1.25%200-2.19-1.13-1.97-2.36l3.13-16.89c.23-1.23-.72-2.36-1.97-2.36h-7.78c-1.1%200-2-.9-2-2v-4.33c0-1.1.9-2%202-2h10.1c.96%200%201.79-.69%201.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-8.41c-1.1%200-2-.9-2-2v-4.33c0-1.1.9-2%202-2h10.74c.96%200%201.79-.69%201.97-1.63l3.5-18.67c.18-.95%201-1.63%201.97-1.63h4.74c1.25%200%202.2%201.14%201.97%202.37l-3.23%2017.2a2%202%200%200%200%201.97%202.37H72c.96%200%201.79-.69%201.97-1.63l3.5-18.67c.18-.95%201-1.63%201.97-1.63h4.74c1.25%200%202.2%201.14%201.97%202.37l-3.23%2017.2a2%202%200%200%200%201.97%202.37h6.56c1.1%200%202%20.9%202%202v4.33c0%201.1-.9%202-2%202h-8.89c-.96%200-1.79.69-1.97%201.64l-2.32%2012.56c-.23%201.23.72%202.36%201.97%202.36h7.25c1.1%200%202%20.9%202%202v4.33c0%201.1-.9%202-2%202H77.9c-.96%200-1.79.69-1.97%201.64l-3.4%2018.35c-.18.95-1%201.64-1.97%201.64h-4.74c-1.25%200-2.19-1.13-1.97-2.36l3.13-16.89c.24-1.29-.71-2.42-1.96-2.42zm-5.42-8.33h7.75c.96%200%201.79-.69%201.97-1.64l2.32-12.56c.23-1.23-.72-2.36-1.97-2.36h-7.75c-.96%200-1.79.69-1.97%201.64l-2.32%2012.56c-.22%201.22.72%202.36%201.97%202.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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