dollar waves icon

dollar-waves from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
dollar-waves
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the dollar waves icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888c.599.51 1.207.768 2.007.831c.761.061 1.142.092 1.46.204c.734.26 1.312.837 1.571 1.572c.112.317.143.698.204 1.46c.063.8.32 1.407.83 2.006c.496.581.744.872.889 1.176c.336.703.336 1.52 0 2.222c-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204c-.8.063-1.407.32-2.006.83c-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176c.52-.611.769-1.223.831-2.007c.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83"/><path d="M15.333 7.722H12m0 0h-1.667C9.045 7.722 8 8.68 8 9.862C8 11.041 9.045 12 10.333 12H12m0-4.278V6.5m0 1.222V12m0 0h1.667c1.288 0 2.333.958 2.333 2.139s-1.045 2.139-2.333 2.139H12M12 12v4.278m0 0H8m4 0V17.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiDollarWaves(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888c.599.51 1.207.768 2.007.831c.761.061 1.142.092 1.46.204c.734.26 1.312.837 1.571 1.572c.112.317.143.698.204 1.46c.063.8.32 1.407.83 2.006c.496.581.744.872.889 1.176c.336.703.336 1.52 0 2.222c-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204c-.8.063-1.407.32-2.006.83c-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176c.52-.611.769-1.223.831-2.007c.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83"/><path d="M15.333 7.722H12m0 0h-1.667C9.045 7.722 8 8.68 8 9.862C8 11.041 9.045 12 10.333 12H12m0-4.278V6.5m0 1.222V12m0 0h1.667c1.288 0 2.333.958 2.333 2.139s-1.045 2.139-2.333 2.139H12M12 12v4.278m0 0H8m4 0V17.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.713 3.64c.581-.495.872-.743 1.176-.888a2.58 2.58 0 0 1 2.222 0c.304.145.595.393 1.176.888c.599.51 1.207.768 2.007.831c.761.061 1.142.092 1.46.204c.734.26 1.312.837 1.571 1.572c.112.317.143.698.204 1.46c.063.8.32 1.407.83 2.006c.496.581.744.872.889 1.176c.336.703.336 1.52 0 2.222c-.145.304-.393.595-.888 1.176a3.3 3.3 0 0 0-.831 2.007c-.061.761-.092 1.142-.204 1.46a2.58 2.58 0 0 1-1.572 1.571c-.317.112-.698.143-1.46.204c-.8.063-1.407.32-2.006.83c-.581.496-.872.744-1.176.889a2.58 2.58 0 0 1-2.222 0c-.304-.145-.595-.393-1.176-.888a3.3 3.3 0 0 0-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58 2.58 0 0 1-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3 3.3 0 0 0-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58 2.58 0 0 1 .001-2.222c.145-.304.393-.595.888-1.176c.52-.611.769-1.223.831-2.007c.061-.761.092-1.142.204-1.46a2.58 2.58 0 0 1 1.572-1.571c.317-.112.698-.143 1.46-.204a3.3 3.3 0 0 0 2.006-.83"/><path d="M15.333 7.722H12m0 0h-1.667C9.045 7.722 8 8.68 8 9.862C8 11.041 9.045 12 10.333 12H12m0-4.278V6.5m0 1.222V12m0 0h1.667c1.288 0 2.333.958 2.333 2.139s-1.045 2.139-2.333 2.139H12M12 12v4.278m0 0H8m4 0V17.5"/></g></svg>
</template>

CSS

.icon-dollar-waves {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.713%203.64c.581-.495.872-.743%201.176-.888a2.58%202.58%200%200%201%202.222%200c.304.145.595.393%201.176.888c.599.51%201.207.768%202.007.831c.761.061%201.142.092%201.46.204c.734.26%201.312.837%201.571%201.572c.112.317.143.698.204%201.46c.063.8.32%201.407.83%202.006c.496.581.744.872.889%201.176c.336.703.336%201.52%200%202.222c-.145.304-.393.595-.888%201.176a3.3%203.3%200%200%200-.831%202.007c-.061.761-.092%201.142-.204%201.46a2.58%202.58%200%200%201-1.572%201.571c-.317.112-.698.143-1.46.204c-.8.063-1.407.32-2.006.83c-.581.496-.872.744-1.176.889a2.58%202.58%200%200%201-2.222%200c-.304-.145-.595-.393-1.176-.888a3.3%203.3%200%200%200-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58%202.58%200%200%201-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3%203.3%200%200%200-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58%202.58%200%200%201%20.001-2.222c.145-.304.393-.595.888-1.176c.52-.611.769-1.223.831-2.007c.061-.761.092-1.142.204-1.46a2.58%202.58%200%200%201%201.572-1.571c.317-.112.698-.143%201.46-.204a3.3%203.3%200%200%200%202.006-.83%22%2F%3E%3Cpath%20d%3D%22M15.333%207.722H12m0%200h-1.667C9.045%207.722%208%208.68%208%209.862C8%2011.041%209.045%2012%2010.333%2012H12m0-4.278V6.5m0%201.222V12m0%200h1.667c1.288%200%202.333.958%202.333%202.139s-1.045%202.139-2.333%202.139H12M12%2012v4.278m0%200H8m4%200V17.5%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.713%203.64c.581-.495.872-.743%201.176-.888a2.58%202.58%200%200%201%202.222%200c.304.145.595.393%201.176.888c.599.51%201.207.768%202.007.831c.761.061%201.142.092%201.46.204c.734.26%201.312.837%201.571%201.572c.112.317.143.698.204%201.46c.063.8.32%201.407.83%202.006c.496.581.744.872.889%201.176c.336.703.336%201.52%200%202.222c-.145.304-.393.595-.888%201.176a3.3%203.3%200%200%200-.831%202.007c-.061.761-.092%201.142-.204%201.46a2.58%202.58%200%200%201-1.572%201.571c-.317.112-.698.143-1.46.204c-.8.063-1.407.32-2.006.83c-.581.496-.872.744-1.176.889a2.58%202.58%200%200%201-2.222%200c-.304-.145-.595-.393-1.176-.888a3.3%203.3%200%200%200-2.007-.831c-.761-.061-1.142-.092-1.46-.204a2.58%202.58%200%200%201-1.571-1.572c-.112-.317-.143-.698-.204-1.46a3.3%203.3%200%200%200-.83-2.006c-.496-.581-.744-.872-.89-1.176a2.58%202.58%200%200%201%20.001-2.222c.145-.304.393-.595.888-1.176c.52-.611.769-1.223.831-2.007c.061-.761.092-1.142.204-1.46a2.58%202.58%200%200%201%201.572-1.571c.317-.112.698-.143%201.46-.204a3.3%203.3%200%200%200%202.006-.83%22%2F%3E%3Cpath%20d%3D%22M15.333%207.722H12m0%200h-1.667C9.045%207.722%208%208.68%208%209.862C8%2011.041%209.045%2012%2010.333%2012H12m0-4.278V6.5m0%201.222V12m0%200h1.667c1.288%200%202.333.958%202.333%202.139s-1.045%202.139-2.333%202.139H12M12%2012v4.278m0%200H8m4%200V17.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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