currency pound icon
currency-pound-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- currency-pound-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- currency-pound-outline-rounded
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="M7.27 20q-.31 0-.511-.201t-.201-.51v-.105q0-.198.086-.355q.087-.158.229-.283q.95-.76 1.617-1.594q.668-.835.668-2.144q0-.39-.038-.708t-.145-.638H7.058q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.288q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.352 0 2.455.632t1.77 1.678q.104.177.025.363q-.08.187-.262.266q-.182.073-.372.002T14.85 6.2q-.552-.766-1.408-1.233T11.558 4.5q-1.662 0-2.831 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.425q.213 0 .357.143t.143.357t-.143.356t-.357.144h-3.033q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q.99 0 1.598-.422t.898-1.141q.062-.164.174-.263t.3-.099q.195 0 .336.143q.14.144.14.338q0 1.082-1.266 1.763t-2.18.681z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCurrencyPoundRounded(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.27 20q-.31 0-.511-.201t-.201-.51v-.105q0-.198.086-.355q.087-.158.229-.283q.95-.76 1.617-1.594q.668-.835.668-2.144q0-.39-.038-.708t-.145-.638H7.058q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.288q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.352 0 2.455.632t1.77 1.678q.104.177.025.363q-.08.187-.262.266q-.182.073-.372.002T14.85 6.2q-.552-.766-1.408-1.233T11.558 4.5q-1.662 0-2.831 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.425q.213 0 .357.143t.143.357t-.143.356t-.357.144h-3.033q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q.99 0 1.598-.422t.898-1.141q.062-.164.174-.263t.3-.099q.195 0 .336.143q.14.144.14.338q0 1.082-1.266 1.763t-2.18.681z"/></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.27 20q-.31 0-.511-.201t-.201-.51v-.105q0-.198.086-.355q.087-.158.229-.283q.95-.76 1.617-1.594q.668-.835.668-2.144q0-.39-.038-.708t-.145-.638H7.058q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.288q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089 1.455-3.544T11.559 3.5q1.352 0 2.455.632t1.77 1.678q.104.177.025.363q-.08.187-.262.266q-.182.073-.372.002T14.85 6.2q-.552-.766-1.408-1.233T11.558 4.5q-1.662 0-2.831 1.17T7.557 8.5q0 1.085.562 1.98t1.514 1.982h3.425q.213 0 .357.143t.143.357t-.143.356t-.357.144h-3.033q.07.302.101.629q.032.326.032.717q0 1.269-.63 2.346T7.908 19h6.15q.99 0 1.598-.422t.898-1.141q.062-.164.174-.263t.3-.099q.195 0 .336.143q.14.144.14.338q0 1.082-1.266 1.763t-2.18.681z"/></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.27%2020q-.31%200-.511-.201t-.201-.51v-.105q0-.198.086-.355q.087-.158.229-.283q.95-.76%201.617-1.594q.668-.835.668-2.144q0-.39-.038-.708t-.145-.638H7.058q-.214%200-.357-.144t-.143-.356t.143-.357t.357-.143h1.288q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089%201.455-3.544T11.559%203.5q1.352%200%202.455.632t1.77%201.678q.104.177.025.363q-.08.187-.262.266q-.182.073-.372.002T14.85%206.2q-.552-.766-1.408-1.233T11.558%204.5q-1.662%200-2.831%201.17T7.557%208.5q0%201.085.562%201.98t1.514%201.982h3.425q.213%200%20.357.143t.143.357t-.143.356t-.357.144h-3.033q.07.302.101.629q.032.326.032.717q0%201.269-.63%202.346T7.908%2019h6.15q.99%200%201.598-.422t.898-1.141q.062-.164.174-.263t.3-.099q.195%200%20.336.143q.14.144.14.338q0%201.082-1.266%201.763t-2.18.681z%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.27%2020q-.31%200-.511-.201t-.201-.51v-.105q0-.198.086-.355q.087-.158.229-.283q.95-.76%201.617-1.594q.668-.835.668-2.144q0-.39-.038-.708t-.145-.638H7.058q-.214%200-.357-.144t-.143-.356t.143-.357t.357-.143h1.288q-.794-.902-1.291-1.863q-.497-.96-.497-2.099q0-2.089%201.455-3.544T11.559%203.5q1.352%200%202.455.632t1.77%201.678q.104.177.025.363q-.08.187-.262.266q-.182.073-.372.002T14.85%206.2q-.552-.766-1.408-1.233T11.558%204.5q-1.662%200-2.831%201.17T7.557%208.5q0%201.085.562%201.98t1.514%201.982h3.425q.213%200%20.357.143t.143.357t-.143.356t-.357.144h-3.033q.07.302.101.629q.032.326.032.717q0%201.269-.63%202.346T7.908%2019h6.15q.99%200%201.598-.422t.898-1.141q.062-.164.174-.263t.3-.099q.195%200%20.336.143q.14.144.14.338q0%201.082-1.266%201.763t-2.18.681z%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-rounded.svg?color=%231a73e8&size=48