dollar sign icon

dollar-sign-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
dollar-sign-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All dollar sign icons →

More money icons from Reicon

Use the dollar sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a1 1 0 0 1 1 1v1.542c.658.06 1.259.192 1.869.434c.88.35 1.72.905 2.735 1.674a1 1 0 0 1-1.208 1.594c-.984-.745-1.646-1.163-2.265-1.409c-.595-.236-1.21-.335-2.13-.335c-1.359 0-2.383.32-3.04.795c-.626.454-.96 1.074-.96 1.868c0 .983.47 1.565 1.238 1.994c.83.465 1.92.689 2.925.857c.994.165 2.405.429 3.575 1.084c1.232.69 2.261 1.86 2.261 3.739c0 1.462-.665 2.674-1.788 3.488c-.867.627-1.973.998-3.212 1.125V22a1 1 0 0 1-2 0v-1.542a6.6 6.6 0 0 1-1.869-.434c-.88-.35-1.719-.905-2.735-1.674a1 1 0 0 1 1.208-1.594c.984.745 1.646 1.163 2.265 1.409c.595.236 1.21.335 2.131.335c1.358 0 2.382-.32 3.039-.795c.626-.454.961-1.074.961-1.868c0-.983-.471-1.565-1.238-1.994c-.83-.465-1.92-.689-2.926-.857c-.994-.165-2.405-.429-3.574-1.084C7.029 11.212 6 10.042 6 8.163c0-1.462.665-2.674 1.788-3.488c.867-.627 1.973-.998 3.212-1.125V2a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDollarSignFilled(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="M12 1a1 1 0 0 1 1 1v1.542c.658.06 1.259.192 1.869.434c.88.35 1.72.905 2.735 1.674a1 1 0 0 1-1.208 1.594c-.984-.745-1.646-1.163-2.265-1.409c-.595-.236-1.21-.335-2.13-.335c-1.359 0-2.383.32-3.04.795c-.626.454-.96 1.074-.96 1.868c0 .983.47 1.565 1.238 1.994c.83.465 1.92.689 2.925.857c.994.165 2.405.429 3.575 1.084c1.232.69 2.261 1.86 2.261 3.739c0 1.462-.665 2.674-1.788 3.488c-.867.627-1.973.998-3.212 1.125V22a1 1 0 0 1-2 0v-1.542a6.6 6.6 0 0 1-1.869-.434c-.88-.35-1.719-.905-2.735-1.674a1 1 0 0 1 1.208-1.594c.984.745 1.646 1.163 2.265 1.409c.595.236 1.21.335 2.131.335c1.358 0 2.382-.32 3.039-.795c.626-.454.961-1.074.961-1.868c0-.983-.471-1.565-1.238-1.994c-.83-.465-1.92-.689-2.926-.857c-.994-.165-2.405-.429-3.574-1.084C7.029 11.212 6 10.042 6 8.163c0-1.462.665-2.674 1.788-3.488c.867-.627 1.973-.998 3.212-1.125V2a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a1 1 0 0 1 1 1v1.542c.658.06 1.259.192 1.869.434c.88.35 1.72.905 2.735 1.674a1 1 0 0 1-1.208 1.594c-.984-.745-1.646-1.163-2.265-1.409c-.595-.236-1.21-.335-2.13-.335c-1.359 0-2.383.32-3.04.795c-.626.454-.96 1.074-.96 1.868c0 .983.47 1.565 1.238 1.994c.83.465 1.92.689 2.925.857c.994.165 2.405.429 3.575 1.084c1.232.69 2.261 1.86 2.261 3.739c0 1.462-.665 2.674-1.788 3.488c-.867.627-1.973.998-3.212 1.125V22a1 1 0 0 1-2 0v-1.542a6.6 6.6 0 0 1-1.869-.434c-.88-.35-1.719-.905-2.735-1.674a1 1 0 0 1 1.208-1.594c.984.745 1.646 1.163 2.265 1.409c.595.236 1.21.335 2.131.335c1.358 0 2.382-.32 3.039-.795c.626-.454.961-1.074.961-1.868c0-.983-.471-1.565-1.238-1.994c-.83-.465-1.92-.689-2.926-.857c-.994-.165-2.405-.429-3.574-1.084C7.029 11.212 6 10.042 6 8.163c0-1.462.665-2.674 1.788-3.488c.867-.627 1.973-.998 3.212-1.125V2a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-dollar-sign-filled {
  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%22M12%201a1%201%200%200%201%201%201v1.542c.658.06%201.259.192%201.869.434c.88.35%201.72.905%202.735%201.674a1%201%200%200%201-1.208%201.594c-.984-.745-1.646-1.163-2.265-1.409c-.595-.236-1.21-.335-2.13-.335c-1.359%200-2.383.32-3.04.795c-.626.454-.96%201.074-.96%201.868c0%20.983.47%201.565%201.238%201.994c.83.465%201.92.689%202.925.857c.994.165%202.405.429%203.575%201.084c1.232.69%202.261%201.86%202.261%203.739c0%201.462-.665%202.674-1.788%203.488c-.867.627-1.973.998-3.212%201.125V22a1%201%200%200%201-2%200v-1.542a6.6%206.6%200%200%201-1.869-.434c-.88-.35-1.719-.905-2.735-1.674a1%201%200%200%201%201.208-1.594c.984.745%201.646%201.163%202.265%201.409c.595.236%201.21.335%202.131.335c1.358%200%202.382-.32%203.039-.795c.626-.454.961-1.074.961-1.868c0-.983-.471-1.565-1.238-1.994c-.83-.465-1.92-.689-2.926-.857c-.994-.165-2.405-.429-3.574-1.084C7.029%2011.212%206%2010.042%206%208.163c0-1.462.665-2.674%201.788-3.488c.867-.627%201.973-.998%203.212-1.125V2a1%201%200%200%201%201-1%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%22M12%201a1%201%200%200%201%201%201v1.542c.658.06%201.259.192%201.869.434c.88.35%201.72.905%202.735%201.674a1%201%200%200%201-1.208%201.594c-.984-.745-1.646-1.163-2.265-1.409c-.595-.236-1.21-.335-2.13-.335c-1.359%200-2.383.32-3.04.795c-.626.454-.96%201.074-.96%201.868c0%20.983.47%201.565%201.238%201.994c.83.465%201.92.689%202.925.857c.994.165%202.405.429%203.575%201.084c1.232.69%202.261%201.86%202.261%203.739c0%201.462-.665%202.674-1.788%203.488c-.867.627-1.973.998-3.212%201.125V22a1%201%200%200%201-2%200v-1.542a6.6%206.6%200%200%201-1.869-.434c-.88-.35-1.719-.905-2.735-1.674a1%201%200%200%201%201.208-1.594c.984.745%201.646%201.163%202.265%201.409c.595.236%201.21.335%202.131.335c1.358%200%202.382-.32%203.039-.795c.626-.454.961-1.074.961-1.868c0-.983-.471-1.565-1.238-1.994c-.83-.465-1.92-.689-2.926-.857c-.994-.165-2.405-.429-3.574-1.084C7.029%2011.212%206%2010.042%206%208.163c0-1.462.665-2.674%201.788-3.488c.867-.627%201.973-.998%203.212-1.125V2a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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