dollar from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
dollar
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-dollar

The same icon in other sets

Related icons in BoxIcons v2

Use the dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.999 8.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5 1.592-5 4.429c0 2.706 2.666 4.113 5 4.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0 2.589 2.425 4.119 5 4.436V22h2v-2.07c2.245-.298 5-1.593 5-4.43s-2.755-4.131-5-4.429V6.1c1.33.239 3 .941 3 2.4m-8 0c0-1.459 1.67-2.161 3-2.4v4.799c-1.371-.253-3-1.002-3-2.399m8 7c0 1.459-1.67 2.161-3 2.4v-4.8c1.33.239 3 .941 3 2.4"/></svg>

React

import type { SVGProps } from "react";

export function BxDollar(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="M15.999 8.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5 1.592-5 4.429c0 2.706 2.666 4.113 5 4.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0 2.589 2.425 4.119 5 4.436V22h2v-2.07c2.245-.298 5-1.593 5-4.43s-2.755-4.131-5-4.429V6.1c1.33.239 3 .941 3 2.4m-8 0c0-1.459 1.67-2.161 3-2.4v4.799c-1.371-.253-3-1.002-3-2.399m8 7c0 1.459-1.67 2.161-3 2.4v-4.8c1.33.239 3 .941 3 2.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.999 8.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5 1.592-5 4.429c0 2.706 2.666 4.113 5 4.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0 2.589 2.425 4.119 5 4.436V22h2v-2.07c2.245-.298 5-1.593 5-4.43s-2.755-4.131-5-4.429V6.1c1.33.239 3 .941 3 2.4m-8 0c0-1.459 1.67-2.161 3-2.4v4.799c-1.371-.253-3-1.002-3-2.399m8 7c0 1.459-1.67 2.161-3 2.4v-4.8c1.33.239 3 .941 3 2.4"/></svg>
</template>

CSS

.icon-dollar {
  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%22M15.999%208.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5%201.592-5%204.429c0%202.706%202.666%204.113%205%204.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0%202.589%202.425%204.119%205%204.436V22h2v-2.07c2.245-.298%205-1.593%205-4.43s-2.755-4.131-5-4.429V6.1c1.33.239%203%20.941%203%202.4m-8%200c0-1.459%201.67-2.161%203-2.4v4.799c-1.371-.253-3-1.002-3-2.399m8%207c0%201.459-1.67%202.161-3%202.4v-4.8c1.33.239%203%20.941%203%202.4%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%22M15.999%208.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5%201.592-5%204.429c0%202.706%202.666%204.113%205%204.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0%202.589%202.425%204.119%205%204.436V22h2v-2.07c2.245-.298%205-1.593%205-4.43s-2.755-4.131-5-4.429V6.1c1.33.239%203%20.941%203%202.4m-8%200c0-1.459%201.67-2.161%203-2.4v4.799c-1.371-.253-3-1.002-3-2.399m8%207c0%201.459-1.67%202.161-3%202.4v-4.8c1.33.239%203%20.941%203%202.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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