pound-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
pound-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

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 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3 4.442A4.44 4.44 0 0 1 7.442 0h.865a4.48 4.48 0 0 1 4.157 2.814l-.928.372A3.48 3.48 0 0 0 8.307 1h-.865A3.44 3.44 0 0 0 4 4.442V7h5v1H4v3.5c0 .346-.054.683-.156 1h.24a6.5 6.5 0 0 1 2.906.686l.05.025l-.223.447l.223-.447a5.5 5.5 0 0 0 4.92 0l1.316-.658l.448.894l-1.317.659a6.5 6.5 0 0 1-5.814 0l-.05-.025l.224-.448l-.224.448a5.5 5.5 0 0 0-2.46-.581h-.765a3.27 3.27 0 0 1-1.557 1.107l-1.103.367l-.316-.948l1.103-.368A2.275 2.275 0 0 0 3 11.5V8H1V7h2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPoundSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M3 4.442A4.44 4.44 0 0 1 7.442 0h.865a4.48 4.48 0 0 1 4.157 2.814l-.928.372A3.48 3.48 0 0 0 8.307 1h-.865A3.44 3.44 0 0 0 4 4.442V7h5v1H4v3.5c0 .346-.054.683-.156 1h.24a6.5 6.5 0 0 1 2.906.686l.05.025l-.223.447l.223-.447a5.5 5.5 0 0 0 4.92 0l1.316-.658l.448.894l-1.317.659a6.5 6.5 0 0 1-5.814 0l-.05-.025l.224-.448l-.224.448a5.5 5.5 0 0 0-2.46-.581h-.765a3.27 3.27 0 0 1-1.557 1.107l-1.103.367l-.316-.948l1.103-.368A2.275 2.275 0 0 0 3 11.5V8H1V7h2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3 4.442A4.44 4.44 0 0 1 7.442 0h.865a4.48 4.48 0 0 1 4.157 2.814l-.928.372A3.48 3.48 0 0 0 8.307 1h-.865A3.44 3.44 0 0 0 4 4.442V7h5v1H4v3.5c0 .346-.054.683-.156 1h.24a6.5 6.5 0 0 1 2.906.686l.05.025l-.223.447l.223-.447a5.5 5.5 0 0 0 4.92 0l1.316-.658l.448.894l-1.317.659a6.5 6.5 0 0 1-5.814 0l-.05-.025l.224-.448l-.224.448a5.5 5.5 0 0 0-2.46-.581h-.765a3.27 3.27 0 0 1-1.557 1.107l-1.103.367l-.316-.948l1.103-.368A2.275 2.275 0 0 0 3 11.5V8H1V7h2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pound-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%204.442A4.44%204.44%200%200%201%207.442%200h.865a4.48%204.48%200%200%201%204.157%202.814l-.928.372A3.48%203.48%200%200%200%208.307%201h-.865A3.44%203.44%200%200%200%204%204.442V7h5v1H4v3.5c0%20.346-.054.683-.156%201h.24a6.5%206.5%200%200%201%202.906.686l.05.025l-.223.447l.223-.447a5.5%205.5%200%200%200%204.92%200l1.316-.658l.448.894l-1.317.659a6.5%206.5%200%200%201-5.814%200l-.05-.025l.224-.448l-.224.448a5.5%205.5%200%200%200-2.46-.581h-.765a3.27%203.27%200%200%201-1.557%201.107l-1.103.367l-.316-.948l1.103-.368A2.275%202.275%200%200%200%203%2011.5V8H1V7h2z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%204.442A4.44%204.44%200%200%201%207.442%200h.865a4.48%204.48%200%200%201%204.157%202.814l-.928.372A3.48%203.48%200%200%200%208.307%201h-.865A3.44%203.44%200%200%200%204%204.442V7h5v1H4v3.5c0%20.346-.054.683-.156%201h.24a6.5%206.5%200%200%201%202.906.686l.05.025l-.223.447l.223-.447a5.5%205.5%200%200%200%204.92%200l1.316-.658l.448.894l-1.317.659a6.5%206.5%200%200%201-5.814%200l-.05-.025l.224-.448l-.224.448a5.5%205.5%200%200%200-2.46-.581h-.765a3.27%203.27%200%200%201-1.557%201.107l-1.103.367l-.316-.948l1.103-.368A2.275%202.275%200%200%200%203%2011.5V8H1V7h2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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