money pound icon
money-pound from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- money-pound
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the money pound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M23.102 40.382H40.02v4.207H16.067V40.54c4.007-.614 5.966-3.844 5.966-7.505c0-.932-.178-1.956-.423-3.047H16v-3.275h4.83c-.31-1.433-.578-2.888-.578-4.321c0-6.345 4.43-10.393 11.443-10.393c2.96 0 5.587.569 6.767 1.137v4.185c-1.38-.614-3.584-1.07-6.166-1.07c-4.408 0-7.057 2.48-7.057 6.186c0 1.66.267 3.002.578 4.276H36.37v3.275h-9.773c.155.864.267 1.796.267 2.842c0 3.57-1.425 6.368-3.762 7.437z"/></svg>
React
import type { SVGProps } from "react";
export function F7MoneyPound(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" fillRule="evenodd" d="M23.102 40.382H40.02v4.207H16.067V40.54c4.007-.614 5.966-3.844 5.966-7.505c0-.932-.178-1.956-.423-3.047H16v-3.275h4.83c-.31-1.433-.578-2.888-.578-4.321c0-6.345 4.43-10.393 11.443-10.393c2.96 0 5.587.569 6.767 1.137v4.185c-1.38-.614-3.584-1.07-6.166-1.07c-4.408 0-7.057 2.48-7.057 6.186c0 1.66.267 3.002.578 4.276H36.37v3.275h-9.773c.155.864.267 1.796.267 2.842c0 3.57-1.425 6.368-3.762 7.437z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M23.102 40.382H40.02v4.207H16.067V40.54c4.007-.614 5.966-3.844 5.966-7.505c0-.932-.178-1.956-.423-3.047H16v-3.275h4.83c-.31-1.433-.578-2.888-.578-4.321c0-6.345 4.43-10.393 11.443-10.393c2.96 0 5.587.569 6.767 1.137v4.185c-1.38-.614-3.584-1.07-6.166-1.07c-4.408 0-7.057 2.48-7.057 6.186c0 1.66.267 3.002.578 4.276H36.37v3.275h-9.773c.155.864.267 1.796.267 2.842c0 3.57-1.425 6.368-3.762 7.437z"/></svg> </template>
CSS
.icon-money-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.102%2040.382H40.02v4.207H16.067V40.54c4.007-.614%205.966-3.844%205.966-7.505c0-.932-.178-1.956-.423-3.047H16v-3.275h4.83c-.31-1.433-.578-2.888-.578-4.321c0-6.345%204.43-10.393%2011.443-10.393c2.96%200%205.587.569%206.767%201.137v4.185c-1.38-.614-3.584-1.07-6.166-1.07c-4.408%200-7.057%202.48-7.057%206.186c0%201.66.267%203.002.578%204.276H36.37v3.275h-9.773c.155.864.267%201.796.267%202.842c0%203.57-1.425%206.368-3.762%207.437z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M23.102%2040.382H40.02v4.207H16.067V40.54c4.007-.614%205.966-3.844%205.966-7.505c0-.932-.178-1.956-.423-3.047H16v-3.275h4.83c-.31-1.433-.578-2.888-.578-4.321c0-6.345%204.43-10.393%2011.443-10.393c2.96%200%205.587.569%206.767%201.137v4.185c-1.38-.614-3.584-1.07-6.166-1.07c-4.408%200-7.057%202.48-7.057%206.186c0%201.66.267%203.002.578%204.276H36.37v3.275h-9.773c.155.864.267%201.796.267%202.842c0%203.57-1.425%206.368-3.762%207.437z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/money-pound.svg?color=%231a73e8&size=48