pound icon
pound from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- pound
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-pound
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="m5.553 19.105l.764 1.843C7.498 20.555 9.422 20 10 20c.838 0 1.462.208 2.184.448c.775.259 1.654.552 2.816.552c1.177 0 3.078-.921 3.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894c-.838 0-1.462-.208-2.184-.448C12.041 18.293 11.162 18 10 18c-.229 0-.526.037-.857.099C9.702 16.95 10 15.561 10 14h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243 11.052 9 10.455 9 9c0-1.369.521-3 3-3c2.224 0 3.021 2.227 3.052 2.316l1.896-.633C16.898 7.533 15.679 4 12 4C8.313 4 7 6.583 7 9c0 1.491.234 2.35.478 3H5v2h3c0 2.467-.892 4.328-2.447 5.105"/></svg>
React
import type { SVGProps } from "react";
export function BxPound(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="m5.553 19.105l.764 1.843C7.498 20.555 9.422 20 10 20c.838 0 1.462.208 2.184.448c.775.259 1.654.552 2.816.552c1.177 0 3.078-.921 3.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894c-.838 0-1.462-.208-2.184-.448C12.041 18.293 11.162 18 10 18c-.229 0-.526.037-.857.099C9.702 16.95 10 15.561 10 14h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243 11.052 9 10.455 9 9c0-1.369.521-3 3-3c2.224 0 3.021 2.227 3.052 2.316l1.896-.633C16.898 7.533 15.679 4 12 4C8.313 4 7 6.583 7 9c0 1.491.234 2.35.478 3H5v2h3c0 2.467-.892 4.328-2.447 5.105"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.553 19.105l.764 1.843C7.498 20.555 9.422 20 10 20c.838 0 1.462.208 2.184.448c.775.259 1.654.552 2.816.552c1.177 0 3.078-.921 3.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894c-.838 0-1.462-.208-2.184-.448C12.041 18.293 11.162 18 10 18c-.229 0-.526.037-.857.099C9.702 16.95 10 15.561 10 14h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243 11.052 9 10.455 9 9c0-1.369.521-3 3-3c2.224 0 3.021 2.227 3.052 2.316l1.896-.633C16.898 7.533 15.679 4 12 4C8.313 4 7 6.583 7 9c0 1.491.234 2.35.478 3H5v2h3c0 2.467-.892 4.328-2.447 5.105"/></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%22m5.553%2019.105l.764%201.843C7.498%2020.555%209.422%2020%2010%2020c.838%200%201.462.208%202.184.448c.775.259%201.654.552%202.816.552c1.177%200%203.078-.921%203.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894c-.838%200-1.462-.208-2.184-.448C12.041%2018.293%2011.162%2018%2010%2018c-.229%200-.526.037-.857.099C9.702%2016.95%2010%2015.561%2010%2014h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243%2011.052%209%2010.455%209%209c0-1.369.521-3%203-3c2.224%200%203.021%202.227%203.052%202.316l1.896-.633C16.898%207.533%2015.679%204%2012%204C8.313%204%207%206.583%207%209c0%201.491.234%202.35.478%203H5v2h3c0%202.467-.892%204.328-2.447%205.105%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%22m5.553%2019.105l.764%201.843C7.498%2020.555%209.422%2020%2010%2020c.838%200%201.462.208%202.184.448c.775.259%201.654.552%202.816.552c1.177%200%203.078-.921%203.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894c-.838%200-1.462-.208-2.184-.448C12.041%2018.293%2011.162%2018%2010%2018c-.229%200-.526.037-.857.099C9.702%2016.95%2010%2015.561%2010%2014h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243%2011.052%209%2010.455%209%209c0-1.369.521-3%203-3c2.224%200%203.021%202.227%203.052%202.316l1.896-.633C16.898%207.533%2015.679%204%2012%204C8.313%204%207%206.583%207%209c0%201.491.234%202.35.478%203H5v2h3c0%202.467-.892%204.328-2.447%205.105%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/pound.svg?color=%231a73e8&size=48