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

Name
currency-pound
Set
Material Symbols Light
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 Light

The same icon in other sets

More business icons from Material Symbols Light

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.558 20v-1.211q.48-.328.95-.741t.833-.91t.59-1.087t.227-1.243q0-.39-.038-.708t-.145-.638H6.558v-1h1.788q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.486 0 2.66.754q1.173.754 1.792 1.977l-.927.39q-.51-.961-1.436-1.541t-2.09-.58q-1.66 0-2.83 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.925v1h-3.533q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q1.038 0 1.64-.448t.898-1.215l.866.432q-.352 1.029-1.288 1.63T14.058 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCurrencyPound(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.558 20v-1.211q.48-.328.95-.741t.833-.91t.59-1.087t.227-1.243q0-.39-.038-.708t-.145-.638H6.558v-1h1.788q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.486 0 2.66.754q1.173.754 1.792 1.977l-.927.39q-.51-.961-1.436-1.541t-2.09-.58q-1.66 0-2.83 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.925v1h-3.533q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q1.038 0 1.64-.448t.898-1.215l.866.432q-.352 1.029-1.288 1.63T14.058 20z"/></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.558 20v-1.211q.48-.328.95-.741t.833-.91t.59-1.087t.227-1.243q0-.39-.038-.708t-.145-.638H6.558v-1h1.788q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.486 0 2.66.754q1.173.754 1.792 1.977l-.927.39q-.51-.961-1.436-1.541t-2.09-.58q-1.66 0-2.83 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.925v1h-3.533q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q1.038 0 1.64-.448t.898-1.215l.866.432q-.352 1.029-1.288 1.63T14.058 20z"/></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.558%2020v-1.211q.48-.328.95-.741t.833-.91t.59-1.087t.227-1.243q0-.39-.038-.708t-.145-.638H6.558v-1h1.788q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089%201.455-3.544T11.559%203.5q1.486%200%202.66.754q1.173.754%201.792%201.977l-.927.39q-.51-.961-1.436-1.541t-2.09-.58q-1.66%200-2.83%201.17T7.557%208.5q0%201.085.562%201.98t1.514%201.982h3.925v1h-3.533q.07.302.101.629q.032.326.032.717q0%201.269-.63%202.346T7.908%2019h6.15q1.038%200%201.64-.448t.898-1.215l.866.432q-.352%201.029-1.288%201.63T14.058%2020z%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.558%2020v-1.211q.48-.328.95-.741t.833-.91t.59-1.087t.227-1.243q0-.39-.038-.708t-.145-.638H6.558v-1h1.788q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089%201.455-3.544T11.559%203.5q1.486%200%202.66.754q1.173.754%201.792%201.977l-.927.39q-.51-.961-1.436-1.541t-2.09-.58q-1.66%200-2.83%201.17T7.557%208.5q0%201.085.562%201.98t1.514%201.982h3.925v1h-3.533q.07.302.101.629q.032.326.032.717q0%201.269-.63%202.346T7.908%2019h6.15q1.038%200%201.64-.448t.898-1.215l.866.432q-.352%201.029-1.288%201.63T14.058%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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