money pound circle icon
money-pound-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- money-pound-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the money pound circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.64 8.857c2.116 0 3.993.398 4.836.795v2.927c-.986-.43-2.56-.748-4.406-.748c-3.149 0-5.041 1.734-5.041 4.326c0 1.161.19 2.1.413 2.99h7.539v2.29h-6.982c.111.605.19 1.257.19 1.988c0 2.497-1.017 4.453-2.687 5.2v.08h12.087v2.943H19.476v-2.831c2.863-.43 4.263-2.688 4.263-5.249c0-.652-.128-1.367-.303-2.13H19.43v-2.291h3.45c-.222-1.002-.413-2.02-.413-3.022c0-4.437 3.165-7.268 8.175-7.268"/></svg>
React
import type { SVGProps } from "react";
export function F7MoneyPoundCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.64 8.857c2.116 0 3.993.398 4.836.795v2.927c-.986-.43-2.56-.748-4.406-.748c-3.149 0-5.041 1.734-5.041 4.326c0 1.161.19 2.1.413 2.99h7.539v2.29h-6.982c.111.605.19 1.257.19 1.988c0 2.497-1.017 4.453-2.687 5.2v.08h12.087v2.943H19.476v-2.831c2.863-.43 4.263-2.688 4.263-5.249c0-.652-.128-1.367-.303-2.13H19.43v-2.291h3.45c-.222-1.002-.413-2.02-.413-3.022c0-4.437 3.165-7.268 8.175-7.268"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.64 8.857c2.116 0 3.993.398 4.836.795v2.927c-.986-.43-2.56-.748-4.406-.748c-3.149 0-5.041 1.734-5.041 4.326c0 1.161.19 2.1.413 2.99h7.539v2.29h-6.982c.111.605.19 1.257.19 1.988c0 2.497-1.017 4.453-2.687 5.2v.08h12.087v2.943H19.476v-2.831c2.863-.43 4.263-2.688 4.263-5.249c0-.652-.128-1.367-.303-2.13H19.43v-2.291h3.45c-.222-1.002-.413-2.02-.413-3.022c0-4.437 3.165-7.268 8.175-7.268"/></svg> </template>
CSS
.icon-money-pound-circle {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m2.64%208.857c2.116%200%203.993.398%204.836.795v2.927c-.986-.43-2.56-.748-4.406-.748c-3.149%200-5.041%201.734-5.041%204.326c0%201.161.19%202.1.413%202.99h7.539v2.29h-6.982c.111.605.19%201.257.19%201.988c0%202.497-1.017%204.453-2.687%205.2v.08h12.087v2.943H19.476v-2.831c2.863-.43%204.263-2.688%204.263-5.249c0-.652-.128-1.367-.303-2.13H19.43v-2.291h3.45c-.222-1.002-.413-2.02-.413-3.022c0-4.437%203.165-7.268%208.175-7.268%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m2.64%208.857c2.116%200%203.993.398%204.836.795v2.927c-.986-.43-2.56-.748-4.406-.748c-3.149%200-5.041%201.734-5.041%204.326c0%201.161.19%202.1.413%202.99h7.539v2.29h-6.982c.111.605.19%201.257.19%201.988c0%202.497-1.017%204.453-2.687%205.2v.08h12.087v2.943H19.476v-2.831c2.863-.43%204.263-2.688%204.263-5.249c0-.652-.128-1.367-.303-2.13H19.43v-2.291h3.45c-.222-1.002-.413-2.02-.413-3.022c0-4.437%203.165-7.268%208.175-7.268%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/money-pound-circle.svg?color=%231a73e8&size=48