dollar from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.

Name
dollar
Set
IconPark
Style
Color
Category
Money
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More money icons from IconPark

Use the dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 2V46"/><path d="M35 6C35 6 24.9706 6 20 6C15.0294 6 11 10.0294 11 15C11 19.9706 15.0294 24 20 24"/><path d="M13 42C13 42 23.0294 42 28 42C32.9706 42 37 37.9706 37 33C37 28.0294 32.9706 24 28 24H20"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDollar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M24 2V46"/><path d="M35 6C35 6 24.9706 6 20 6C15.0294 6 11 10.0294 11 15C11 19.9706 15.0294 24 20 24"/><path d="M13 42C13 42 23.0294 42 28 42C32.9706 42 37 37.9706 37 33C37 28.0294 32.9706 24 28 24H20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 2V46"/><path d="M35 6C35 6 24.9706 6 20 6C15.0294 6 11 10.0294 11 15C11 19.9706 15.0294 24 20 24"/><path d="M13 42C13 42 23.0294 42 28 42C32.9706 42 37 37.9706 37 33C37 28.0294 32.9706 24 28 24H20"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%202V46%22%2F%3E%3Cpath%20d%3D%22M35%206C35%206%2024.9706%206%2020%206C15.0294%206%2011%2010.0294%2011%2015C11%2019.9706%2015.0294%2024%2020%2024%22%2F%3E%3Cpath%20d%3D%22M13%2042C13%2042%2023.0294%2042%2028%2042C32.9706%2042%2037%2037.9706%2037%2033C37%2028.0294%2032.9706%2024%2028%2024H20%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%202V46%22%2F%3E%3Cpath%20d%3D%22M35%206C35%206%2024.9706%206%2020%206C15.0294%206%2011%2010.0294%2011%2015C11%2019.9706%2015.0294%2024%2020%2024%22%2F%3E%3Cpath%20d%3D%22M13%2042C13%2042%2023.0294%2042%2028%2042C32.9706%2042%2037%2037.9706%2037%2033C37%2028.0294%2032.9706%2024%2028%2024H20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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