dollar sign icon

dollar-sign from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dollar-sign
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M17.5 8.63C17.5 6.625 15.038 5 12 5S6.5 6.625 6.5 8.63S8 11.74 12 11.74s6 1.038 6 3.63c0 2.593-2.5 3.63-6 3.63s-6-1.5-6-3.5M12 3v18"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDollarSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M17.5 8.63C17.5 6.625 15.038 5 12 5S6.5 6.625 6.5 8.63S8 11.74 12 11.74s6 1.038 6 3.63c0 2.593-2.5 3.63-6 3.63s-6-1.5-6-3.5M12 3v18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M17.5 8.63C17.5 6.625 15.038 5 12 5S6.5 6.625 6.5 8.63S8 11.74 12 11.74s6 1.038 6 3.63c0 2.593-2.5 3.63-6 3.63s-6-1.5-6-3.5M12 3v18"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%208.63C17.5%206.625%2015.038%205%2012%205S6.5%206.625%206.5%208.63S8%2011.74%2012%2011.74s6%201.038%206%203.63c0%202.593-2.5%203.63-6%203.63s-6-1.5-6-3.5M12%203v18%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%208.63C17.5%206.625%2015.038%205%2012%205S6.5%206.625%206.5%208.63S8%2011.74%2012%2011.74s6%201.038%206%203.63c0%202.593-2.5%203.63-6%203.63s-6-1.5-6-3.5M12%203v18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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