currency pound icon
currency-pound-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- currency-pound-line
- Set
- MingCute Icon
- Style
- Line
- 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="M14.168 9.055a1 1 0 0 0 1.664-1.11L15 8.5zm.606-.895l-.832.555zM9 17l-.447-.894a1 1 0 0 0 .763 1.843zm6.316.949a1 1 0 0 0-.632-1.898L15 17zM8 11a1 1 0 1 0 0 2zm5 2a1 1 0 1 0 0-2zm8-1h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm3 5.5l.832-.555l-.226-.34l-.832.555l-.832.555l.226.34zM9 17l.316.949h-.003l-.002.001h.004l.03-.01q.046-.014.144-.038a5 5 0 0 1 .559-.096c.476-.053 1.069-.046 1.636.143L12 17l.316-.949c-.933-.31-1.84-.304-2.489-.232a7 7 0 0 0-1.037.2l-.07.02l-.023.008l-.008.002l-.003.002h-.001zm3 0l-.316.949c.933.31 1.84.304 2.489.232a7 7 0 0 0 1.037-.2l.07-.02l.023-.008l.008-.002l.003-.002h.001L15 17l-.316-.949h.003l.002-.001h-.004l-.03.01q-.046.014-.144.038c-.132.03-.325.07-.559.096c-.476.053-1.069.046-1.636-.143zm-2-7.396H9V15h2V9.604zM10 15H9c0 .507-.162.79-.28.938a1 1 0 0 1-.196.183l.005-.003l.01-.005l.006-.003l.004-.002l.002-.001c.001-.001.002-.001.449.893l.448.894h.001l.007-.004l.011-.006a1 1 0 0 0 .095-.054q.08-.047.194-.132a3 3 0 0 0 .525-.51C10.662 16.71 11 15.992 11 15zm2.606-8V6A3.605 3.605 0 0 0 9 9.604h2C11 8.718 11.718 8 12.606 8zm2.168 1.16l.832-.554a3.6 3.6 0 0 0-3-1.606v2c.536 0 1.038.268 1.335.715zM8 12v1h5v-2H8z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyPoundLine(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.168 9.055a1 1 0 0 0 1.664-1.11L15 8.5zm.606-.895l-.832.555zM9 17l-.447-.894a1 1 0 0 0 .763 1.843zm6.316.949a1 1 0 0 0-.632-1.898L15 17zM8 11a1 1 0 1 0 0 2zm5 2a1 1 0 1 0 0-2zm8-1h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm3 5.5l.832-.555l-.226-.34l-.832.555l-.832.555l.226.34zM9 17l.316.949h-.003l-.002.001h.004l.03-.01q.046-.014.144-.038a5 5 0 0 1 .559-.096c.476-.053 1.069-.046 1.636.143L12 17l.316-.949c-.933-.31-1.84-.304-2.489-.232a7 7 0 0 0-1.037.2l-.07.02l-.023.008l-.008.002l-.003.002h-.001zm3 0l-.316.949c.933.31 1.84.304 2.489.232a7 7 0 0 0 1.037-.2l.07-.02l.023-.008l.008-.002l.003-.002h.001L15 17l-.316-.949h.003l.002-.001h-.004l-.03.01q-.046.014-.144.038c-.132.03-.325.07-.559.096c-.476.053-1.069.046-1.636-.143zm-2-7.396H9V15h2V9.604zM10 15H9c0 .507-.162.79-.28.938a1 1 0 0 1-.196.183l.005-.003l.01-.005l.006-.003l.004-.002l.002-.001c.001-.001.002-.001.449.893l.448.894h.001l.007-.004l.011-.006a1 1 0 0 0 .095-.054q.08-.047.194-.132a3 3 0 0 0 .525-.51C10.662 16.71 11 15.992 11 15zm2.606-8V6A3.605 3.605 0 0 0 9 9.604h2C11 8.718 11.718 8 12.606 8zm2.168 1.16l.832-.554a3.6 3.6 0 0 0-3-1.606v2c.536 0 1.038.268 1.335.715zM8 12v1h5v-2H8z"/></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.168 9.055a1 1 0 0 0 1.664-1.11L15 8.5zm.606-.895l-.832.555zM9 17l-.447-.894a1 1 0 0 0 .763 1.843zm6.316.949a1 1 0 0 0-.632-1.898L15 17zM8 11a1 1 0 1 0 0 2zm5 2a1 1 0 1 0 0-2zm8-1h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm3 5.5l.832-.555l-.226-.34l-.832.555l-.832.555l.226.34zM9 17l.316.949h-.003l-.002.001h.004l.03-.01q.046-.014.144-.038a5 5 0 0 1 .559-.096c.476-.053 1.069-.046 1.636.143L12 17l.316-.949c-.933-.31-1.84-.304-2.489-.232a7 7 0 0 0-1.037.2l-.07.02l-.023.008l-.008.002l-.003.002h-.001zm3 0l-.316.949c.933.31 1.84.304 2.489.232a7 7 0 0 0 1.037-.2l.07-.02l.023-.008l.008-.002l.003-.002h.001L15 17l-.316-.949h.003l.002-.001h-.004l-.03.01q-.046.014-.144.038c-.132.03-.325.07-.559.096c-.476.053-1.069.046-1.636-.143zm-2-7.396H9V15h2V9.604zM10 15H9c0 .507-.162.79-.28.938a1 1 0 0 1-.196.183l.005-.003l.01-.005l.006-.003l.004-.002l.002-.001c.001-.001.002-.001.449.893l.448.894h.001l.007-.004l.011-.006a1 1 0 0 0 .095-.054q.08-.047.194-.132a3 3 0 0 0 .525-.51C10.662 16.71 11 15.992 11 15zm2.606-8V6A3.605 3.605 0 0 0 9 9.604h2C11 8.718 11.718 8 12.606 8zm2.168 1.16l.832-.554a3.6 3.6 0 0 0-3-1.606v2c.536 0 1.038.268 1.335.715zM8 12v1h5v-2H8z"/></svg> </template>
CSS
.icon-currency-pound-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%22M14.168%209.055a1%201%200%200%200%201.664-1.11L15%208.5zm.606-.895l-.832.555zM9%2017l-.447-.894a1%201%200%200%200%20.763%201.843zm6.316.949a1%201%200%200%200-.632-1.898L15%2017zM8%2011a1%201%200%201%200%200%202zm5%202a1%201%200%201%200%200-2zm8-1h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm3%205.5l.832-.555l-.226-.34l-.832.555l-.832.555l.226.34zM9%2017l.316.949h-.003l-.002.001h.004l.03-.01q.046-.014.144-.038a5%205%200%200%201%20.559-.096c.476-.053%201.069-.046%201.636.143L12%2017l.316-.949c-.933-.31-1.84-.304-2.489-.232a7%207%200%200%200-1.037.2l-.07.02l-.023.008l-.008.002l-.003.002h-.001zm3%200l-.316.949c.933.31%201.84.304%202.489.232a7%207%200%200%200%201.037-.2l.07-.02l.023-.008l.008-.002l.003-.002h.001L15%2017l-.316-.949h.003l.002-.001h-.004l-.03.01q-.046.014-.144.038c-.132.03-.325.07-.559.096c-.476.053-1.069.046-1.636-.143zm-2-7.396H9V15h2V9.604zM10%2015H9c0%20.507-.162.79-.28.938a1%201%200%200%201-.196.183l.005-.003l.01-.005l.006-.003l.004-.002l.002-.001c.001-.001.002-.001.449.893l.448.894h.001l.007-.004l.011-.006a1%201%200%200%200%20.095-.054q.08-.047.194-.132a3%203%200%200%200%20.525-.51C10.662%2016.71%2011%2015.992%2011%2015zm2.606-8V6A3.605%203.605%200%200%200%209%209.604h2C11%208.718%2011.718%208%2012.606%208zm2.168%201.16l.832-.554a3.6%203.6%200%200%200-3-1.606v2c.536%200%201.038.268%201.335.715zM8%2012v1h5v-2H8z%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.168%209.055a1%201%200%200%200%201.664-1.11L15%208.5zm.606-.895l-.832.555zM9%2017l-.447-.894a1%201%200%200%200%20.763%201.843zm6.316.949a1%201%200%200%200-.632-1.898L15%2017zM8%2011a1%201%200%201%200%200%202zm5%202a1%201%200%201%200%200-2zm8-1h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm3%205.5l.832-.555l-.226-.34l-.832.555l-.832.555l.226.34zM9%2017l.316.949h-.003l-.002.001h.004l.03-.01q.046-.014.144-.038a5%205%200%200%201%20.559-.096c.476-.053%201.069-.046%201.636.143L12%2017l.316-.949c-.933-.31-1.84-.304-2.489-.232a7%207%200%200%200-1.037.2l-.07.02l-.023.008l-.008.002l-.003.002h-.001zm3%200l-.316.949c.933.31%201.84.304%202.489.232a7%207%200%200%200%201.037-.2l.07-.02l.023-.008l.008-.002l.003-.002h.001L15%2017l-.316-.949h.003l.002-.001h-.004l-.03.01q-.046.014-.144.038c-.132.03-.325.07-.559.096c-.476.053-1.069.046-1.636-.143zm-2-7.396H9V15h2V9.604zM10%2015H9c0%20.507-.162.79-.28.938a1%201%200%200%201-.196.183l.005-.003l.01-.005l.006-.003l.004-.002l.002-.001c.001-.001.002-.001.449.893l.448.894h.001l.007-.004l.011-.006a1%201%200%200%200%20.095-.054q.08-.047.194-.132a3%203%200%200%200%20.525-.51C10.662%2016.71%2011%2015.992%2011%2015zm2.606-8V6A3.605%203.605%200%200%200%209%209.604h2C11%208.718%2011.718%208%2012.606%208zm2.168%201.16l.832-.554a3.6%203.6%200%200%200-3-1.606v2c.536%200%201.038.268%201.335.715zM8%2012v1h5v-2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/currency-pound-line.svg?color=%231a73e8&size=48