currency pound 2 icon
currency-pound-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- currency-pound-2-line
- Set
- MingCute Icon
- Style
- Line
- 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="M15.106 7.447a1 1 0 1 0 1.788-.894L16 7zm.223-1.789l.895-.447zM7 19l-.447-.894a1 1 0 0 0 .69 1.864zm5 0l.316-.949zm5.447.894a1 1 0 1 0-.894-1.788L17 19zM6 11a1 1 0 1 0 0 2zm7 2a1 1 0 1 0 0-2zm3-6l.894-.447l-.67-1.342l-.895.447l-.894.448l.67 1.341zm-3.354-3V3H12v2h.646zM7 19l.447.895h-.001l-.002.001l-.002.001q-.003 0-.003.002l.003-.002l.038-.016a3 3 0 0 1 .203-.075l-.314-.95l-.315-.95a5 5 0 0 0-.493.195l-.004.003h-.002l-.001.001h-.001zm.369-.144l.314.95c.555-.184 2.011-.52 4 .143L12 19l.316-.949c-2.49-.83-4.4-.43-5.262-.144zM12 19l-.316.949c1.664.554 3.072.56 4.082.416a7 7 0 0 0 1.19-.276a5 5 0 0 0 .439-.17l.032-.015l.012-.005l.004-.003h.002l.001-.001L17 19a65 65 0 0 1-.446-.895l.002-.001l.002-.001q.003 0 .003-.002l-.002.002l-.038.016a3 3 0 0 1-.197.073a5 5 0 0 1-.84.193c-.74.106-1.832.112-3.168-.334zM9 6.998H8V16h2V6.998zM9 16H8c0 1.315-.716 1.785-1.069 1.957l.438.9l.437.899C8.609 19.366 10 18.314 10 16zm-1.631 2.856l-.438-.9a2 2 0 0 1-.188.078h.001l.005-.002l.004-.001h.003v-.001h.001L7 19l.243.97h.002l.003-.001l.006-.002l.016-.004a2 2 0 0 0 .162-.051c.097-.034.226-.084.374-.156zM12 4V3C9.792 3 8 4.788 8 6.998h2C10 5.894 10.895 5 12 5zm3.33 1.658l.894-.447A4 4 0 0 0 12.646 3v2a2 2 0 0 1 1.789 1.106zM6 12v1h7v-2H6z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyPound2Line(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="M15.106 7.447a1 1 0 1 0 1.788-.894L16 7zm.223-1.789l.895-.447zM7 19l-.447-.894a1 1 0 0 0 .69 1.864zm5 0l.316-.949zm5.447.894a1 1 0 1 0-.894-1.788L17 19zM6 11a1 1 0 1 0 0 2zm7 2a1 1 0 1 0 0-2zm3-6l.894-.447l-.67-1.342l-.895.447l-.894.448l.67 1.341zm-3.354-3V3H12v2h.646zM7 19l.447.895h-.001l-.002.001l-.002.001q-.003 0-.003.002l.003-.002l.038-.016a3 3 0 0 1 .203-.075l-.314-.95l-.315-.95a5 5 0 0 0-.493.195l-.004.003h-.002l-.001.001h-.001zm.369-.144l.314.95c.555-.184 2.011-.52 4 .143L12 19l.316-.949c-2.49-.83-4.4-.43-5.262-.144zM12 19l-.316.949c1.664.554 3.072.56 4.082.416a7 7 0 0 0 1.19-.276a5 5 0 0 0 .439-.17l.032-.015l.012-.005l.004-.003h.002l.001-.001L17 19a65 65 0 0 1-.446-.895l.002-.001l.002-.001q.003 0 .003-.002l-.002.002l-.038.016a3 3 0 0 1-.197.073a5 5 0 0 1-.84.193c-.74.106-1.832.112-3.168-.334zM9 6.998H8V16h2V6.998zM9 16H8c0 1.315-.716 1.785-1.069 1.957l.438.9l.437.899C8.609 19.366 10 18.314 10 16zm-1.631 2.856l-.438-.9a2 2 0 0 1-.188.078h.001l.005-.002l.004-.001h.003v-.001h.001L7 19l.243.97h.002l.003-.001l.006-.002l.016-.004a2 2 0 0 0 .162-.051c.097-.034.226-.084.374-.156zM12 4V3C9.792 3 8 4.788 8 6.998h2C10 5.894 10.895 5 12 5zm3.33 1.658l.894-.447A4 4 0 0 0 12.646 3v2a2 2 0 0 1 1.789 1.106zM6 12v1h7v-2H6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.106 7.447a1 1 0 1 0 1.788-.894L16 7zm.223-1.789l.895-.447zM7 19l-.447-.894a1 1 0 0 0 .69 1.864zm5 0l.316-.949zm5.447.894a1 1 0 1 0-.894-1.788L17 19zM6 11a1 1 0 1 0 0 2zm7 2a1 1 0 1 0 0-2zm3-6l.894-.447l-.67-1.342l-.895.447l-.894.448l.67 1.341zm-3.354-3V3H12v2h.646zM7 19l.447.895h-.001l-.002.001l-.002.001q-.003 0-.003.002l.003-.002l.038-.016a3 3 0 0 1 .203-.075l-.314-.95l-.315-.95a5 5 0 0 0-.493.195l-.004.003h-.002l-.001.001h-.001zm.369-.144l.314.95c.555-.184 2.011-.52 4 .143L12 19l.316-.949c-2.49-.83-4.4-.43-5.262-.144zM12 19l-.316.949c1.664.554 3.072.56 4.082.416a7 7 0 0 0 1.19-.276a5 5 0 0 0 .439-.17l.032-.015l.012-.005l.004-.003h.002l.001-.001L17 19a65 65 0 0 1-.446-.895l.002-.001l.002-.001q.003 0 .003-.002l-.002.002l-.038.016a3 3 0 0 1-.197.073a5 5 0 0 1-.84.193c-.74.106-1.832.112-3.168-.334zM9 6.998H8V16h2V6.998zM9 16H8c0 1.315-.716 1.785-1.069 1.957l.438.9l.437.899C8.609 19.366 10 18.314 10 16zm-1.631 2.856l-.438-.9a2 2 0 0 1-.188.078h.001l.005-.002l.004-.001h.003v-.001h.001L7 19l.243.97h.002l.003-.001l.006-.002l.016-.004a2 2 0 0 0 .162-.051c.097-.034.226-.084.374-.156zM12 4V3C9.792 3 8 4.788 8 6.998h2C10 5.894 10.895 5 12 5zm3.33 1.658l.894-.447A4 4 0 0 0 12.646 3v2a2 2 0 0 1 1.789 1.106zM6 12v1h7v-2H6z"/></svg> </template>
CSS
.icon-currency-pound-2-line {
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%22M15.106%207.447a1%201%200%201%200%201.788-.894L16%207zm.223-1.789l.895-.447zM7%2019l-.447-.894a1%201%200%200%200%20.69%201.864zm5%200l.316-.949zm5.447.894a1%201%200%201%200-.894-1.788L17%2019zM6%2011a1%201%200%201%200%200%202zm7%202a1%201%200%201%200%200-2zm3-6l.894-.447l-.67-1.342l-.895.447l-.894.448l.67%201.341zm-3.354-3V3H12v2h.646zM7%2019l.447.895h-.001l-.002.001l-.002.001q-.003%200-.003.002l.003-.002l.038-.016a3%203%200%200%201%20.203-.075l-.314-.95l-.315-.95a5%205%200%200%200-.493.195l-.004.003h-.002l-.001.001h-.001zm.369-.144l.314.95c.555-.184%202.011-.52%204%20.143L12%2019l.316-.949c-2.49-.83-4.4-.43-5.262-.144zM12%2019l-.316.949c1.664.554%203.072.56%204.082.416a7%207%200%200%200%201.19-.276a5%205%200%200%200%20.439-.17l.032-.015l.012-.005l.004-.003h.002l.001-.001L17%2019a65%2065%200%200%201-.446-.895l.002-.001l.002-.001q.003%200%20.003-.002l-.002.002l-.038.016a3%203%200%200%201-.197.073a5%205%200%200%201-.84.193c-.74.106-1.832.112-3.168-.334zM9%206.998H8V16h2V6.998zM9%2016H8c0%201.315-.716%201.785-1.069%201.957l.438.9l.437.899C8.609%2019.366%2010%2018.314%2010%2016zm-1.631%202.856l-.438-.9a2%202%200%200%201-.188.078h.001l.005-.002l.004-.001h.003v-.001h.001L7%2019l.243.97h.002l.003-.001l.006-.002l.016-.004a2%202%200%200%200%20.162-.051c.097-.034.226-.084.374-.156zM12%204V3C9.792%203%208%204.788%208%206.998h2C10%205.894%2010.895%205%2012%205zm3.33%201.658l.894-.447A4%204%200%200%200%2012.646%203v2a2%202%200%200%201%201.789%201.106zM6%2012v1h7v-2H6z%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%22M15.106%207.447a1%201%200%201%200%201.788-.894L16%207zm.223-1.789l.895-.447zM7%2019l-.447-.894a1%201%200%200%200%20.69%201.864zm5%200l.316-.949zm5.447.894a1%201%200%201%200-.894-1.788L17%2019zM6%2011a1%201%200%201%200%200%202zm7%202a1%201%200%201%200%200-2zm3-6l.894-.447l-.67-1.342l-.895.447l-.894.448l.67%201.341zm-3.354-3V3H12v2h.646zM7%2019l.447.895h-.001l-.002.001l-.002.001q-.003%200-.003.002l.003-.002l.038-.016a3%203%200%200%201%20.203-.075l-.314-.95l-.315-.95a5%205%200%200%200-.493.195l-.004.003h-.002l-.001.001h-.001zm.369-.144l.314.95c.555-.184%202.011-.52%204%20.143L12%2019l.316-.949c-2.49-.83-4.4-.43-5.262-.144zM12%2019l-.316.949c1.664.554%203.072.56%204.082.416a7%207%200%200%200%201.19-.276a5%205%200%200%200%20.439-.17l.032-.015l.012-.005l.004-.003h.002l.001-.001L17%2019a65%2065%200%200%201-.446-.895l.002-.001l.002-.001q.003%200%20.003-.002l-.002.002l-.038.016a3%203%200%200%201-.197.073a5%205%200%200%201-.84.193c-.74.106-1.832.112-3.168-.334zM9%206.998H8V16h2V6.998zM9%2016H8c0%201.315-.716%201.785-1.069%201.957l.438.9l.437.899C8.609%2019.366%2010%2018.314%2010%2016zm-1.631%202.856l-.438-.9a2%202%200%200%201-.188.078h.001l.005-.002l.004-.001h.003v-.001h.001L7%2019l.243.97h.002l.003-.001l.006-.002l.016-.004a2%202%200%200%200%20.162-.051c.097-.034.226-.084.374-.156zM12%204V3C9.792%203%208%204.788%208%206.998h2C10%205.894%2010.895%205%2012%205zm3.33%201.658l.894-.447A4%204%200%200%200%2012.646%203v2a2%202%200%200%201%201.789%201.106zM6%2012v1h7v-2H6z%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-line.svg?color=%231a73e8&size=48