heavy dollar sign emoji

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

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

The same emoji in other sets

Related icons in Fluent Emoji

Use the heavy dollar sign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#i9FbCye)"><path fill="url(#iX6bZxc)" d="M22.863 20.255c0-2.766-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-.048-2.088-1.384-5.01-4.702-5.931a.525.525 0 0 1-.391-.508l.023-1.361c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.015 1.4a.525.525 0 0 1-.395.494c-3.35.902-4.65 3.867-4.67 6.016c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.27 2.028 3.27 2.8c0 .518-.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.144 1.646 1.346 4.526 4.676 5.425a.525.525 0 0 1 .394.5v1.665c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81V26.33a.53.53 0 0 1 .394-.503c2.416-.683 4.686-2.95 4.686-5.573"/></g><defs><linearGradient id="iX6bZxc" x1="15.969" x2="15.969" y1="1.695" y2="29.805" gradientUnits="userSpaceOnUse"><stop stop-color="#64DE9D"/><stop offset="1" stop-color="#51C284"/></linearGradient><filter id="i9FbCye" width="14.287" height="28.61" x="8.826" y="1.445" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="-.25" dy=".25"/><feGaussianBlur stdDeviation=".25"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.505882 0 0 0 0 0.976471 0 0 0 0 0.694118 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.239216 0 0 0 0 0.701961 0 0 0 0 0.411765 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1877" result="effect2_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25" dy="-.25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.168627 0 0 0 0 0.576471 0 0 0 0 0.360784 0 0 0 1 0"/><feBlend in2="effect2_innerShadow_18590_1877" result="effect3_innerShadow_18590_1877"/></filter></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHeavyDollarSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#i9FbCye)"><path fill="url(#iX6bZxc)" d="M22.863 20.255c0-2.766-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-.048-2.088-1.384-5.01-4.702-5.931a.525.525 0 0 1-.391-.508l.023-1.361c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.015 1.4a.525.525 0 0 1-.395.494c-3.35.902-4.65 3.867-4.67 6.016c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.27 2.028 3.27 2.8c0 .518-.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.144 1.646 1.346 4.526 4.676 5.425a.525.525 0 0 1 .394.5v1.665c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81V26.33a.53.53 0 0 1 .394-.503c2.416-.683 4.686-2.95 4.686-5.573"/></g><defs><linearGradient id="iX6bZxc" x1="15.969" x2="15.969" y1="1.695" y2="29.805" gradientUnits="userSpaceOnUse"><stop stopColor="#64DE9D"/><stop offset="1" stopColor="#51C284"/></linearGradient><filter id="i9FbCye" width="14.287" height="28.61" x="8.826" y="1.445" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="-.25" dy=".25"/><feGaussianBlur stdDeviation=".25"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.505882 0 0 0 0 0.976471 0 0 0 0 0.694118 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.239216 0 0 0 0 0.701961 0 0 0 0 0.411765 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1877" result="effect2_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25" dy="-.25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.168627 0 0 0 0 0.576471 0 0 0 0 0.360784 0 0 0 1 0"/><feBlend in2="effect2_innerShadow_18590_1877" result="effect3_innerShadow_18590_1877"/></filter></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g filter="url(#i9FbCye)"><path fill="url(#iX6bZxc)" d="M22.863 20.255c0-2.766-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-.048-2.088-1.384-5.01-4.702-5.931a.525.525 0 0 1-.391-.508l.023-1.361c.01-1-.79-1.82-1.79-1.83h-.02c-.99 0-1.8.8-1.81 1.79l-.015 1.4a.525.525 0 0 1-.395.494c-3.35.902-4.65 3.867-4.67 6.016c.04 2.42 1.91 6.02 6.89 6.02c2.81 0 3.27 2.028 3.27 2.8c0 .518-.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.144 1.646 1.346 4.526 4.676 5.425a.525.525 0 0 1 .394.5v1.665c0 1 .81 1.81 1.81 1.81s1.82-.81 1.82-1.81V26.33a.53.53 0 0 1 .394-.503c2.416-.683 4.686-2.95 4.686-5.573"/></g><defs><linearGradient id="iX6bZxc" x1="15.969" x2="15.969" y1="1.695" y2="29.805" gradientUnits="userSpaceOnUse"><stop stop-color="#64DE9D"/><stop offset="1" stop-color="#51C284"/></linearGradient><filter id="i9FbCye" width="14.287" height="28.61" x="8.826" y="1.445" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="-.25" dy=".25"/><feGaussianBlur stdDeviation=".25"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.505882 0 0 0 0 0.976471 0 0 0 0 0.694118 0 0 0 1 0"/><feBlend in2="shape" result="effect1_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.239216 0 0 0 0 0.701961 0 0 0 0 0.411765 0 0 0 1 0"/><feBlend in2="effect1_innerShadow_18590_1877" result="effect2_innerShadow_18590_1877"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".25" dy="-.25"/><feGaussianBlur stdDeviation=".375"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0.168627 0 0 0 0 0.576471 0 0 0 0 0.360784 0 0 0 1 0"/><feBlend in2="effect2_innerShadow_18590_1877" result="effect3_innerShadow_18590_1877"/></filter></defs></g></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%3Cg%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url(%23i9FbCye)%22%3E%3Cpath%20fill%3D%22url(%23iX6bZxc)%22%20d%3D%22M22.863%2020.255c0-2.766-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-.048-2.088-1.384-5.01-4.702-5.931a.525.525%200%200%201-.391-.508l.023-1.361c.01-1-.79-1.82-1.79-1.83h-.02c-.99%200-1.8.8-1.81%201.79l-.015%201.4a.525.525%200%200%201-.395.494c-3.35.902-4.65%203.867-4.67%206.016c.04%202.42%201.91%206.02%206.89%206.02c2.81%200%203.27%202.028%203.27%202.8c0%20.518-.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.144%201.646%201.346%204.526%204.676%205.425a.525.525%200%200%201%20.394.5v1.665c0%201%20.81%201.81%201.81%201.81s1.82-.81%201.82-1.81V26.33a.53.53%200%200%201%20.394-.503c2.416-.683%204.686-2.95%204.686-5.573%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iX6bZxc%22%20x1%3D%2215.969%22%20x2%3D%2215.969%22%20y1%3D%221.695%22%20y2%3D%2229.805%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2364DE9D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2351C284%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22i9FbCye%22%20width%3D%2214.287%22%20height%3D%2228.61%22%20x%3D%228.826%22%20y%3D%221.445%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22-.25%22%20dy%3D%22.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.25%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.505882%200%200%200%200%200.976471%200%200%200%200%200.694118%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22shape%22%20result%3D%22effect1_innerShadow_18590_1877%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.375%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.239216%200%200%200%200%200.701961%200%200%200%200%200.411765%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect1_innerShadow_18590_1877%22%20result%3D%22effect2_innerShadow_18590_1877%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22.25%22%20dy%3D%22-.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.375%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.168627%200%200%200%200%200.576471%200%200%200%200%200.360784%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect2_innerShadow_18590_1877%22%20result%3D%22effect3_innerShadow_18590_1877%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url(%23i9FbCye)%22%3E%3Cpath%20fill%3D%22url(%23iX6bZxc)%22%20d%3D%22M22.863%2020.255c0-2.766-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-.048-2.088-1.384-5.01-4.702-5.931a.525.525%200%200%201-.391-.508l.023-1.361c.01-1-.79-1.82-1.79-1.83h-.02c-.99%200-1.8.8-1.81%201.79l-.015%201.4a.525.525%200%200%201-.395.494c-3.35.902-4.65%203.867-4.67%206.016c.04%202.42%201.91%206.02%206.89%206.02c2.81%200%203.27%202.028%203.27%202.8c0%20.518-.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.144%201.646%201.346%204.526%204.676%205.425a.525.525%200%200%201%20.394.5v1.665c0%201%20.81%201.81%201.81%201.81s1.82-.81%201.82-1.81V26.33a.53.53%200%200%201%20.394-.503c2.416-.683%204.686-2.95%204.686-5.573%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22iX6bZxc%22%20x1%3D%2215.969%22%20x2%3D%2215.969%22%20y1%3D%221.695%22%20y2%3D%2229.805%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2364DE9D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2351C284%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22i9FbCye%22%20width%3D%2214.287%22%20height%3D%2228.61%22%20x%3D%228.826%22%20y%3D%221.445%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22-.25%22%20dy%3D%22.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.25%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.505882%200%200%200%200%200.976471%200%200%200%200%200.694118%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22shape%22%20result%3D%22effect1_innerShadow_18590_1877%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.375%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.239216%200%200%200%200%200.701961%200%200%200%200%200.411765%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect1_innerShadow_18590_1877%22%20result%3D%22effect2_innerShadow_18590_1877%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dx%3D%22.25%22%20dy%3D%22-.25%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.375%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20k2%3D%22-1%22%20k3%3D%221%22%20operator%3D%22arithmetic%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.168627%200%200%200%200%200.576471%200%200%200%200%200.360784%200%200%200%201%200%22%2F%3E%3CfeBlend%20in2%3D%22effect2_innerShadow_18590_1877%22%20result%3D%22effect3_innerShadow_18590_1877%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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