funds-line from Remix Icon by Remix Design · Line · Finance · Apache-2.0 Free for personal and commercial use.

Name
funds-line
Set
Remix Icon
Style
Line
Category
Finance
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More finance icons from Remix Icon

Use the funds icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.41 14.526l3.402-3.402l2.829 2.829l3.157-3.157l-1.793-1.793h5v5l-1.793-1.793l-4.571 4.571l-2.829-2.828l-2.474 2.474a8 8 0 1 0-.927-1.9m-1.537 1.558l-.01-.01l.004-.004a10 10 0 0 1-.862-4.067c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10c-4.07 0-7.57-2.43-9.132-5.919"/></svg>

React

import type { SVGProps } from "react";

export function RiFundsLine(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="m4.41 14.526l3.402-3.402l2.829 2.829l3.157-3.157l-1.793-1.793h5v5l-1.793-1.793l-4.571 4.571l-2.829-2.828l-2.474 2.474a8 8 0 1 0-.927-1.9m-1.537 1.558l-.01-.01l.004-.004a10 10 0 0 1-.862-4.067c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10c-4.07 0-7.57-2.43-9.132-5.919"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.41 14.526l3.402-3.402l2.829 2.829l3.157-3.157l-1.793-1.793h5v5l-1.793-1.793l-4.571 4.571l-2.829-2.828l-2.474 2.474a8 8 0 1 0-.927-1.9m-1.537 1.558l-.01-.01l.004-.004a10 10 0 0 1-.862-4.067c0-5.523 4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10c-4.07 0-7.57-2.43-9.132-5.919"/></svg>
</template>

CSS

.icon-funds-line {
  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%22m4.41%2014.526l3.402-3.402l2.829%202.829l3.157-3.157l-1.793-1.793h5v5l-1.793-1.793l-4.571%204.571l-2.829-2.828l-2.474%202.474a8%208%200%201%200-.927-1.9m-1.537%201.558l-.01-.01l.004-.004a10%2010%200%200%201-.862-4.067c0-5.523%204.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010c-4.07%200-7.57-2.43-9.132-5.919%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%22m4.41%2014.526l3.402-3.402l2.829%202.829l3.157-3.157l-1.793-1.793h5v5l-1.793-1.793l-4.571%204.571l-2.829-2.828l-2.474%202.474a8%208%200%201%200-.927-1.9m-1.537%201.558l-.01-.01l.004-.004a10%2010%200%200%201-.862-4.067c0-5.523%204.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010c-4.07%200-7.57-2.43-9.132-5.919%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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