pound circle icon
pound-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- pound-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- pound-circle-fill
2 other variants in Ant Design Icons
The same icon in other sets
Use the pound circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8c44-10.9 72.8-49 72.8-94.2c0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1c0-75.8 58.6-120.3 151.5-120.3c26.5 0 51.4 5.5 70.3 12.7c3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5c-53.3 0-87.3 26.6-87.3 70.2c0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41c0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPoundCircleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8c44-10.9 72.8-49 72.8-94.2c0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1c0-75.8 58.6-120.3 151.5-120.3c26.5 0 51.4 5.5 70.3 12.7c3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5c-53.3 0-87.3 26.6-87.3 70.2c0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41c0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8c44-10.9 72.8-49 72.8-94.2c0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1c0-75.8 58.6-120.3 151.5-120.3c26.5 0 51.4 5.5 70.3 12.7c3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5c-53.3 0-87.3 26.6-87.3 70.2c0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41c0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8z"/></svg> </template>
CSS
.icon-pound-circle-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m146%20658c0%204.4-3.6%208-8%208H376.2c-4.4%200-8-3.6-8-8v-38.5c0-3.7%202.5-6.9%206.1-7.8c44-10.9%2072.8-49%2072.8-94.2c0-14.7-2.5-29.4-5.9-44.2H374c-4.4%200-8-3.6-8-8v-30c0-4.4%203.6-8%208-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1c0-75.8%2058.6-120.3%20151.5-120.3c26.5%200%2051.4%205.5%2070.3%2012.7c3.1%201.2%205.2%204.2%205.2%207.5v39.5a8%208%200%200%201-10.6%207.6c-17.9-6.4-39-10.5-60.4-10.5c-53.3%200-87.3%2026.6-87.3%2070.2c0%2024.7%206.2%2047.9%2013.4%2070.5h112c4.4%200%208%203.6%208%208v30c0%204.4-3.6%208-8%208h-98.6c3.1%2013.2%205.3%2026.9%205.3%2041c0%2040.7-16.5%2073.9-43.9%2091.1v4.7h180c4.4%200%208%203.6%208%208z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m146%20658c0%204.4-3.6%208-8%208H376.2c-4.4%200-8-3.6-8-8v-38.5c0-3.7%202.5-6.9%206.1-7.8c44-10.9%2072.8-49%2072.8-94.2c0-14.7-2.5-29.4-5.9-44.2H374c-4.4%200-8-3.6-8-8v-30c0-4.4%203.6-8%208-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1c0-75.8%2058.6-120.3%20151.5-120.3c26.5%200%2051.4%205.5%2070.3%2012.7c3.1%201.2%205.2%204.2%205.2%207.5v39.5a8%208%200%200%201-10.6%207.6c-17.9-6.4-39-10.5-60.4-10.5c-53.3%200-87.3%2026.6-87.3%2070.2c0%2024.7%206.2%2047.9%2013.4%2070.5h112c4.4%200%208%203.6%208%208v30c0%204.4-3.6%208-8%208h-98.6c3.1%2013.2%205.3%2026.9%205.3%2041c0%2040.7-16.5%2073.9-43.9%2091.1v4.7h180c4.4%200%208%203.6%208%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/pound-circle-filled.svg?color=%231a73e8&size=48