dollar circle icon

dollar-circle-solid from Iconoir by Luca Burgio · Solid · Finance · MIT Free for personal and commercial use.

Name
dollar-circle-solid
Set
Iconoir
Style
Solid
Category
Finance
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More finance icons from Iconoir

Use the dollar circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.75 4.25a.75.75 0 0 0-1.5 0v1.103c-.515.077-1.02.255-1.447.579C9.13 7.692 8.75 8.483 8.75 9.5q0 .744.342 1.316c.225.376.534.653.865.864c.612.39 1.393.602 2.039.778l.057.016c.719.196 1.284.357 1.685.612c.185.118.305.239.382.367c.073.123.13.292.13.547c0 .61-.245.992-.604 1.243c-.39.273-.965.422-1.62.399c-1-.037-1.955-.464-2.426-1.092a.75.75 0 1 0-1.2.9c.67.893 1.757 1.425 2.85 1.615V18.5a.75.75 0 0 0 1.5 0v-1.391c.628-.075 1.242-.276 1.756-.637c.757-.53 1.244-1.37 1.244-2.472q0-.744-.342-1.316a2.6 2.6 0 0 0-.865-.864c-.612-.39-1.393-.602-2.039-.778l-.057-.016c-.719-.196-1.284-.357-1.685-.612a1.1 1.1 0 0 1-.382-.367a1.03 1.03 0 0 1-.13-.547c0-.614.21-.935.458-1.122c.28-.212.716-.335 1.272-.32c.949.026 1.961.444 2.49.972a.75.75 0 1 0 1.06-1.06c-.682-.683-1.731-1.163-2.78-1.34z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirDollarCircleSolid(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" fillRule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.75 4.25a.75.75 0 0 0-1.5 0v1.103c-.515.077-1.02.255-1.447.579C9.13 7.692 8.75 8.483 8.75 9.5q0 .744.342 1.316c.225.376.534.653.865.864c.612.39 1.393.602 2.039.778l.057.016c.719.196 1.284.357 1.685.612c.185.118.305.239.382.367c.073.123.13.292.13.547c0 .61-.245.992-.604 1.243c-.39.273-.965.422-1.62.399c-1-.037-1.955-.464-2.426-1.092a.75.75 0 1 0-1.2.9c.67.893 1.757 1.425 2.85 1.615V18.5a.75.75 0 0 0 1.5 0v-1.391c.628-.075 1.242-.276 1.756-.637c.757-.53 1.244-1.37 1.244-2.472q0-.744-.342-1.316a2.6 2.6 0 0 0-.865-.864c-.612-.39-1.393-.602-2.039-.778l-.057-.016c-.719-.196-1.284-.357-1.685-.612a1.1 1.1 0 0 1-.382-.367a1.03 1.03 0 0 1-.13-.547c0-.614.21-.935.458-1.122c.28-.212.716-.335 1.272-.32c.949.026 1.961.444 2.49.972a.75.75 0 1 0 1.06-1.06c-.682-.683-1.731-1.163-2.78-1.34z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.75 4.25a.75.75 0 0 0-1.5 0v1.103c-.515.077-1.02.255-1.447.579C9.13 7.692 8.75 8.483 8.75 9.5q0 .744.342 1.316c.225.376.534.653.865.864c.612.39 1.393.602 2.039.778l.057.016c.719.196 1.284.357 1.685.612c.185.118.305.239.382.367c.073.123.13.292.13.547c0 .61-.245.992-.604 1.243c-.39.273-.965.422-1.62.399c-1-.037-1.955-.464-2.426-1.092a.75.75 0 1 0-1.2.9c.67.893 1.757 1.425 2.85 1.615V18.5a.75.75 0 0 0 1.5 0v-1.391c.628-.075 1.242-.276 1.756-.637c.757-.53 1.244-1.37 1.244-2.472q0-.744-.342-1.316a2.6 2.6 0 0 0-.865-.864c-.612-.39-1.393-.602-2.039-.778l-.057-.016c-.719-.196-1.284-.357-1.685-.612a1.1 1.1 0 0 1-.382-.367a1.03 1.03 0 0 1-.13-.547c0-.614.21-.935.458-1.122c.28-.212.716-.335 1.272-.32c.949.026 1.961.444 2.49.972a.75.75 0 1 0 1.06-1.06c-.682-.683-1.731-1.163-2.78-1.34z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-dollar-circle-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25m.75%204.25a.75.75%200%200%200-1.5%200v1.103c-.515.077-1.02.255-1.447.579C9.13%207.692%208.75%208.483%208.75%209.5q0%20.744.342%201.316c.225.376.534.653.865.864c.612.39%201.393.602%202.039.778l.057.016c.719.196%201.284.357%201.685.612c.185.118.305.239.382.367c.073.123.13.292.13.547c0%20.61-.245.992-.604%201.243c-.39.273-.965.422-1.62.399c-1-.037-1.955-.464-2.426-1.092a.75.75%200%201%200-1.2.9c.67.893%201.757%201.425%202.85%201.615V18.5a.75.75%200%200%200%201.5%200v-1.391c.628-.075%201.242-.276%201.756-.637c.757-.53%201.244-1.37%201.244-2.472q0-.744-.342-1.316a2.6%202.6%200%200%200-.865-.864c-.612-.39-1.393-.602-2.039-.778l-.057-.016c-.719-.196-1.284-.357-1.685-.612a1.1%201.1%200%200%201-.382-.367a1.03%201.03%200%200%201-.13-.547c0-.614.21-.935.458-1.122c.28-.212.716-.335%201.272-.32c.949.026%201.961.444%202.49.972a.75.75%200%201%200%201.06-1.06c-.682-.683-1.731-1.163-2.78-1.34z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25m.75%204.25a.75.75%200%200%200-1.5%200v1.103c-.515.077-1.02.255-1.447.579C9.13%207.692%208.75%208.483%208.75%209.5q0%20.744.342%201.316c.225.376.534.653.865.864c.612.39%201.393.602%202.039.778l.057.016c.719.196%201.284.357%201.685.612c.185.118.305.239.382.367c.073.123.13.292.13.547c0%20.61-.245.992-.604%201.243c-.39.273-.965.422-1.62.399c-1-.037-1.955-.464-2.426-1.092a.75.75%200%201%200-1.2.9c.67.893%201.757%201.425%202.85%201.615V18.5a.75.75%200%200%200%201.5%200v-1.391c.628-.075%201.242-.276%201.756-.637c.757-.53%201.244-1.37%201.244-2.472q0-.744-.342-1.316a2.6%202.6%200%200%200-.865-.864c-.612-.39-1.393-.602-2.039-.778l-.057-.016c-.719-.196-1.284-.357-1.685-.612a1.1%201.1%200%200%201-.382-.367a1.03%201.03%200%200%201-.13-.547c0-.614.21-.935.458-1.122c.28-.212.716-.335%201.272-.32c.949.026%201.961.444%202.49.972a.75.75%200%201%200%201.06-1.06c-.682-.683-1.731-1.163-2.78-1.34z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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