pound-circle-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
pound-circle-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m146 582.1c0 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"/><path fill="currentColor" d="M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5c0-43.6 34-70.2 87.3-70.2c21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.9-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignPoundCircleTwotone(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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fillOpacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m146 582.1c0 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"/><path fill="currentColor" d="M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5c0-43.6 34-70.2 87.3-70.2c21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.9-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8"/></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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m146 582.1c0 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"/><path fill="currentColor" d="M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5c0-43.6 34-70.2 87.3-70.2c21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.9-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8"/></svg>
</template>

CSS

.icon-pound-circle-twotone {
  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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m146%20582.1c0%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M650%20674.3H470v-4.7c27.4-17.2%2043.9-50.4%2043.9-91.1c0-14.1-2.2-27.8-5.3-41h98.6c4.4%200%208-3.6%208-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5c0-43.6%2034-70.2%2087.3-70.2c21.4%200%2042.5%204.1%2060.4%2010.5a8%208%200%200%200%2010.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.9-7.2-43.8-12.7-70.3-12.7c-92.9%200-151.5%2044.5-151.5%20120.3c0%2026.4%206.8%2052%2014.6%2077.1H374c-4.4%200-8%203.6-8%208v30c0%204.4%203.6%208%208%208h67.2c3.4%2014.8%205.9%2029.5%205.9%2044.2c0%2045.2-28.8%2083.3-72.8%2094.2c-3.6.9-6.1%204.1-6.1%207.8v38.5c0%204.4%203.6%208%208%208H650c4.4%200%208-3.6%208-8v-39.8c0-4.4-3.6-8-8-8%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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m146%20582.1c0%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M650%20674.3H470v-4.7c27.4-17.2%2043.9-50.4%2043.9-91.1c0-14.1-2.2-27.8-5.3-41h98.6c4.4%200%208-3.6%208-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5c0-43.6%2034-70.2%2087.3-70.2c21.4%200%2042.5%204.1%2060.4%2010.5a8%208%200%200%200%2010.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.9-7.2-43.8-12.7-70.3-12.7c-92.9%200-151.5%2044.5-151.5%20120.3c0%2026.4%206.8%2052%2014.6%2077.1H374c-4.4%200-8%203.6-8%208v30c0%204.4%203.6%208%208%208h67.2c3.4%2014.8%205.9%2029.5%205.9%2044.2c0%2045.2-28.8%2083.3-72.8%2094.2c-3.6.9-6.1%204.1-6.1%207.8v38.5c0%204.4%203.6%208%208%208H650c4.4%200%208-3.6%208-8v-39.8c0-4.4-3.6-8-8-8%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-twotone.svg?color=%231a73e8&size=48

Pound Circle twotone icon — Ant Design Icons · IconsDB