currency pound icon

currency-pound from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
currency-pound
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
currency-pound-outline, currency-pound-outline-sharp, currency-pound-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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="M6 21v-2l.413-.25q.412-.25.9-.737t.887-1.25T8.6 15q0-.275-.038-.525T8.476 14H6v-2h1.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.775 0 3.15.975T16.625 6l-1.85.775q-.375-1-1.263-1.638T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H14v2h-3.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q1 0 1.525-.525t.725-1.35L18 18q-.275 1.375-1.412 2.188T14 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCurrencyPound(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="M6 21v-2l.413-.25q.412-.25.9-.737t.887-1.25T8.6 15q0-.275-.038-.525T8.476 14H6v-2h1.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.775 0 3.15.975T16.625 6l-1.85.775q-.375-1-1.263-1.638T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H14v2h-3.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q1 0 1.525-.525t.725-1.35L18 18q-.275 1.375-1.412 2.188T14 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21v-2l.413-.25q.412-.25.9-.737t.887-1.25T8.6 15q0-.275-.038-.525T8.476 14H6v-2h1.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.775 0 3.15.975T16.625 6l-1.85.775q-.375-1-1.263-1.638T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H14v2h-3.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q1 0 1.525-.525t.725-1.35L18 18q-.275 1.375-1.412 2.188T14 21z"/></svg>
</template>

CSS

.icon-currency-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2021v-2l.413-.25q.412-.25.9-.737t.887-1.25T8.6%2015q0-.275-.038-.525T8.476%2014H6v-2h1.5q-.525-.825-1.012-1.737T6%208q0-2.3%201.6-3.9t3.9-1.6q1.775%200%203.15.975T16.625%206l-1.85.775q-.375-1-1.263-1.638T11.5%204.5q-1.45%200-2.475%201.025T8%208q0%201.2.6%202t1.225%202H14v2h-3.475q.05.225.063.475T10.6%2015q0%201.25-.437%202.25T9.1%2019H14q1%200%201.525-.525t.725-1.35L18%2018q-.275%201.375-1.412%202.188T14%2021z%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%22M6%2021v-2l.413-.25q.412-.25.9-.737t.887-1.25T8.6%2015q0-.275-.038-.525T8.476%2014H6v-2h1.5q-.525-.825-1.012-1.737T6%208q0-2.3%201.6-3.9t3.9-1.6q1.775%200%203.15.975T16.625%206l-1.85.775q-.375-1-1.263-1.638T11.5%204.5q-1.45%200-2.475%201.025T8%208q0%201.2.6%202t1.225%202H14v2h-3.475q.05.225.063.475T10.6%2015q0%201.25-.437%202.25T9.1%2019H14q1%200%201.525-.525t.725-1.35L18%2018q-.275%201.375-1.412%202.188T14%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/currency-pound.svg?color=%231a73e8&size=48