comments dollar icon

comments-dollar from Font Awesome 6 Solid by Dave Gandy · Regular · Finance · CC-BY-4.0 Attribution required.

Name
comments-dollar
Set
Font Awesome 6 Solid
Style
Regular
Category
Finance
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More finance icons from Font Awesome 6 Solid

Use the comments dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1S1 327.1 6.6 323l.2-.2c.2-.2.6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0s208 78.8 208 176M231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5.4.9.7 1.1.8l.2.2c5.6 4.1 7.9 11.3 5.8 17.9s-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129M228 72c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1c8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V266c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6.1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCommentsDollar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1S1 327.1 6.6 323l.2-.2c.2-.2.6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0s208 78.8 208 176M231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5.4.9.7 1.1.8l.2.2c5.6 4.1 7.9 11.3 5.8 17.9s-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129M228 72c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1c8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V266c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6.1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1S1 327.1 6.6 323l.2-.2c.2-.2.6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0s208 78.8 208 176M231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5.4.9.7 1.1.8l.2.2c5.6 4.1 7.9 11.3 5.8 17.9s-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129M228 72c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1c8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V266c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6.1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z"/></svg>
</template>

CSS

.icon-comments-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20176c0%2097.2-93.1%20176-208%20176c-38.2%200-73.9-8.7-104.7-23.9c-7.5%204-16%207.9-25.2%2011.4C59.8%20346.4%2037.8%20352%2016%20352c-6.9%200-13.1-4.5-15.2-11.1S1%20327.1%206.6%20323l.2-.2c.2-.2.6-.4%201.1-.8c1-.8%202.5-2%204.3-3.7c3.6-3.3%208.5-8.1%2013.3-14.3c5.5-7%2010.7-15.4%2014.2-24.7C14.7%20250.3%200%20214.6%200%20176C0%2078.8%2093.1%200%20208%200s208%2078.8%20208%20176M231.5%20383C348.9%20372.9%20448%20288.3%20448%20176c0-5.2-.2-10.4-.6-15.5C555.1%20167.1%20640%20243.2%20640%20336c0%2038.6-14.7%2074.3-39.6%20103.4c3.5%209.4%208.7%2017.7%2014.2%2024.7c4.8%206.2%209.7%2011%2013.3%2014.3c1.8%201.6%203.3%202.9%204.3%203.7c.5.4.9.7%201.1.8l.2.2c5.6%204.1%207.9%2011.3%205.8%2017.9s-8.3%2011.1-15.2%2011.1c-21.8%200-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9%20503.3%20470.2%20512%20432%20512c-95.6%200-176.2-54.6-200.5-129M228%2072c0-11-9-20-20-20s-20%209-20%2020v14c-7.6%201.7-15.2%204.4-22.2%208.5c-13.9%208.3-25.9%2022.8-25.8%2043.9c.1%2020.3%2012%2033.1%2024.7%2040.7c11%206.6%2024.7%2010.8%2035.6%2014l1.7.5c12.6%203.8%2021.8%206.8%2028%2010.7c5.1%203.2%205.8%205.4%205.9%208.2c.1%205-1.8%208-5.9%2010.5c-5%203.1-12.9%205-21.4%204.7c-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8%202.2-25.3%2012.6s2.2%2021.8%2012.6%2025.3c1.9.6%204%201.3%206.1%202.1c8.3%202.9%2017.9%206.2%2028.2%208.4v14.6c0%2011%209%2020%2020%2020s20-9%2020-20V266c8-1.7%2016-4.5%2023.2-9c14.3-8.9%2025.1-24.1%2024.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7%201.4-6.5%206.2-9.3c5.4-3.2%2013.6-5.1%2021.5-5c9.6.1%2020.2%202.2%2031.2%205.2c10.7%202.8%2021.6-3.5%2024.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20176c0%2097.2-93.1%20176-208%20176c-38.2%200-73.9-8.7-104.7-23.9c-7.5%204-16%207.9-25.2%2011.4C59.8%20346.4%2037.8%20352%2016%20352c-6.9%200-13.1-4.5-15.2-11.1S1%20327.1%206.6%20323l.2-.2c.2-.2.6-.4%201.1-.8c1-.8%202.5-2%204.3-3.7c3.6-3.3%208.5-8.1%2013.3-14.3c5.5-7%2010.7-15.4%2014.2-24.7C14.7%20250.3%200%20214.6%200%20176C0%2078.8%2093.1%200%20208%200s208%2078.8%20208%20176M231.5%20383C348.9%20372.9%20448%20288.3%20448%20176c0-5.2-.2-10.4-.6-15.5C555.1%20167.1%20640%20243.2%20640%20336c0%2038.6-14.7%2074.3-39.6%20103.4c3.5%209.4%208.7%2017.7%2014.2%2024.7c4.8%206.2%209.7%2011%2013.3%2014.3c1.8%201.6%203.3%202.9%204.3%203.7c.5.4.9.7%201.1.8l.2.2c5.6%204.1%207.9%2011.3%205.8%2017.9s-8.3%2011.1-15.2%2011.1c-21.8%200-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9%20503.3%20470.2%20512%20432%20512c-95.6%200-176.2-54.6-200.5-129M228%2072c0-11-9-20-20-20s-20%209-20%2020v14c-7.6%201.7-15.2%204.4-22.2%208.5c-13.9%208.3-25.9%2022.8-25.8%2043.9c.1%2020.3%2012%2033.1%2024.7%2040.7c11%206.6%2024.7%2010.8%2035.6%2014l1.7.5c12.6%203.8%2021.8%206.8%2028%2010.7c5.1%203.2%205.8%205.4%205.9%208.2c.1%205-1.8%208-5.9%2010.5c-5%203.1-12.9%205-21.4%204.7c-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8%202.2-25.3%2012.6s2.2%2021.8%2012.6%2025.3c1.9.6%204%201.3%206.1%202.1c8.3%202.9%2017.9%206.2%2028.2%208.4v14.6c0%2011%209%2020%2020%2020s20-9%2020-20V266c8-1.7%2016-4.5%2023.2-9c14.3-8.9%2025.1-24.1%2024.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7%201.4-6.5%206.2-9.3c5.4-3.2%2013.6-5.1%2021.5-5c9.6.1%2020.2%202.2%2031.2%205.2c10.7%202.8%2021.6-3.5%2024.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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