money bill wave icon
money-bill-wave from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- money-bill-wave
- Set
- Line Awesome
- Style
- Line
- Category
- Finance
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- money-bill-wave-solid
The same icon in other sets
More finance icons from Line Awesome
Use the money bill wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.854 6.008c-2.69.074-4.775.804-6.805 1.51c-2.171.754-4.22 1.465-7.059 1.494c-1.897.03-3.797-.298-5.664-.944L2 7.61v17.082l.666.237c1.739.615 3.517.97 5.287 1.054q.421.02.826.02c3.013 0 5.32-.8 7.557-1.572c2.358-.816 4.582-1.587 7.617-1.444a16.5 16.5 0 0 1 4.713.944l1.334.472V7.314l-.658-.24a17.8 17.8 0 0 0-5.297-1.056a17 17 0 0 0-1.191-.01m.054 1.986q.509-.016 1.049.004c.374.016.748.05 1.121.094A2.495 2.495 0 0 0 28 9.949v9.102a2.495 2.495 0 0 0-2.957 2.025a18 18 0 0 0-.996-.074c-3.415-.15-5.933.709-8.367 1.553c-2.361.818-4.598 1.591-7.631 1.447a16 16 0 0 1-1.13-.1A2.495 2.495 0 0 0 4 22.051v-9.102a2.493 2.493 0 0 0 2.959-2.05c.685.071 1.37.112 2.053.101c3.165-.032 5.466-.833 7.693-1.607c1.961-.683 3.83-1.325 6.203-1.399M16 11c-2.206 0-4 2.243-4 5s1.794 5 4 5s4-2.243 4-5s-1.794-5-4-5m0 2c1.084 0 2 1.374 2 3s-.916 3-2 3s-2-1.374-2-3s.916-3 2-3m7.5 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m-15 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function LaMoneyBillWave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.854 6.008c-2.69.074-4.775.804-6.805 1.51c-2.171.754-4.22 1.465-7.059 1.494c-1.897.03-3.797-.298-5.664-.944L2 7.61v17.082l.666.237c1.739.615 3.517.97 5.287 1.054q.421.02.826.02c3.013 0 5.32-.8 7.557-1.572c2.358-.816 4.582-1.587 7.617-1.444a16.5 16.5 0 0 1 4.713.944l1.334.472V7.314l-.658-.24a17.8 17.8 0 0 0-5.297-1.056a17 17 0 0 0-1.191-.01m.054 1.986q.509-.016 1.049.004c.374.016.748.05 1.121.094A2.495 2.495 0 0 0 28 9.949v9.102a2.495 2.495 0 0 0-2.957 2.025a18 18 0 0 0-.996-.074c-3.415-.15-5.933.709-8.367 1.553c-2.361.818-4.598 1.591-7.631 1.447a16 16 0 0 1-1.13-.1A2.495 2.495 0 0 0 4 22.051v-9.102a2.493 2.493 0 0 0 2.959-2.05c.685.071 1.37.112 2.053.101c3.165-.032 5.466-.833 7.693-1.607c1.961-.683 3.83-1.325 6.203-1.399M16 11c-2.206 0-4 2.243-4 5s1.794 5 4 5s4-2.243 4-5s-1.794-5-4-5m0 2c1.084 0 2 1.374 2 3s-.916 3-2 3s-2-1.374-2-3s.916-3 2-3m7.5 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m-15 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.854 6.008c-2.69.074-4.775.804-6.805 1.51c-2.171.754-4.22 1.465-7.059 1.494c-1.897.03-3.797-.298-5.664-.944L2 7.61v17.082l.666.237c1.739.615 3.517.97 5.287 1.054q.421.02.826.02c3.013 0 5.32-.8 7.557-1.572c2.358-.816 4.582-1.587 7.617-1.444a16.5 16.5 0 0 1 4.713.944l1.334.472V7.314l-.658-.24a17.8 17.8 0 0 0-5.297-1.056a17 17 0 0 0-1.191-.01m.054 1.986q.509-.016 1.049.004c.374.016.748.05 1.121.094A2.495 2.495 0 0 0 28 9.949v9.102a2.495 2.495 0 0 0-2.957 2.025a18 18 0 0 0-.996-.074c-3.415-.15-5.933.709-8.367 1.553c-2.361.818-4.598 1.591-7.631 1.447a16 16 0 0 1-1.13-.1A2.495 2.495 0 0 0 4 22.051v-9.102a2.493 2.493 0 0 0 2.959-2.05c.685.071 1.37.112 2.053.101c3.165-.032 5.466-.833 7.693-1.607c1.961-.683 3.83-1.325 6.203-1.399M16 11c-2.206 0-4 2.243-4 5s1.794 5 4 5s4-2.243 4-5s-1.794-5-4-5m0 2c1.084 0 2 1.374 2 3s-.916 3-2 3s-2-1.374-2-3s.916-3 2-3m7.5 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m-15 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-money-bill-wave {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.854%206.008c-2.69.074-4.775.804-6.805%201.51c-2.171.754-4.22%201.465-7.059%201.494c-1.897.03-3.797-.298-5.664-.944L2%207.61v17.082l.666.237c1.739.615%203.517.97%205.287%201.054q.421.02.826.02c3.013%200%205.32-.8%207.557-1.572c2.358-.816%204.582-1.587%207.617-1.444a16.5%2016.5%200%200%201%204.713.944l1.334.472V7.314l-.658-.24a17.8%2017.8%200%200%200-5.297-1.056a17%2017%200%200%200-1.191-.01m.054%201.986q.509-.016%201.049.004c.374.016.748.05%201.121.094A2.495%202.495%200%200%200%2028%209.949v9.102a2.495%202.495%200%200%200-2.957%202.025a18%2018%200%200%200-.996-.074c-3.415-.15-5.933.709-8.367%201.553c-2.361.818-4.598%201.591-7.631%201.447a16%2016%200%200%201-1.13-.1A2.495%202.495%200%200%200%204%2022.051v-9.102a2.493%202.493%200%200%200%202.959-2.05c.685.071%201.37.112%202.053.101c3.165-.032%205.466-.833%207.693-1.607c1.961-.683%203.83-1.325%206.203-1.399M16%2011c-2.206%200-4%202.243-4%205s1.794%205%204%205s4-2.243%204-5s-1.794-5-4-5m0%202c1.084%200%202%201.374%202%203s-.916%203-2%203s-2-1.374-2-3s.916-3%202-3m7.5%200a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3m-15%203a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.854%206.008c-2.69.074-4.775.804-6.805%201.51c-2.171.754-4.22%201.465-7.059%201.494c-1.897.03-3.797-.298-5.664-.944L2%207.61v17.082l.666.237c1.739.615%203.517.97%205.287%201.054q.421.02.826.02c3.013%200%205.32-.8%207.557-1.572c2.358-.816%204.582-1.587%207.617-1.444a16.5%2016.5%200%200%201%204.713.944l1.334.472V7.314l-.658-.24a17.8%2017.8%200%200%200-5.297-1.056a17%2017%200%200%200-1.191-.01m.054%201.986q.509-.016%201.049.004c.374.016.748.05%201.121.094A2.495%202.495%200%200%200%2028%209.949v9.102a2.495%202.495%200%200%200-2.957%202.025a18%2018%200%200%200-.996-.074c-3.415-.15-5.933.709-8.367%201.553c-2.361.818-4.598%201.591-7.631%201.447a16%2016%200%200%201-1.13-.1A2.495%202.495%200%200%200%204%2022.051v-9.102a2.493%202.493%200%200%200%202.959-2.05c.685.071%201.37.112%202.053.101c3.165-.032%205.466-.833%207.693-1.607c1.961-.683%203.83-1.325%206.203-1.399M16%2011c-2.206%200-4%202.243-4%205s1.794%205%204%205s4-2.243%204-5s-1.794-5-4-5m0%202c1.084%200%202%201.374%202%203s-.916%203-2%203s-2-1.374-2-3s.916-3%202-3m7.5%200a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3m-15%203a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/money-bill-wave.svg?color=%231a73e8&size=48