pound from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
pound
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the pound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.54 19.25H8.1l2-2.82a.76.76 0 0 0 .14-.43v-3.25h3.25a.75.75 0 0 0 0-1.5h-3.28V8a3.09 3.09 0 0 1 3.17-3.25a3.14 3.14 0 0 1 3.33 3.41v1a.75.75 0 0 0 1.5 0v-1a4.62 4.62 0 0 0-4.83-4.91A4.57 4.57 0 0 0 8.71 8v3.25H6.46a.75.75 0 0 0 0 1.5h2.25v3l-2.66 3.82a.76.76 0 0 0 0 .78a.74.74 0 0 0 .66.4h10.83a.75.75 0 0 0 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function PrimePound(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="M17.54 19.25H8.1l2-2.82a.76.76 0 0 0 .14-.43v-3.25h3.25a.75.75 0 0 0 0-1.5h-3.28V8a3.09 3.09 0 0 1 3.17-3.25a3.14 3.14 0 0 1 3.33 3.41v1a.75.75 0 0 0 1.5 0v-1a4.62 4.62 0 0 0-4.83-4.91A4.57 4.57 0 0 0 8.71 8v3.25H6.46a.75.75 0 0 0 0 1.5h2.25v3l-2.66 3.82a.76.76 0 0 0 0 .78a.74.74 0 0 0 .66.4h10.83a.75.75 0 0 0 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.54 19.25H8.1l2-2.82a.76.76 0 0 0 .14-.43v-3.25h3.25a.75.75 0 0 0 0-1.5h-3.28V8a3.09 3.09 0 0 1 3.17-3.25a3.14 3.14 0 0 1 3.33 3.41v1a.75.75 0 0 0 1.5 0v-1a4.62 4.62 0 0 0-4.83-4.91A4.57 4.57 0 0 0 8.71 8v3.25H6.46a.75.75 0 0 0 0 1.5h2.25v3l-2.66 3.82a.76.76 0 0 0 0 .78a.74.74 0 0 0 .66.4h10.83a.75.75 0 0 0 0-1.5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.54%2019.25H8.1l2-2.82a.76.76%200%200%200%20.14-.43v-3.25h3.25a.75.75%200%200%200%200-1.5h-3.28V8a3.09%203.09%200%200%201%203.17-3.25a3.14%203.14%200%200%201%203.33%203.41v1a.75.75%200%200%200%201.5%200v-1a4.62%204.62%200%200%200-4.83-4.91A4.57%204.57%200%200%200%208.71%208v3.25H6.46a.75.75%200%200%200%200%201.5h2.25v3l-2.66%203.82a.76.76%200%200%200%200%20.78a.74.74%200%200%200%20.66.4h10.83a.75.75%200%200%200%200-1.5%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%22M17.54%2019.25H8.1l2-2.82a.76.76%200%200%200%20.14-.43v-3.25h3.25a.75.75%200%200%200%200-1.5h-3.28V8a3.09%203.09%200%200%201%203.17-3.25a3.14%203.14%200%200%201%203.33%203.41v1a.75.75%200%200%200%201.5%200v-1a4.62%204.62%200%200%200-4.83-4.91A4.57%204.57%200%200%200%208.71%208v3.25H6.46a.75.75%200%200%200%200%201.5h2.25v3l-2.66%203.82a.76.76%200%200%200%200%20.78a.74.74%200%200%200%20.66.4h10.83a.75.75%200%200%200%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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