heavy dollar sign emoji

heavy-dollar-sign from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
heavy-dollar-sign
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the heavy dollar sign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00d26a" d="M22.788 20.56c-.04-2.6-1.91-6.46-6.89-6.46c-2.85 0-3.24-1.74-3.27-2.39c.03-.81.4-2.69 3.23-2.69c2.94 0 3.28 2.07 3.31 2.71c.03.99.88 1.84 1.85 1.75c1-.02 1.79-.85 1.76-1.85c-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.21 2.04 3.27 2.8c-.08.49-.54 2.28-3.27 2.28c-2.77 0-3.21-1.86-3.28-2.41c-.09-1-.95-1.72-1.97-1.64c-1 .09-1.73.97-1.64 1.96c.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07a6.28 6.28 0 0 0 5.07-5.48l.01-.1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatHeavyDollarSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00d26a" d="M22.788 20.56c-.04-2.6-1.91-6.46-6.89-6.46c-2.85 0-3.24-1.74-3.27-2.39c.03-.81.4-2.69 3.23-2.69c2.94 0 3.28 2.07 3.31 2.71c.03.99.88 1.84 1.85 1.75c1-.02 1.79-.85 1.76-1.85c-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.21 2.04 3.27 2.8c-.08.49-.54 2.28-3.27 2.28c-2.77 0-3.21-1.86-3.28-2.41c-.09-1-.95-1.72-1.97-1.64c-1 .09-1.73.97-1.64 1.96c.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07a6.28 6.28 0 0 0 5.07-5.48l.01-.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00d26a" d="M22.788 20.56c-.04-2.6-1.91-6.46-6.89-6.46c-2.85 0-3.24-1.74-3.27-2.39c.03-.81.4-2.69 3.23-2.69c2.94 0 3.28 2.07 3.31 2.71c.03.99.88 1.84 1.85 1.75c1-.02 1.79-.85 1.76-1.85c-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.02 1.8c-3.64.77-5.04 3.88-5.06 6.11c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.21 2.04 3.27 2.8c-.08.49-.54 2.28-3.27 2.28c-2.77 0-3.21-1.86-3.28-2.41c-.09-1-.95-1.72-1.97-1.64c-1 .09-1.73.97-1.64 1.96c.15 1.71 1.44 4.75 5.07 5.52v2.07c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81v-2.07a6.28 6.28 0 0 0 5.07-5.48l.01-.1z"/></svg>
</template>

CSS

.icon-heavy-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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M22.788%2020.56c-.04-2.6-1.91-6.46-6.89-6.46c-2.85%200-3.24-1.74-3.27-2.39c.03-.81.4-2.69%203.23-2.69c2.94%200%203.28%202.07%203.31%202.71c.03.99.88%201.84%201.85%201.75c1-.02%201.79-.85%201.76-1.85c-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83h-.02c-.99%200-1.8.8-1.81%201.79l-.02%201.8c-3.64.77-5.04%203.88-5.06%206.11c.04%202.42%201.91%206.02%206.89%206.02c2.81%200%203.21%202.04%203.27%202.8c-.08.49-.54%202.28-3.27%202.28c-2.77%200-3.21-1.86-3.28-2.41c-.09-1-.95-1.72-1.97-1.64c-1%20.09-1.73.97-1.64%201.96c.15%201.71%201.44%204.75%205.07%205.52v2.07c0%201%20.81%201.81%201.81%201.81s1.82-.81%201.82-1.81v-2.07a6.28%206.28%200%200%200%205.07-5.48l.01-.1z%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%22%2300d26a%22%20d%3D%22M22.788%2020.56c-.04-2.6-1.91-6.46-6.89-6.46c-2.85%200-3.24-1.74-3.27-2.39c.03-.81.4-2.69%203.23-2.69c2.94%200%203.28%202.07%203.31%202.71c.03.99.88%201.84%201.85%201.75c1-.02%201.79-.85%201.76-1.85c-.05-2.17-1.49-5.24-5.1-6.03l.03-1.77c.01-1-.79-1.82-1.79-1.83h-.02c-.99%200-1.8.8-1.81%201.79l-.02%201.8c-3.64.77-5.04%203.88-5.06%206.11c.04%202.42%201.91%206.02%206.89%206.02c2.81%200%203.21%202.04%203.27%202.8c-.08.49-.54%202.28-3.27%202.28c-2.77%200-3.21-1.86-3.28-2.41c-.09-1-.95-1.72-1.97-1.64c-1%20.09-1.73.97-1.64%201.96c.15%201.71%201.44%204.75%205.07%205.52v2.07c0%201%20.81%201.81%201.81%201.81s1.82-.81%201.82-1.81v-2.07a6.28%206.28%200%200%200%205.07-5.48l.01-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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