currency pound 2 icon
currency-pound-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- currency-pound-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.658 7.67a1.5 1.5 0 1 0 2.684-1.34L16 7zm.671-2.012l1.342-.67zM7 19l-.67-1.342a1.5 1.5 0 0 0 1.034 2.797zm5 0l.474-1.423zm5.67 1.342a1.5 1.5 0 1 0-1.34-2.684L17 19zM6 10.5a1.5 1.5 0 0 0 0 3zm7 3a1.5 1.5 0 0 0 0-3zM16 7l1.342-.67l-.671-1.342l-1.342.67l-1.341.671l.67 1.342zm-3.354-3V2.5H12v3h.646zM7 19l.67 1.342l-.008.004l-.007.003l-.005.003l.023-.01q.044-.02.167-.062l-.471-1.424l-.472-1.424a5 5 0 0 0-.556.22l-.006.003l-.003.002H6.33l-.001.001zm.369-.144l.471 1.424c.479-.158 1.822-.478 3.686.143L12 19l.474-1.423c-2.616-.872-4.638-.455-5.577-.145zM12 19l-.474 1.423c1.745.582 3.233.59 4.311.437a7.3 7.3 0 0 0 1.278-.296a5 5 0 0 0 .529-.209l.015-.007l.006-.004l.003-.001h.002L17 19a147 147 0 0 1-.668-1.343l.002-.001l.004-.002l.007-.003l.005-.003l-.022.01a2 2 0 0 1-.162.06a4.4 4.4 0 0 1-.753.172c-.672.096-1.684.105-2.939-.313zM9 6.998H7.5V16h3V6.998zM9 16H7.5c0 .594-.165.923-.303 1.11c-.153.205-.344.33-.484.397l.656 1.35l.655 1.348C8.94 19.76 10.5 18.564 10.5 16zm-1.631 2.856l-.656-1.349a1 1 0 0 1-.105.045l-.007.002l.022-.006l.006-.001l.004-.001h.001l.001-.001L7 19l.364 1.455h.004l.004-.002l.008-.002l.02-.006a2 2 0 0 0 .197-.061c.113-.04.26-.097.427-.179zM12 4V2.5a4.5 4.5 0 0 0-4.5 4.498h3c0-.827.67-1.498 1.5-1.498zm3.33 1.658l1.34-.67A4.5 4.5 0 0 0 12.647 2.5v3a1.5 1.5 0 0 1 1.342.83zM6 12v1.5h7v-3H6z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyPound2Fill(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="M14.658 7.67a1.5 1.5 0 1 0 2.684-1.34L16 7zm.671-2.012l1.342-.67zM7 19l-.67-1.342a1.5 1.5 0 0 0 1.034 2.797zm5 0l.474-1.423zm5.67 1.342a1.5 1.5 0 1 0-1.34-2.684L17 19zM6 10.5a1.5 1.5 0 0 0 0 3zm7 3a1.5 1.5 0 0 0 0-3zM16 7l1.342-.67l-.671-1.342l-1.342.67l-1.341.671l.67 1.342zm-3.354-3V2.5H12v3h.646zM7 19l.67 1.342l-.008.004l-.007.003l-.005.003l.023-.01q.044-.02.167-.062l-.471-1.424l-.472-1.424a5 5 0 0 0-.556.22l-.006.003l-.003.002H6.33l-.001.001zm.369-.144l.471 1.424c.479-.158 1.822-.478 3.686.143L12 19l.474-1.423c-2.616-.872-4.638-.455-5.577-.145zM12 19l-.474 1.423c1.745.582 3.233.59 4.311.437a7.3 7.3 0 0 0 1.278-.296a5 5 0 0 0 .529-.209l.015-.007l.006-.004l.003-.001h.002L17 19a147 147 0 0 1-.668-1.343l.002-.001l.004-.002l.007-.003l.005-.003l-.022.01a2 2 0 0 1-.162.06a4.4 4.4 0 0 1-.753.172c-.672.096-1.684.105-2.939-.313zM9 6.998H7.5V16h3V6.998zM9 16H7.5c0 .594-.165.923-.303 1.11c-.153.205-.344.33-.484.397l.656 1.35l.655 1.348C8.94 19.76 10.5 18.564 10.5 16zm-1.631 2.856l-.656-1.349a1 1 0 0 1-.105.045l-.007.002l.022-.006l.006-.001l.004-.001h.001l.001-.001L7 19l.364 1.455h.004l.004-.002l.008-.002l.02-.006a2 2 0 0 0 .197-.061c.113-.04.26-.097.427-.179zM12 4V2.5a4.5 4.5 0 0 0-4.5 4.498h3c0-.827.67-1.498 1.5-1.498zm3.33 1.658l1.34-.67A4.5 4.5 0 0 0 12.647 2.5v3a1.5 1.5 0 0 1 1.342.83zM6 12v1.5h7v-3H6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.658 7.67a1.5 1.5 0 1 0 2.684-1.34L16 7zm.671-2.012l1.342-.67zM7 19l-.67-1.342a1.5 1.5 0 0 0 1.034 2.797zm5 0l.474-1.423zm5.67 1.342a1.5 1.5 0 1 0-1.34-2.684L17 19zM6 10.5a1.5 1.5 0 0 0 0 3zm7 3a1.5 1.5 0 0 0 0-3zM16 7l1.342-.67l-.671-1.342l-1.342.67l-1.341.671l.67 1.342zm-3.354-3V2.5H12v3h.646zM7 19l.67 1.342l-.008.004l-.007.003l-.005.003l.023-.01q.044-.02.167-.062l-.471-1.424l-.472-1.424a5 5 0 0 0-.556.22l-.006.003l-.003.002H6.33l-.001.001zm.369-.144l.471 1.424c.479-.158 1.822-.478 3.686.143L12 19l.474-1.423c-2.616-.872-4.638-.455-5.577-.145zM12 19l-.474 1.423c1.745.582 3.233.59 4.311.437a7.3 7.3 0 0 0 1.278-.296a5 5 0 0 0 .529-.209l.015-.007l.006-.004l.003-.001h.002L17 19a147 147 0 0 1-.668-1.343l.002-.001l.004-.002l.007-.003l.005-.003l-.022.01a2 2 0 0 1-.162.06a4.4 4.4 0 0 1-.753.172c-.672.096-1.684.105-2.939-.313zM9 6.998H7.5V16h3V6.998zM9 16H7.5c0 .594-.165.923-.303 1.11c-.153.205-.344.33-.484.397l.656 1.35l.655 1.348C8.94 19.76 10.5 18.564 10.5 16zm-1.631 2.856l-.656-1.349a1 1 0 0 1-.105.045l-.007.002l.022-.006l.006-.001l.004-.001h.001l.001-.001L7 19l.364 1.455h.004l.004-.002l.008-.002l.02-.006a2 2 0 0 0 .197-.061c.113-.04.26-.097.427-.179zM12 4V2.5a4.5 4.5 0 0 0-4.5 4.498h3c0-.827.67-1.498 1.5-1.498zm3.33 1.658l1.34-.67A4.5 4.5 0 0 0 12.647 2.5v3a1.5 1.5 0 0 1 1.342.83zM6 12v1.5h7v-3H6z"/></svg> </template>
CSS
.icon-currency-pound-2-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%22M14.658%207.67a1.5%201.5%200%201%200%202.684-1.34L16%207zm.671-2.012l1.342-.67zM7%2019l-.67-1.342a1.5%201.5%200%200%200%201.034%202.797zm5%200l.474-1.423zm5.67%201.342a1.5%201.5%200%201%200-1.34-2.684L17%2019zM6%2010.5a1.5%201.5%200%200%200%200%203zm7%203a1.5%201.5%200%200%200%200-3zM16%207l1.342-.67l-.671-1.342l-1.342.67l-1.341.671l.67%201.342zm-3.354-3V2.5H12v3h.646zM7%2019l.67%201.342l-.008.004l-.007.003l-.005.003l.023-.01q.044-.02.167-.062l-.471-1.424l-.472-1.424a5%205%200%200%200-.556.22l-.006.003l-.003.002H6.33l-.001.001zm.369-.144l.471%201.424c.479-.158%201.822-.478%203.686.143L12%2019l.474-1.423c-2.616-.872-4.638-.455-5.577-.145zM12%2019l-.474%201.423c1.745.582%203.233.59%204.311.437a7.3%207.3%200%200%200%201.278-.296a5%205%200%200%200%20.529-.209l.015-.007l.006-.004l.003-.001h.002L17%2019a147%20147%200%200%201-.668-1.343l.002-.001l.004-.002l.007-.003l.005-.003l-.022.01a2%202%200%200%201-.162.06a4.4%204.4%200%200%201-.753.172c-.672.096-1.684.105-2.939-.313zM9%206.998H7.5V16h3V6.998zM9%2016H7.5c0%20.594-.165.923-.303%201.11c-.153.205-.344.33-.484.397l.656%201.35l.655%201.348C8.94%2019.76%2010.5%2018.564%2010.5%2016zm-1.631%202.856l-.656-1.349a1%201%200%200%201-.105.045l-.007.002l.022-.006l.006-.001l.004-.001h.001l.001-.001L7%2019l.364%201.455h.004l.004-.002l.008-.002l.02-.006a2%202%200%200%200%20.197-.061c.113-.04.26-.097.427-.179zM12%204V2.5a4.5%204.5%200%200%200-4.5%204.498h3c0-.827.67-1.498%201.5-1.498zm3.33%201.658l1.34-.67A4.5%204.5%200%200%200%2012.647%202.5v3a1.5%201.5%200%200%201%201.342.83zM6%2012v1.5h7v-3H6z%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%22M14.658%207.67a1.5%201.5%200%201%200%202.684-1.34L16%207zm.671-2.012l1.342-.67zM7%2019l-.67-1.342a1.5%201.5%200%200%200%201.034%202.797zm5%200l.474-1.423zm5.67%201.342a1.5%201.5%200%201%200-1.34-2.684L17%2019zM6%2010.5a1.5%201.5%200%200%200%200%203zm7%203a1.5%201.5%200%200%200%200-3zM16%207l1.342-.67l-.671-1.342l-1.342.67l-1.341.671l.67%201.342zm-3.354-3V2.5H12v3h.646zM7%2019l.67%201.342l-.008.004l-.007.003l-.005.003l.023-.01q.044-.02.167-.062l-.471-1.424l-.472-1.424a5%205%200%200%200-.556.22l-.006.003l-.003.002H6.33l-.001.001zm.369-.144l.471%201.424c.479-.158%201.822-.478%203.686.143L12%2019l.474-1.423c-2.616-.872-4.638-.455-5.577-.145zM12%2019l-.474%201.423c1.745.582%203.233.59%204.311.437a7.3%207.3%200%200%200%201.278-.296a5%205%200%200%200%20.529-.209l.015-.007l.006-.004l.003-.001h.002L17%2019a147%20147%200%200%201-.668-1.343l.002-.001l.004-.002l.007-.003l.005-.003l-.022.01a2%202%200%200%201-.162.06a4.4%204.4%200%200%201-.753.172c-.672.096-1.684.105-2.939-.313zM9%206.998H7.5V16h3V6.998zM9%2016H7.5c0%20.594-.165.923-.303%201.11c-.153.205-.344.33-.484.397l.656%201.35l.655%201.348C8.94%2019.76%2010.5%2018.564%2010.5%2016zm-1.631%202.856l-.656-1.349a1%201%200%200%201-.105.045l-.007.002l.022-.006l.006-.001l.004-.001h.001l.001-.001L7%2019l.364%201.455h.004l.004-.002l.008-.002l.02-.006a2%202%200%200%200%20.197-.061c.113-.04.26-.097.427-.179zM12%204V2.5a4.5%204.5%200%200%200-4.5%204.498h3c0-.827.67-1.498%201.5-1.498zm3.33%201.658l1.34-.67A4.5%204.5%200%200%200%2012.647%202.5v3a1.5%201.5%200%200%201%201.342.83zM6%2012v1.5h7v-3H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/currency-pound-2-fill.svg?color=%231a73e8&size=48