pound sign icon

pound-sign from Line Awesome by Icons8 · Line · Currency · Apache-2.0 Free for personal and commercial use.

Name
pound-sign
Set
Line Awesome
Style
Line
Category
Currency
Viewbox
32×32
License
Apache 2.0
Aliases
pound-sign-solid

The same icon in other sets

More currency icons from Line Awesome

Use the pound sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.688 5c-.27 0-.547.027-.813.063C13.699 5.476 11 8.203 11 11.655c0 1.13.281 2.242.656 3.344H9v2h3.406c.2.555.36 1.102.5 1.656c.563 2.207.621 4.184-1.375 6.344H8v2h16v-5h-2v3h-7.938c1.391-2.305 1.317-4.746.782-6.844c-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39 13.691 13 12.531 13 11.656c0-3.23 3.3-5.543 6.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaPoundSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.688 5c-.27 0-.547.027-.813.063C13.699 5.476 11 8.203 11 11.655c0 1.13.281 2.242.656 3.344H9v2h3.406c.2.555.36 1.102.5 1.656c.563 2.207.621 4.184-1.375 6.344H8v2h16v-5h-2v3h-7.938c1.391-2.305 1.317-4.746.782-6.844c-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39 13.691 13 12.531 13 11.656c0-3.23 3.3-5.543 6.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.688 5c-.27 0-.547.027-.813.063C13.699 5.476 11 8.203 11 11.655c0 1.13.281 2.242.656 3.344H9v2h3.406c.2.555.36 1.102.5 1.656c.563 2.207.621 4.184-1.375 6.344H8v2h16v-5h-2v3h-7.938c1.391-2.305 1.317-4.746.782-6.844c-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39 13.691 13 12.531 13 11.656c0-3.23 3.3-5.543 6.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z"/></svg>
</template>

CSS

.icon-pound-sign {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.688%205c-.27%200-.547.027-.813.063C13.699%205.476%2011%208.203%2011%2011.655c0%201.13.281%202.242.656%203.344H9v2h3.406c.2.555.36%201.102.5%201.656c.563%202.207.621%204.184-1.375%206.344H8v2h16v-5h-2v3h-7.938c1.391-2.305%201.317-4.746.782-6.844c-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39%2013.691%2013%2012.531%2013%2011.656c0-3.23%203.3-5.543%206.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.688%205c-.27%200-.547.027-.813.063C13.699%205.476%2011%208.203%2011%2011.655c0%201.13.281%202.242.656%203.344H9v2h3.406c.2.555.36%201.102.5%201.656c.563%202.207.621%204.184-1.375%206.344H8v2h16v-5h-2v3h-7.938c1.391-2.305%201.317-4.746.782-6.844c-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39%2013.691%2013%2012.531%2013%2011.656c0-3.23%203.3-5.543%206.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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