comments dollar icon

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

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

The same icon in other sets

More finance icons from Font Awesome Solid

Use the comments dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 384c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208c0 39.6 14.3 76.2 38.4 105.6l-35.6 67.2c-4.9 9.3-3.2 20.7 4.2 28.2s18.9 9.2 28.2 4.2l81.6-43.2c23.1 9 48.5 14 75.2 14m3.2 48c16.4 81.9 94.7 144 188.8 144c26.7 0 52.1-5 75.2-14l81.6 43.2c9.3 4.9 20.7 3.2 28.2-4.2s9.2-18.9 4.2-28.2l-35.6-67.2c24.1-29.4 38.4-66 38.4-105.6c0-82.4-61.7-151.5-145-170.7C451.5 345.1 347.2 430.5 227.2 432m.8-336c11 0 20 9 20 20v4h8c11 0 20 9 20 20s-9 20-20 20h-47.5c-6.9 0-12.5 5.6-12.5 12.5c0 6.1 4.4 11.3 10.4 12.3l41.7 7c25.3 4.2 43.9 26.1 43.9 51.8c0 26.1-19 47.7-44 51.8v4.7c0 11-9 20-20 20s-20-9-20-20v-4h-24c-11 0-20-9-20-20s9-20 20-20h55.5c6.9 0 12.5-5.6 12.5-12.5c0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8c0-28.8 23.2-52.2 52-52.5v-4c0-11 9-20 20-20"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCommentsDollar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 384c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208c0 39.6 14.3 76.2 38.4 105.6l-35.6 67.2c-4.9 9.3-3.2 20.7 4.2 28.2s18.9 9.2 28.2 4.2l81.6-43.2c23.1 9 48.5 14 75.2 14m3.2 48c16.4 81.9 94.7 144 188.8 144c26.7 0 52.1-5 75.2-14l81.6 43.2c9.3 4.9 20.7 3.2 28.2-4.2s9.2-18.9 4.2-28.2l-35.6-67.2c24.1-29.4 38.4-66 38.4-105.6c0-82.4-61.7-151.5-145-170.7C451.5 345.1 347.2 430.5 227.2 432m.8-336c11 0 20 9 20 20v4h8c11 0 20 9 20 20s-9 20-20 20h-47.5c-6.9 0-12.5 5.6-12.5 12.5c0 6.1 4.4 11.3 10.4 12.3l41.7 7c25.3 4.2 43.9 26.1 43.9 51.8c0 26.1-19 47.7-44 51.8v4.7c0 11-9 20-20 20s-20-9-20-20v-4h-24c-11 0-20-9-20-20s9-20 20-20h55.5c6.9 0 12.5-5.6 12.5-12.5c0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8c0-28.8 23.2-52.2 52-52.5v-4c0-11 9-20 20-20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 384c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208c0 39.6 14.3 76.2 38.4 105.6l-35.6 67.2c-4.9 9.3-3.2 20.7 4.2 28.2s18.9 9.2 28.2 4.2l81.6-43.2c23.1 9 48.5 14 75.2 14m3.2 48c16.4 81.9 94.7 144 188.8 144c26.7 0 52.1-5 75.2-14l81.6 43.2c9.3 4.9 20.7 3.2 28.2-4.2s9.2-18.9 4.2-28.2l-35.6-67.2c24.1-29.4 38.4-66 38.4-105.6c0-82.4-61.7-151.5-145-170.7C451.5 345.1 347.2 430.5 227.2 432m.8-336c11 0 20 9 20 20v4h8c11 0 20 9 20 20s-9 20-20 20h-47.5c-6.9 0-12.5 5.6-12.5 12.5c0 6.1 4.4 11.3 10.4 12.3l41.7 7c25.3 4.2 43.9 26.1 43.9 51.8c0 26.1-19 47.7-44 51.8v4.7c0 11-9 20-20 20s-20-9-20-20v-4h-24c-11 0-20-9-20-20s9-20 20-20h55.5c6.9 0 12.5-5.6 12.5-12.5c0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8c0-28.8 23.2-52.2 52-52.5v-4c0-11 9-20 20-20"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20384c106%200%20192-78.8%20192-176S330%2032%20224%2032S32%20110.8%2032%20208c0%2039.6%2014.3%2076.2%2038.4%20105.6l-35.6%2067.2c-4.9%209.3-3.2%2020.7%204.2%2028.2s18.9%209.2%2028.2%204.2l81.6-43.2c23.1%209%2048.5%2014%2075.2%2014m3.2%2048c16.4%2081.9%2094.7%20144%20188.8%20144c26.7%200%2052.1-5%2075.2-14l81.6%2043.2c9.3%204.9%2020.7%203.2%2028.2-4.2s9.2-18.9%204.2-28.2l-35.6-67.2c24.1-29.4%2038.4-66%2038.4-105.6c0-82.4-61.7-151.5-145-170.7C451.5%20345.1%20347.2%20430.5%20227.2%20432m.8-336c11%200%2020%209%2020%2020v4h8c11%200%2020%209%2020%2020s-9%2020-20%2020h-47.5c-6.9%200-12.5%205.6-12.5%2012.5c0%206.1%204.4%2011.3%2010.4%2012.3l41.7%207c25.3%204.2%2043.9%2026.1%2043.9%2051.8c0%2026.1-19%2047.7-44%2051.8v4.7c0%2011-9%2020-20%2020s-20-9-20-20v-4h-24c-11%200-20-9-20-20s9-20%2020-20h55.5c6.9%200%2012.5-5.6%2012.5-12.5c0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8c0-28.8%2023.2-52.2%2052-52.5v-4c0-11%209-20%2020-20%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20384c106%200%20192-78.8%20192-176S330%2032%20224%2032S32%20110.8%2032%20208c0%2039.6%2014.3%2076.2%2038.4%20105.6l-35.6%2067.2c-4.9%209.3-3.2%2020.7%204.2%2028.2s18.9%209.2%2028.2%204.2l81.6-43.2c23.1%209%2048.5%2014%2075.2%2014m3.2%2048c16.4%2081.9%2094.7%20144%20188.8%20144c26.7%200%2052.1-5%2075.2-14l81.6%2043.2c9.3%204.9%2020.7%203.2%2028.2-4.2s9.2-18.9%204.2-28.2l-35.6-67.2c24.1-29.4%2038.4-66%2038.4-105.6c0-82.4-61.7-151.5-145-170.7C451.5%20345.1%20347.2%20430.5%20227.2%20432m.8-336c11%200%2020%209%2020%2020v4h8c11%200%2020%209%2020%2020s-9%2020-20%2020h-47.5c-6.9%200-12.5%205.6-12.5%2012.5c0%206.1%204.4%2011.3%2010.4%2012.3l41.7%207c25.3%204.2%2043.9%2026.1%2043.9%2051.8c0%2026.1-19%2047.7-44%2051.8v4.7c0%2011-9%2020-20%2020s-20-9-20-20v-4h-24c-11%200-20-9-20-20s9-20%2020-20h55.5c6.9%200%2012.5-5.6%2012.5-12.5c0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8c0-28.8%2023.2-52.2%2052-52.5v-4c0-11%209-20%2020-20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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