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

Name
wealth-1
Set
TDesign Icons
Style
Outline
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"><g fill="none"><path d="M17 13.027a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-12C4 6.88 6.91 8 10.5 8S17 6.88 17 5.5z"/><path d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406M17 5.5C17 4.12 14.09 3 10.5 3S4 4.12 4 5.5S6.91 8 10.5 8S17 6.88 17 5.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 11.5c0 1.38-2.91 2.5-6.5 2.5S4 12.88 4 11.5m13 0v1.527a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-6m13 0v-5m-13 5v-5m13-1C17 6.88 14.09 8 10.5 8S4 6.88 4 5.5S6.91 3 10.5 3S17 4.12 17 5.5Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignWealth1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 13.027a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-12C4 6.88 6.91 8 10.5 8S17 6.88 17 5.5z"/><path d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406M17 5.5C17 4.12 14.09 3 10.5 3S4 4.12 4 5.5S6.91 8 10.5 8S17 6.88 17 5.5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17 11.5c0 1.38-2.91 2.5-6.5 2.5S4 12.88 4 11.5m13 0v1.527a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-6m13 0v-5m-13 5v-5m13-1C17 6.88 14.09 8 10.5 8S4 6.88 4 5.5S6.91 3 10.5 3S17 4.12 17 5.5Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 13.027a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-12C4 6.88 6.91 8 10.5 8S17 6.88 17 5.5z"/><path d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406M17 5.5C17 4.12 14.09 3 10.5 3S4 4.12 4 5.5S6.91 8 10.5 8S17 6.88 17 5.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 11.5c0 1.38-2.91 2.5-6.5 2.5S4 12.88 4 11.5m13 0v1.527a4.5 4.5 0 0 0-3.425 6.676c-.915.19-1.962.297-3.075.297C6.91 20 4 18.88 4 17.5v-6m13 0v-5m-13 5v-5m13-1C17 6.88 14.09 8 10.5 8S4 6.88 4 5.5S6.91 3 10.5 3S17 4.12 17 5.5Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.575 19.703a4.5 4.5 0 1 0 7.85-4.406a4.5 4.5 0 0 0-7.85 4.406Z"/></g></svg>
</template>

CSS

.icon-wealth-1 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17%2013.027a4.5%204.5%200%200%200-3.425%206.676c-.915.19-1.962.297-3.075.297C6.91%2020%204%2018.88%204%2017.5v-12C4%206.88%206.91%208%2010.5%208S17%206.88%2017%205.5z%22%2F%3E%3Cpath%20d%3D%22M13.575%2019.703a4.5%204.5%200%201%200%207.85-4.406a4.5%204.5%200%200%200-7.85%204.406M17%205.5C17%204.12%2014.09%203%2010.5%203S4%204.12%204%205.5S6.91%208%2010.5%208S17%206.88%2017%205.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2011.5c0%201.38-2.91%202.5-6.5%202.5S4%2012.88%204%2011.5m13%200v1.527a4.5%204.5%200%200%200-3.425%206.676c-.915.19-1.962.297-3.075.297C6.91%2020%204%2018.88%204%2017.5v-6m13%200v-5m-13%205v-5m13-1C17%206.88%2014.09%208%2010.5%208S4%206.88%204%205.5S6.91%203%2010.5%203S17%204.12%2017%205.5Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.575%2019.703a4.5%204.5%200%201%200%207.85-4.406a4.5%204.5%200%200%200-7.85%204.406Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17%2013.027a4.5%204.5%200%200%200-3.425%206.676c-.915.19-1.962.297-3.075.297C6.91%2020%204%2018.88%204%2017.5v-12C4%206.88%206.91%208%2010.5%208S17%206.88%2017%205.5z%22%2F%3E%3Cpath%20d%3D%22M13.575%2019.703a4.5%204.5%200%201%200%207.85-4.406a4.5%204.5%200%200%200-7.85%204.406M17%205.5C17%204.12%2014.09%203%2010.5%203S4%204.12%204%205.5S6.91%208%2010.5%208S17%206.88%2017%205.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2011.5c0%201.38-2.91%202.5-6.5%202.5S4%2012.88%204%2011.5m13%200v1.527a4.5%204.5%200%200%200-3.425%206.676c-.915.19-1.962.297-3.075.297C6.91%2020%204%2018.88%204%2017.5v-6m13%200v-5m-13%205v-5m13-1C17%206.88%2014.09%208%2010.5%208S4%206.88%204%205.5S6.91%203%2010.5%203S17%204.12%2017%205.5Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.575%2019.703a4.5%204.5%200%201%200%207.85-4.406a4.5%204.5%200%200%200-7.85%204.406Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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