funnel dollar icon

funnel-dollar from Line Awesome by Icons8 · Line · Marketing · Apache-2.0 Free for personal and commercial use.

Name
funnel-dollar
Set
Line Awesome
Style
Line
Category
Marketing
Viewbox
32×32
License
Apache 2.0
Aliases
funnel-dollar-solid

The same icon in other sets

More marketing icons from Line Awesome

Use the funnel dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 4v2.344l.219.281L13 16.344V28.03l1.594-1.25l1.562-1.187C16.906 29.234 20.145 32 24 32c4.406 0 8-3.594 8-8s-3.594-8-8-8c-1.887 0-3.629.68-5 1.781v-1.437l7.781-9.721l.219-.28V4zm2.281 2H24.72l-7.188 9H14.47zM15 17h2v3.125a8 8 0 0 0-.969 3.063L15 24zm9 1c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 1v1.063c-1.125.188-2 1.142-2 2.314a1.98 1.98 0 0 0 1.094 1.78L25 25.624a.356.356 0 0 1-.375.375h-1.25a.356.356 0 0 1-.375-.375V25h-2v.625c0 1.172.875 2.125 2 2.313V29h2v-1.063c1.125-.188 2-1.142 2-2.314c0-.754-.418-1.44-1.094-1.78L23 22.376c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V23h2v-.625c0-1.172-.875-2.125-2-2.313V19z"/></svg>

React

import type { SVGProps } from "react";

export function LaFunnelDollar(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="M5 4v2.344l.219.281L13 16.344V28.03l1.594-1.25l1.562-1.187C16.906 29.234 20.145 32 24 32c4.406 0 8-3.594 8-8s-3.594-8-8-8c-1.887 0-3.629.68-5 1.781v-1.437l7.781-9.721l.219-.28V4zm2.281 2H24.72l-7.188 9H14.47zM15 17h2v3.125a8 8 0 0 0-.969 3.063L15 24zm9 1c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 1v1.063c-1.125.188-2 1.142-2 2.314a1.98 1.98 0 0 0 1.094 1.78L25 25.624a.356.356 0 0 1-.375.375h-1.25a.356.356 0 0 1-.375-.375V25h-2v.625c0 1.172.875 2.125 2 2.313V29h2v-1.063c1.125-.188 2-1.142 2-2.314c0-.754-.418-1.44-1.094-1.78L23 22.376c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V23h2v-.625c0-1.172-.875-2.125-2-2.313V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 4v2.344l.219.281L13 16.344V28.03l1.594-1.25l1.562-1.187C16.906 29.234 20.145 32 24 32c4.406 0 8-3.594 8-8s-3.594-8-8-8c-1.887 0-3.629.68-5 1.781v-1.437l7.781-9.721l.219-.28V4zm2.281 2H24.72l-7.188 9H14.47zM15 17h2v3.125a8 8 0 0 0-.969 3.063L15 24zm9 1c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 1v1.063c-1.125.188-2 1.142-2 2.314a1.98 1.98 0 0 0 1.094 1.78L25 25.624a.356.356 0 0 1-.375.375h-1.25a.356.356 0 0 1-.375-.375V25h-2v.625c0 1.172.875 2.125 2 2.313V29h2v-1.063c1.125-.188 2-1.142 2-2.314c0-.754-.418-1.44-1.094-1.78L23 22.376c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V23h2v-.625c0-1.172-.875-2.125-2-2.313V19z"/></svg>
</template>

CSS

.icon-funnel-dollar {
  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%22M5%204v2.344l.219.281L13%2016.344V28.03l1.594-1.25l1.562-1.187C16.906%2029.234%2020.145%2032%2024%2032c4.406%200%208-3.594%208-8s-3.594-8-8-8c-1.887%200-3.629.68-5%201.781v-1.437l7.781-9.721l.219-.28V4zm2.281%202H24.72l-7.188%209H14.47zM15%2017h2v3.125a8%208%200%200%200-.969%203.063L15%2024zm9%201c3.324%200%206%202.676%206%206s-2.676%206-6%206s-6-2.676-6-6s2.676-6%206-6m-1%201v1.063c-1.125.188-2%201.142-2%202.314a1.98%201.98%200%200%200%201.094%201.78L25%2025.624a.356.356%200%200%201-.375.375h-1.25a.356.356%200%200%201-.375-.375V25h-2v.625c0%201.172.875%202.125%202%202.313V29h2v-1.063c1.125-.188%202-1.142%202-2.314c0-.754-.418-1.44-1.094-1.78L23%2022.376c0-.223.152-.375.375-.375h1.25c.223%200%20.375.152.375.375V23h2v-.625c0-1.172-.875-2.125-2-2.313V19z%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%22M5%204v2.344l.219.281L13%2016.344V28.03l1.594-1.25l1.562-1.187C16.906%2029.234%2020.145%2032%2024%2032c4.406%200%208-3.594%208-8s-3.594-8-8-8c-1.887%200-3.629.68-5%201.781v-1.437l7.781-9.721l.219-.28V4zm2.281%202H24.72l-7.188%209H14.47zM15%2017h2v3.125a8%208%200%200%200-.969%203.063L15%2024zm9%201c3.324%200%206%202.676%206%206s-2.676%206-6%206s-6-2.676-6-6s2.676-6%206-6m-1%201v1.063c-1.125.188-2%201.142-2%202.314a1.98%201.98%200%200%200%201.094%201.78L25%2025.624a.356.356%200%200%201-.375.375h-1.25a.356.356%200%200%201-.375-.375V25h-2v.625c0%201.172.875%202.125%202%202.313V29h2v-1.063c1.125-.188%202-1.142%202-2.314c0-.754-.418-1.44-1.094-1.78L23%2022.376c0-.223.152-.375.375-.375h1.25c.223%200%20.375.152.375.375V23h2v-.625c0-1.172-.875-2.125-2-2.313V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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