dollar icon

dollar-bold-duotone from Solar by 480 Design · Bold Duotone · Money · CC-BY-4.0 Attribution required.

Name
dollar-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More money icons from Solar

Use the dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.31673C14.3804 6.60867 15.75 7.83361 15.75 9.5C15.75 9.91421 15.4142 10.25 15 10.25C14.5858 10.25 14.25 9.91421 14.25 9.5C14.25 8.82154 13.6859 8.10339 12.75 7.84748V11.3167C14.3804 11.6087 15.75 12.8336 15.75 14.5C15.75 16.1664 14.3804 17.3913 12.75 17.6833V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.6833C9.61957 17.3913 8.25 16.1664 8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75C9.41421 13.75 9.75 14.0858 9.75 14.5C9.75 15.1785 10.3141 15.8966 11.25 16.1525V12.6833C9.61957 12.3913 8.25 11.1664 8.25 9.5C8.25 7.83361 9.61957 6.60867 11.25 6.31673V6C11.25 5.58579 11.5858 5.25 12 5.25ZM11.25 7.84748C10.3141 8.10339 9.75 8.82154 9.75 9.5C9.75 10.1785 10.3141 10.8966 11.25 11.1525V7.84748ZM14.25 14.5C14.25 13.8215 13.6859 13.1034 12.75 12.8475V16.1525C13.6859 15.8966 14.25 15.1785 14.25 14.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDollarBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.31673C14.3804 6.60867 15.75 7.83361 15.75 9.5C15.75 9.91421 15.4142 10.25 15 10.25C14.5858 10.25 14.25 9.91421 14.25 9.5C14.25 8.82154 13.6859 8.10339 12.75 7.84748V11.3167C14.3804 11.6087 15.75 12.8336 15.75 14.5C15.75 16.1664 14.3804 17.3913 12.75 17.6833V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.6833C9.61957 17.3913 8.25 16.1664 8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75C9.41421 13.75 9.75 14.0858 9.75 14.5C9.75 15.1785 10.3141 15.8966 11.25 16.1525V12.6833C9.61957 12.3913 8.25 11.1664 8.25 9.5C8.25 7.83361 9.61957 6.60867 11.25 6.31673V6C11.25 5.58579 11.5858 5.25 12 5.25ZM11.25 7.84748C10.3141 8.10339 9.75 8.82154 9.75 9.5C9.75 10.1785 10.3141 10.8966 11.25 11.1525V7.84748ZM14.25 14.5C14.25 13.8215 13.6859 13.1034 12.75 12.8475V16.1525C13.6859 15.8966 14.25 15.1785 14.25 14.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.31673C14.3804 6.60867 15.75 7.83361 15.75 9.5C15.75 9.91421 15.4142 10.25 15 10.25C14.5858 10.25 14.25 9.91421 14.25 9.5C14.25 8.82154 13.6859 8.10339 12.75 7.84748V11.3167C14.3804 11.6087 15.75 12.8336 15.75 14.5C15.75 16.1664 14.3804 17.3913 12.75 17.6833V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.6833C9.61957 17.3913 8.25 16.1664 8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75C9.41421 13.75 9.75 14.0858 9.75 14.5C9.75 15.1785 10.3141 15.8966 11.25 16.1525V12.6833C9.61957 12.3913 8.25 11.1664 8.25 9.5C8.25 7.83361 9.61957 6.60867 11.25 6.31673V6C11.25 5.58579 11.5858 5.25 12 5.25ZM11.25 7.84748C10.3141 8.10339 9.75 8.82154 9.75 9.5C9.75 10.1785 10.3141 10.8966 11.25 11.1525V7.84748ZM14.25 14.5C14.25 13.8215 13.6859 13.1034 12.75 12.8475V16.1525C13.6859 15.8966 14.25 15.1785 14.25 14.5Z"/></g></svg>
</template>

CSS

.icon-dollar-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%205.25C12.4142%205.25%2012.75%205.58579%2012.75%206V6.31673C14.3804%206.60867%2015.75%207.83361%2015.75%209.5C15.75%209.91421%2015.4142%2010.25%2015%2010.25C14.5858%2010.25%2014.25%209.91421%2014.25%209.5C14.25%208.82154%2013.6859%208.10339%2012.75%207.84748V11.3167C14.3804%2011.6087%2015.75%2012.8336%2015.75%2014.5C15.75%2016.1664%2014.3804%2017.3913%2012.75%2017.6833V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V17.6833C9.61957%2017.3913%208.25%2016.1664%208.25%2014.5C8.25%2014.0858%208.58579%2013.75%209%2013.75C9.41421%2013.75%209.75%2014.0858%209.75%2014.5C9.75%2015.1785%2010.3141%2015.8966%2011.25%2016.1525V12.6833C9.61957%2012.3913%208.25%2011.1664%208.25%209.5C8.25%207.83361%209.61957%206.60867%2011.25%206.31673V6C11.25%205.58579%2011.5858%205.25%2012%205.25ZM11.25%207.84748C10.3141%208.10339%209.75%208.82154%209.75%209.5C9.75%2010.1785%2010.3141%2010.8966%2011.25%2011.1525V7.84748ZM14.25%2014.5C14.25%2013.8215%2013.6859%2013.1034%2012.75%2012.8475V16.1525C13.6859%2015.8966%2014.25%2015.1785%2014.25%2014.5Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%205.25C12.4142%205.25%2012.75%205.58579%2012.75%206V6.31673C14.3804%206.60867%2015.75%207.83361%2015.75%209.5C15.75%209.91421%2015.4142%2010.25%2015%2010.25C14.5858%2010.25%2014.25%209.91421%2014.25%209.5C14.25%208.82154%2013.6859%208.10339%2012.75%207.84748V11.3167C14.3804%2011.6087%2015.75%2012.8336%2015.75%2014.5C15.75%2016.1664%2014.3804%2017.3913%2012.75%2017.6833V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V17.6833C9.61957%2017.3913%208.25%2016.1664%208.25%2014.5C8.25%2014.0858%208.58579%2013.75%209%2013.75C9.41421%2013.75%209.75%2014.0858%209.75%2014.5C9.75%2015.1785%2010.3141%2015.8966%2011.25%2016.1525V12.6833C9.61957%2012.3913%208.25%2011.1664%208.25%209.5C8.25%207.83361%209.61957%206.60867%2011.25%206.31673V6C11.25%205.58579%2011.5858%205.25%2012%205.25ZM11.25%207.84748C10.3141%208.10339%209.75%208.82154%209.75%209.5C9.75%2010.1785%2010.3141%2010.8966%2011.25%2011.1525V7.84748ZM14.25%2014.5C14.25%2013.8215%2013.6859%2013.1034%2012.75%2012.8475V16.1525C13.6859%2015.8966%2014.25%2015.1785%2014.25%2014.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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