wealth-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
wealth-1-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the wealth 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.546 8.978C14.9 9.638 12.76 10 10.5 10s-4.399-.363-6.046-1.022A8.3 8.3 0 0 1 3 8.235V11.5c0 1.657 3.358 3 7.5 3c1.104 0 2.153-.095 3.096-.267a6.5 6.5 0 0 1 4.288-2.204q.115-.259.116-.529V8.235c-.453.297-.95.541-1.454.743M10.5 16.5q.941 0 1.84-.082A6.5 6.5 0 0 0 12 18.5c0 .846.162 1.655.456 2.397c-.623.067-1.28.103-1.956.103C6.358 21 3 19.657 3 18v-3.265c.453.297.95.541 1.454.743C6.1 16.138 8.24 16.5 10.5 16.5m0-8.5C6.358 8 3 6.657 3 5s3.358-3 7.5-3c3.107 0 5.772.756 6.91 1.832c.38.36.59.754.59 1.168c0 1.657-3.358 3-7.5 3m8 15a4.5 4.5 0 0 1-4.5-4.5a4.5 4.5 0 1 1 4.5 4.5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignWealth1Filled(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="M16.546 8.978C14.9 9.638 12.76 10 10.5 10s-4.399-.363-6.046-1.022A8.3 8.3 0 0 1 3 8.235V11.5c0 1.657 3.358 3 7.5 3c1.104 0 2.153-.095 3.096-.267a6.5 6.5 0 0 1 4.288-2.204q.115-.259.116-.529V8.235c-.453.297-.95.541-1.454.743M10.5 16.5q.941 0 1.84-.082A6.5 6.5 0 0 0 12 18.5c0 .846.162 1.655.456 2.397c-.623.067-1.28.103-1.956.103C6.358 21 3 19.657 3 18v-3.265c.453.297.95.541 1.454.743C6.1 16.138 8.24 16.5 10.5 16.5m0-8.5C6.358 8 3 6.657 3 5s3.358-3 7.5-3c3.107 0 5.772.756 6.91 1.832c.38.36.59.754.59 1.168c0 1.657-3.358 3-7.5 3m8 15a4.5 4.5 0 0 1-4.5-4.5a4.5 4.5 0 1 1 4.5 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.546 8.978C14.9 9.638 12.76 10 10.5 10s-4.399-.363-6.046-1.022A8.3 8.3 0 0 1 3 8.235V11.5c0 1.657 3.358 3 7.5 3c1.104 0 2.153-.095 3.096-.267a6.5 6.5 0 0 1 4.288-2.204q.115-.259.116-.529V8.235c-.453.297-.95.541-1.454.743M10.5 16.5q.941 0 1.84-.082A6.5 6.5 0 0 0 12 18.5c0 .846.162 1.655.456 2.397c-.623.067-1.28.103-1.956.103C6.358 21 3 19.657 3 18v-3.265c.453.297.95.541 1.454.743C6.1 16.138 8.24 16.5 10.5 16.5m0-8.5C6.358 8 3 6.657 3 5s3.358-3 7.5-3c3.107 0 5.772.756 6.91 1.832c.38.36.59.754.59 1.168c0 1.657-3.358 3-7.5 3m8 15a4.5 4.5 0 0 1-4.5-4.5a4.5 4.5 0 1 1 4.5 4.5"/></svg>
</template>

CSS

.icon-wealth-1-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.546%208.978C14.9%209.638%2012.76%2010%2010.5%2010s-4.399-.363-6.046-1.022A8.3%208.3%200%200%201%203%208.235V11.5c0%201.657%203.358%203%207.5%203c1.104%200%202.153-.095%203.096-.267a6.5%206.5%200%200%201%204.288-2.204q.115-.259.116-.529V8.235c-.453.297-.95.541-1.454.743M10.5%2016.5q.941%200%201.84-.082A6.5%206.5%200%200%200%2012%2018.5c0%20.846.162%201.655.456%202.397c-.623.067-1.28.103-1.956.103C6.358%2021%203%2019.657%203%2018v-3.265c.453.297.95.541%201.454.743C6.1%2016.138%208.24%2016.5%2010.5%2016.5m0-8.5C6.358%208%203%206.657%203%205s3.358-3%207.5-3c3.107%200%205.772.756%206.91%201.832c.38.36.59.754.59%201.168c0%201.657-3.358%203-7.5%203m8%2015a4.5%204.5%200%200%201-4.5-4.5a4.5%204.5%200%201%201%204.5%204.5%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%22M16.546%208.978C14.9%209.638%2012.76%2010%2010.5%2010s-4.399-.363-6.046-1.022A8.3%208.3%200%200%201%203%208.235V11.5c0%201.657%203.358%203%207.5%203c1.104%200%202.153-.095%203.096-.267a6.5%206.5%200%200%201%204.288-2.204q.115-.259.116-.529V8.235c-.453.297-.95.541-1.454.743M10.5%2016.5q.941%200%201.84-.082A6.5%206.5%200%200%200%2012%2018.5c0%20.846.162%201.655.456%202.397c-.623.067-1.28.103-1.956.103C6.358%2021%203%2019.657%203%2018v-3.265c.453.297.95.541%201.454.743C6.1%2016.138%208.24%2016.5%2010.5%2016.5m0-8.5C6.358%208%203%206.657%203%205s3.358-3%207.5-3c3.107%200%205.772.756%206.91%201.832c.38.36.59.754.59%201.168c0%201.657-3.358%203-7.5%203m8%2015a4.5%204.5%200%200%201-4.5-4.5a4.5%204.5%200%201%201%204.5%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/wealth-1-filled.svg?color=%231a73e8&size=48