currency dollar icon

currency-dollar-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
currency-dollar-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the currency dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10.75 10.818v2.614A3.1 3.1 0 0 0 11.888 13c.482-.315.612-.648.612-.875s-.13-.56-.612-.875a3.1 3.1 0 0 0-1.138-.432M8.33 8.62q.08.083.184.164c.208.16.46.284.736.363V6.603a2.5 2.5 0 0 0-.35.13q-.211.098-.386.233c-.377.292-.514.627-.514.909c0 .184.058.39.202.592q.056.077.128.152"/><path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8-6a.75.75 0 0 1 .75.75v.316a3.8 3.8 0 0 1 1.653.713c.426.33.744.74.925 1.2a.75.75 0 0 1-1.395.55a1.35 1.35 0 0 0-.447-.563a2.2 2.2 0 0 0-.736-.363V9.3c.698.093 1.383.32 1.959.696c.787.514 1.29 1.27 1.29 2.13s-.504 1.616-1.29 2.13c-.576.377-1.261.603-1.96.696v.299a.75.75 0 1 1-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695c-.482-.315-.857-.717-1.078-1.188a.75.75 0 1 1 1.359-.636c.08.173.245.376.54.569c.313.205.706.353 1.138.432v-2.748a3.8 3.8 0 0 1-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.8 3.8 0 0 1 1.653-.713V4.75A.75.75 0 0 1 10 4" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsCurrencyDollar20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10.75 10.818v2.614A3.1 3.1 0 0 0 11.888 13c.482-.315.612-.648.612-.875s-.13-.56-.612-.875a3.1 3.1 0 0 0-1.138-.432M8.33 8.62q.08.083.184.164c.208.16.46.284.736.363V6.603a2.5 2.5 0 0 0-.35.13q-.211.098-.386.233c-.377.292-.514.627-.514.909c0 .184.058.39.202.592q.056.077.128.152"/><path fillRule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8-6a.75.75 0 0 1 .75.75v.316a3.8 3.8 0 0 1 1.653.713c.426.33.744.74.925 1.2a.75.75 0 0 1-1.395.55a1.35 1.35 0 0 0-.447-.563a2.2 2.2 0 0 0-.736-.363V9.3c.698.093 1.383.32 1.959.696c.787.514 1.29 1.27 1.29 2.13s-.504 1.616-1.29 2.13c-.576.377-1.261.603-1.96.696v.299a.75.75 0 1 1-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695c-.482-.315-.857-.717-1.078-1.188a.75.75 0 1 1 1.359-.636c.08.173.245.376.54.569c.313.205.706.353 1.138.432v-2.748a3.8 3.8 0 0 1-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.8 3.8 0 0 1 1.653-.713V4.75A.75.75 0 0 1 10 4" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M10.75 10.818v2.614A3.1 3.1 0 0 0 11.888 13c.482-.315.612-.648.612-.875s-.13-.56-.612-.875a3.1 3.1 0 0 0-1.138-.432M8.33 8.62q.08.083.184.164c.208.16.46.284.736.363V6.603a2.5 2.5 0 0 0-.35.13q-.211.098-.386.233c-.377.292-.514.627-.514.909c0 .184.058.39.202.592q.056.077.128.152"/><path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-8-6a.75.75 0 0 1 .75.75v.316a3.8 3.8 0 0 1 1.653.713c.426.33.744.74.925 1.2a.75.75 0 0 1-1.395.55a1.35 1.35 0 0 0-.447-.563a2.2 2.2 0 0 0-.736-.363V9.3c.698.093 1.383.32 1.959.696c.787.514 1.29 1.27 1.29 2.13s-.504 1.616-1.29 2.13c-.576.377-1.261.603-1.96.696v.299a.75.75 0 1 1-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695c-.482-.315-.857-.717-1.078-1.188a.75.75 0 1 1 1.359-.636c.08.173.245.376.54.569c.313.205.706.353 1.138.432v-2.748a3.8 3.8 0 0 1-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.8 3.8 0 0 1 1.653-.713V4.75A.75.75 0 0 1 10 4" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-currency-dollar-20-solid {
  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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.75%2010.818v2.614A3.1%203.1%200%200%200%2011.888%2013c.482-.315.612-.648.612-.875s-.13-.56-.612-.875a3.1%203.1%200%200%200-1.138-.432M8.33%208.62q.08.083.184.164c.208.16.46.284.736.363V6.603a2.5%202.5%200%200%200-.35.13q-.211.098-.386.233c-.377.292-.514.627-.514.909c0%20.184.058.39.202.592q.056.077.128.152%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2010a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-8-6a.75.75%200%200%201%20.75.75v.316a3.8%203.8%200%200%201%201.653.713c.426.33.744.74.925%201.2a.75.75%200%200%201-1.395.55a1.35%201.35%200%200%200-.447-.563a2.2%202.2%200%200%200-.736-.363V9.3c.698.093%201.383.32%201.959.696c.787.514%201.29%201.27%201.29%202.13s-.504%201.616-1.29%202.13c-.576.377-1.261.603-1.96.696v.299a.75.75%200%201%201-1.5%200v-.3c-.697-.092-1.382-.318-1.958-.695c-.482-.315-.857-.717-1.078-1.188a.75.75%200%201%201%201.359-.636c.08.173.245.376.54.569c.313.205.706.353%201.138.432v-2.748a3.8%203.8%200%200%201-1.653-.713C6.9%209.433%206.5%208.681%206.5%207.875c0-.805.4-1.558%201.097-2.096a3.8%203.8%200%200%201%201.653-.713V4.75A.75.75%200%200%201%2010%204%22%20clip-rule%3D%22evenodd%22%2F%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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.75%2010.818v2.614A3.1%203.1%200%200%200%2011.888%2013c.482-.315.612-.648.612-.875s-.13-.56-.612-.875a3.1%203.1%200%200%200-1.138-.432M8.33%208.62q.08.083.184.164c.208.16.46.284.736.363V6.603a2.5%202.5%200%200%200-.35.13q-.211.098-.386.233c-.377.292-.514.627-.514.909c0%20.184.058.39.202.592q.056.077.128.152%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2010a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-8-6a.75.75%200%200%201%20.75.75v.316a3.8%203.8%200%200%201%201.653.713c.426.33.744.74.925%201.2a.75.75%200%200%201-1.395.55a1.35%201.35%200%200%200-.447-.563a2.2%202.2%200%200%200-.736-.363V9.3c.698.093%201.383.32%201.959.696c.787.514%201.29%201.27%201.29%202.13s-.504%201.616-1.29%202.13c-.576.377-1.261.603-1.96.696v.299a.75.75%200%201%201-1.5%200v-.3c-.697-.092-1.382-.318-1.958-.695c-.482-.315-.857-.717-1.078-1.188a.75.75%200%201%201%201.359-.636c.08.173.245.376.54.569c.313.205.706.353%201.138.432v-2.748a3.8%203.8%200%200%201-1.653-.713C6.9%209.433%206.5%208.681%206.5%207.875c0-.805.4-1.558%201.097-2.096a3.8%203.8%200%200%201%201.653-.713V4.75A.75.75%200%200%201%2010%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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