currency pound icon
currency-pound-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- currency-pound-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
currency-baht-2-fillcurrency-baht-fillcurrency-bitcoin-2-fillcurrency-bitcoin-fillcurrency-cny-2-fillcurrency-cny-fillcurrency-dollar-2-fillcurrency-dollar-fillcurrency-euro-2-fillcurrency-euro-fillcurrency-lira-2-fillcurrency-lira-fillcurrency-nigeria-2-fillcurrency-nigeria-fillcurrency-pound-2-fillcurrency-rubel-2-fillcurrency-rubel-fillcurrency-rupee-2-fillcurrency-rupee-fillcurrency-shekel-2-fillcurrency-shekel-fillcurrency-won-2-fillcurrency-won-fill
Use the currency pound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.605 4A3.605 3.605 0 0 0 9 9.604V11H8a1 1 0 1 0 0 2h1v2l-.007.175c-.029.4-.233.813-.44.93c-1.096.62-.415 2.236.763 1.843l.325-.079c.677-.135 1.399-.135 2.043.08c1.022.34 2.079.34 3.068.143q.1-.021.564-.144a1 1 0 1 0-.632-1.896l-.325.079c-.677.135-1.399.135-2.043-.08l-.28-.084a5.4 5.4 0 0 0-.844-.16l-.27-.022l.02-.094A4 4 0 0 0 11 15v-2h2a1 1 0 1 0 0-2h-2V9.604l.007-.146a1.605 1.605 0 0 1 2.934-.743l.227.34l.07.093a1 1 0 0 0 1.594-1.203l-.35-.512A3.6 3.6 0 0 0 12.606 6"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyPoundFill(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="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.605 4A3.605 3.605 0 0 0 9 9.604V11H8a1 1 0 1 0 0 2h1v2l-.007.175c-.029.4-.233.813-.44.93c-1.096.62-.415 2.236.763 1.843l.325-.079c.677-.135 1.399-.135 2.043.08c1.022.34 2.079.34 3.068.143q.1-.021.564-.144a1 1 0 1 0-.632-1.896l-.325.079c-.677.135-1.399.135-2.043-.08l-.28-.084a5.4 5.4 0 0 0-.844-.16l-.27-.022l.02-.094A4 4 0 0 0 11 15v-2h2a1 1 0 1 0 0-2h-2V9.604l.007-.146a1.605 1.605 0 0 1 2.934-.743l.227.34l.07.093a1 1 0 0 0 1.594-1.203l-.35-.512A3.6 3.6 0 0 0 12.606 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.605 4A3.605 3.605 0 0 0 9 9.604V11H8a1 1 0 1 0 0 2h1v2l-.007.175c-.029.4-.233.813-.44.93c-1.096.62-.415 2.236.763 1.843l.325-.079c.677-.135 1.399-.135 2.043.08c1.022.34 2.079.34 3.068.143q.1-.021.564-.144a1 1 0 1 0-.632-1.896l-.325.079c-.677.135-1.399.135-2.043-.08l-.28-.084a5.4 5.4 0 0 0-.844-.16l-.27-.022l.02-.094A4 4 0 0 0 11 15v-2h2a1 1 0 1 0 0-2h-2V9.604l.007-.146a1.605 1.605 0 0 1 2.934-.743l.227.34l.07.093a1 1 0 0 0 1.594-1.203l-.35-.512A3.6 3.6 0 0 0 12.606 6"/></svg> </template>
CSS
.icon-currency-pound-fill {
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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.605%204A3.605%203.605%200%200%200%209%209.604V11H8a1%201%200%201%200%200%202h1v2l-.007.175c-.029.4-.233.813-.44.93c-1.096.62-.415%202.236.763%201.843l.325-.079c.677-.135%201.399-.135%202.043.08c1.022.34%202.079.34%203.068.143q.1-.021.564-.144a1%201%200%201%200-.632-1.896l-.325.079c-.677.135-1.399.135-2.043-.08l-.28-.084a5.4%205.4%200%200%200-.844-.16l-.27-.022l.02-.094A4%204%200%200%200%2011%2015v-2h2a1%201%200%201%200%200-2h-2V9.604l.007-.146a1.605%201.605%200%200%201%202.934-.743l.227.34l.07.093a1%201%200%200%200%201.594-1.203l-.35-.512A3.6%203.6%200%200%200%2012.606%206%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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.605%204A3.605%203.605%200%200%200%209%209.604V11H8a1%201%200%201%200%200%202h1v2l-.007.175c-.029.4-.233.813-.44.93c-1.096.62-.415%202.236.763%201.843l.325-.079c.677-.135%201.399-.135%202.043.08c1.022.34%202.079.34%203.068.143q.1-.021.564-.144a1%201%200%201%200-.632-1.896l-.325.079c-.677.135-1.399.135-2.043-.08l-.28-.084a5.4%205.4%200%200%200-.844-.16l-.27-.022l.02-.094A4%204%200%200%200%2011%2015v-2h2a1%201%200%201%200%200-2h-2V9.604l.007-.146a1.605%201.605%200%200%201%202.934-.743l.227.34l.07.093a1%201%200%200%200%201.594-1.203l-.35-.512A3.6%203.6%200%200%200%2012.606%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/currency-pound-fill.svg?color=%231a73e8&size=48