dollar sign icon

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

Name
dollar-sign
Set
Reicon
Style
Outline
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 1.25a.75.75 0 0 1 .75.75v1.773a6.5 6.5 0 0 1 2.027.435c.848.337 1.664.875 2.676 1.641a.75.75 0 0 1-.906 1.196c-.988-.748-1.672-1.184-2.324-1.442C13.59 5.35 12.942 5.25 12 5.25c-1.393 0-2.474.328-3.185.843c-.688.498-1.065 1.192-1.065 2.07c0 1.095.541 1.75 1.366 2.212c.873.489 2.003.718 3.007.885c.996.166 2.366.425 3.493 1.056c1.175.657 2.134 1.754 2.134 3.52c0 1.38-.623 2.517-1.685 3.286c-.874.633-2.018 1-3.315 1.1V22a.75.75 0 0 1-1.5 0v-1.773a6.5 6.5 0 0 1-2.026-.436c-.849-.336-1.665-.874-2.677-1.64a.75.75 0 1 1 .906-1.196c.988.748 1.672 1.184 2.324 1.442c.634.252 1.282.353 2.223.353c1.393 0 2.474-.328 3.185-.843c.688-.498 1.065-1.192 1.065-2.07c0-1.095-.54-1.75-1.366-2.212c-.873-.489-2.002-.718-3.007-.885c-.995-.166-2.366-.425-3.493-1.056c-1.175-.657-2.134-1.754-2.134-3.52c0-1.38.623-2.517 1.685-3.286c.874-.633 2.018-1 3.315-1.1V2a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDollarSign(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 1.25a.75.75 0 0 1 .75.75v1.773a6.5 6.5 0 0 1 2.027.435c.848.337 1.664.875 2.676 1.641a.75.75 0 0 1-.906 1.196c-.988-.748-1.672-1.184-2.324-1.442C13.59 5.35 12.942 5.25 12 5.25c-1.393 0-2.474.328-3.185.843c-.688.498-1.065 1.192-1.065 2.07c0 1.095.541 1.75 1.366 2.212c.873.489 2.003.718 3.007.885c.996.166 2.366.425 3.493 1.056c1.175.657 2.134 1.754 2.134 3.52c0 1.38-.623 2.517-1.685 3.286c-.874.633-2.018 1-3.315 1.1V22a.75.75 0 0 1-1.5 0v-1.773a6.5 6.5 0 0 1-2.026-.436c-.849-.336-1.665-.874-2.677-1.64a.75.75 0 1 1 .906-1.196c.988.748 1.672 1.184 2.324 1.442c.634.252 1.282.353 2.223.353c1.393 0 2.474-.328 3.185-.843c.688-.498 1.065-1.192 1.065-2.07c0-1.095-.54-1.75-1.366-2.212c-.873-.489-2.002-.718-3.007-.885c-.995-.166-2.366-.425-3.493-1.056c-1.175-.657-2.134-1.754-2.134-3.52c0-1.38.623-2.517 1.685-3.286c.874-.633 2.018-1 3.315-1.1V2a.75.75 0 0 1 .75-.75"/></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 1.25a.75.75 0 0 1 .75.75v1.773a6.5 6.5 0 0 1 2.027.435c.848.337 1.664.875 2.676 1.641a.75.75 0 0 1-.906 1.196c-.988-.748-1.672-1.184-2.324-1.442C13.59 5.35 12.942 5.25 12 5.25c-1.393 0-2.474.328-3.185.843c-.688.498-1.065 1.192-1.065 2.07c0 1.095.541 1.75 1.366 2.212c.873.489 2.003.718 3.007.885c.996.166 2.366.425 3.493 1.056c1.175.657 2.134 1.754 2.134 3.52c0 1.38-.623 2.517-1.685 3.286c-.874.633-2.018 1-3.315 1.1V22a.75.75 0 0 1-1.5 0v-1.773a6.5 6.5 0 0 1-2.026-.436c-.849-.336-1.665-.874-2.677-1.64a.75.75 0 1 1 .906-1.196c.988.748 1.672 1.184 2.324 1.442c.634.252 1.282.353 2.223.353c1.393 0 2.474-.328 3.185-.843c.688-.498 1.065-1.192 1.065-2.07c0-1.095-.54-1.75-1.366-2.212c-.873-.489-2.002-.718-3.007-.885c-.995-.166-2.366-.425-3.493-1.056c-1.175-.657-2.134-1.754-2.134-3.52c0-1.38.623-2.517 1.685-3.286c.874-.633 2.018-1 3.315-1.1V2a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-dollar-sign {
  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%201.25a.75.75%200%200%201%20.75.75v1.773a6.5%206.5%200%200%201%202.027.435c.848.337%201.664.875%202.676%201.641a.75.75%200%200%201-.906%201.196c-.988-.748-1.672-1.184-2.324-1.442C13.59%205.35%2012.942%205.25%2012%205.25c-1.393%200-2.474.328-3.185.843c-.688.498-1.065%201.192-1.065%202.07c0%201.095.541%201.75%201.366%202.212c.873.489%202.003.718%203.007.885c.996.166%202.366.425%203.493%201.056c1.175.657%202.134%201.754%202.134%203.52c0%201.38-.623%202.517-1.685%203.286c-.874.633-2.018%201-3.315%201.1V22a.75.75%200%200%201-1.5%200v-1.773a6.5%206.5%200%200%201-2.026-.436c-.849-.336-1.665-.874-2.677-1.64a.75.75%200%201%201%20.906-1.196c.988.748%201.672%201.184%202.324%201.442c.634.252%201.282.353%202.223.353c1.393%200%202.474-.328%203.185-.843c.688-.498%201.065-1.192%201.065-2.07c0-1.095-.54-1.75-1.366-2.212c-.873-.489-2.002-.718-3.007-.885c-.995-.166-2.366-.425-3.493-1.056c-1.175-.657-2.134-1.754-2.134-3.52c0-1.38.623-2.517%201.685-3.286c.874-.633%202.018-1%203.315-1.1V2a.75.75%200%200%201%20.75-.75%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%201.25a.75.75%200%200%201%20.75.75v1.773a6.5%206.5%200%200%201%202.027.435c.848.337%201.664.875%202.676%201.641a.75.75%200%200%201-.906%201.196c-.988-.748-1.672-1.184-2.324-1.442C13.59%205.35%2012.942%205.25%2012%205.25c-1.393%200-2.474.328-3.185.843c-.688.498-1.065%201.192-1.065%202.07c0%201.095.541%201.75%201.366%202.212c.873.489%202.003.718%203.007.885c.996.166%202.366.425%203.493%201.056c1.175.657%202.134%201.754%202.134%203.52c0%201.38-.623%202.517-1.685%203.286c-.874.633-2.018%201-3.315%201.1V22a.75.75%200%200%201-1.5%200v-1.773a6.5%206.5%200%200%201-2.026-.436c-.849-.336-1.665-.874-2.677-1.64a.75.75%200%201%201%20.906-1.196c.988.748%201.672%201.184%202.324%201.442c.634.252%201.282.353%202.223.353c1.393%200%202.474-.328%203.185-.843c.688-.498%201.065-1.192%201.065-2.07c0-1.095-.54-1.75-1.366-2.212c-.873-.489-2.002-.718-3.007-.885c-.995-.166-2.366-.425-3.493-1.056c-1.175-.657-2.134-1.754-2.134-3.52c0-1.38.623-2.517%201.685-3.286c.874-.633%202.018-1%203.315-1.1V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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