currency pound icon

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

Name
currency-pound-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
currency-pound-outline-rounded

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="M7 21q-.425 0-.712-.288T6 20v-.45q0-.275.125-.5t.325-.35q.95-.625 1.55-1.575T8.6 15q0-.275-.038-.525T8.476 14H7q-.425 0-.712-.288T6 13t.288-.712T7 12h.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.525 0 2.763.737t1.962 1.938q.2.35.025.7t-.55.525q-.375.15-.737.013t-.613-.463q-.475-.65-1.225-1.05T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H13q.425 0 .713.288T14 13t-.288.713T13 14h-2.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q.875 0 1.425-.413t.725-1.112q.1-.375.338-.638t.637-.262q.425 0 .7.288t.275.712q0 1.525-1.363 2.475T14 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCurrencyPoundRounded(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="M7 21q-.425 0-.712-.288T6 20v-.45q0-.275.125-.5t.325-.35q.95-.625 1.55-1.575T8.6 15q0-.275-.038-.525T8.476 14H7q-.425 0-.712-.288T6 13t.288-.712T7 12h.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.525 0 2.763.737t1.962 1.938q.2.35.025.7t-.55.525q-.375.15-.737.013t-.613-.463q-.475-.65-1.225-1.05T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H13q.425 0 .713.288T14 13t-.288.713T13 14h-2.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q.875 0 1.425-.413t.725-1.112q.1-.375.338-.638t.637-.262q.425 0 .7.288t.275.712q0 1.525-1.363 2.475T14 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="M7 21q-.425 0-.712-.288T6 20v-.45q0-.275.125-.5t.325-.35q.95-.625 1.55-1.575T8.6 15q0-.275-.038-.525T8.476 14H7q-.425 0-.712-.288T6 13t.288-.712T7 12h.5q-.525-.825-1.012-1.737T6 8q0-2.3 1.6-3.9t3.9-1.6q1.525 0 2.763.737t1.962 1.938q.2.35.025.7t-.55.525q-.375.15-.737.013t-.613-.463q-.475-.65-1.225-1.05T11.5 4.5q-1.45 0-2.475 1.025T8 8q0 1.2.6 2t1.225 2H13q.425 0 .713.288T14 13t-.288.713T13 14h-2.475q.05.225.063.475T10.6 15q0 1.25-.437 2.25T9.1 19H14q.875 0 1.425-.413t.725-1.112q.1-.375.338-.638t.637-.262q.425 0 .7.288t.275.712q0 1.525-1.363 2.475T14 21z"/></svg>
</template>

CSS

.icon-currency-pound-rounded {
  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%22M7%2021q-.425%200-.712-.288T6%2020v-.45q0-.275.125-.5t.325-.35q.95-.625%201.55-1.575T8.6%2015q0-.275-.038-.525T8.476%2014H7q-.425%200-.712-.288T6%2013t.288-.712T7%2012h.5q-.525-.825-1.012-1.737T6%208q0-2.3%201.6-3.9t3.9-1.6q1.525%200%202.763.737t1.962%201.938q.2.35.025.7t-.55.525q-.375.15-.737.013t-.613-.463q-.475-.65-1.225-1.05T11.5%204.5q-1.45%200-2.475%201.025T8%208q0%201.2.6%202t1.225%202H13q.425%200%20.713.288T14%2013t-.288.713T13%2014h-2.475q.05.225.063.475T10.6%2015q0%201.25-.437%202.25T9.1%2019H14q.875%200%201.425-.413t.725-1.112q.1-.375.338-.638t.637-.262q.425%200%20.7.288t.275.712q0%201.525-1.363%202.475T14%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%22M7%2021q-.425%200-.712-.288T6%2020v-.45q0-.275.125-.5t.325-.35q.95-.625%201.55-1.575T8.6%2015q0-.275-.038-.525T8.476%2014H7q-.425%200-.712-.288T6%2013t.288-.712T7%2012h.5q-.525-.825-1.012-1.737T6%208q0-2.3%201.6-3.9t3.9-1.6q1.525%200%202.763.737t1.962%201.938q.2.35.025.7t-.55.525q-.375.15-.737.013t-.613-.463q-.475-.65-1.225-1.05T11.5%204.5q-1.45%200-2.475%201.025T8%208q0%201.2.6%202t1.225%202H13q.425%200%20.713.288T14%2013t-.288.713T13%2014h-2.475q.05.225.063.475T10.6%2015q0%201.25-.437%202.25T9.1%2019H14q.875%200%201.425-.413t.725-1.112q.1-.375.338-.638t.637-.262q.425%200%20.7.288t.275.712q0%201.525-1.363%202.475T14%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-rounded.svg?color=%231a73e8&size=48