pound-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
pound-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

The same icon in other sets

Related icons in Ant Design Icons

Use the pound 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 372m138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5c0-43.5 34-70.2 87.3-70.2c21.5 0 42.5 4.1 60.4 10.5c5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.8-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8V722c0 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 AntDesignPoundOutlined(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 372m138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5c0-43.5 34-70.2 87.3-70.2c21.5 0 42.5 4.1 60.4 10.5c5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.8-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8V722c0 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 372m138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1c0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5c0-43.5 34-70.2 87.3-70.2c21.5 0 42.5 4.1 60.4 10.5c5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.8-7.2-43.8-12.7-70.3-12.7c-92.9 0-151.5 44.5-151.5 120.3c0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2c0 45.2-28.8 83.3-72.8 94.2c-3.6.9-6.1 4.1-6.1 7.8V722c0 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-outlined {
  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%20372m138-209.8H469.8v-4.7c27.4-17.2%2043.9-50.4%2043.9-91.1c0-14.1-2.2-27.9-5.3-41H607c4.4%200%208-3.6%208-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5c0-43.5%2034-70.2%2087.3-70.2c21.5%200%2042.5%204.1%2060.4%2010.5c5.2%201.9%2010.6-2%2010.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.8-7.2-43.8-12.7-70.3-12.7c-92.9%200-151.5%2044.5-151.5%20120.3c0%2026.3%206.9%2052%2014.6%2077.1H374c-4.4%200-8%203.6-8%208v30c0%204.4%203.6%208%208%208h67.1c3.4%2014.7%205.9%2029.4%205.9%2044.2c0%2045.2-28.8%2083.3-72.8%2094.2c-3.6.9-6.1%204.1-6.1%207.8V722c0%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%20372m138-209.8H469.8v-4.7c27.4-17.2%2043.9-50.4%2043.9-91.1c0-14.1-2.2-27.9-5.3-41H607c4.4%200%208-3.6%208-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5c0-43.5%2034-70.2%2087.3-70.2c21.5%200%2042.5%204.1%2060.4%2010.5c5.2%201.9%2010.6-2%2010.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5c-18.8-7.2-43.8-12.7-70.3-12.7c-92.9%200-151.5%2044.5-151.5%20120.3c0%2026.3%206.9%2052%2014.6%2077.1H374c-4.4%200-8%203.6-8%208v30c0%204.4%203.6%208%208%208h67.1c3.4%2014.7%205.9%2029.4%205.9%2044.2c0%2045.2-28.8%2083.3-72.8%2094.2c-3.6.9-6.1%204.1-6.1%207.8V722c0%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-outlined.svg?color=%231a73e8&size=48