coins icon
coins from Font Awesome Solid by Dave Gandy · Solid · Finance · CC-BY-4.0 Attribution required.
- Name
- coins
- 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 coins icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 160v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 30.6-41.3 57.2-102 70.7c-2.4-2.8-4.9-5.5-7.4-8c-15.5-15.3-35.5-26.9-56.4-35.5c-41.9-17.5-96.5-27.1-154.2-27.1c-21.9 0-43.3 1.4-63.8 4.1c-.2-1.3-.2-2.7-.2-4.1zm304 257v-46.2c15.1-3.9 29.3-8.5 42.2-13.9c13.2-5.5 26.1-12.2 37.8-20.3V352c0 26.8-31.5 50.5-80 65m0-96v-33c0-4.5-.4-8.8-1-13c15.5-3.9 30-8.6 43.2-14.2s26.1-12.2 37.8-20.3v15.4c0 26.8-31.5 50.5-80 65zM64 304v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 44.2-86 80-192 80S64 348.2 64 304m384 96c0 44.2-86 80-192 80S64 444.2 64 400v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 422.4 198.3 432 256 432s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3zm0 80.6V496c0 44.2-86 80-192 80S64 540.2 64 496v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 518.4 198.3 528 256 528s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCoins(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="M192 160v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 30.6-41.3 57.2-102 70.7c-2.4-2.8-4.9-5.5-7.4-8c-15.5-15.3-35.5-26.9-56.4-35.5c-41.9-17.5-96.5-27.1-154.2-27.1c-21.9 0-43.3 1.4-63.8 4.1c-.2-1.3-.2-2.7-.2-4.1zm304 257v-46.2c15.1-3.9 29.3-8.5 42.2-13.9c13.2-5.5 26.1-12.2 37.8-20.3V352c0 26.8-31.5 50.5-80 65m0-96v-33c0-4.5-.4-8.8-1-13c15.5-3.9 30-8.6 43.2-14.2s26.1-12.2 37.8-20.3v15.4c0 26.8-31.5 50.5-80 65zM64 304v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 44.2-86 80-192 80S64 348.2 64 304m384 96c0 44.2-86 80-192 80S64 444.2 64 400v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 422.4 198.3 432 256 432s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3zm0 80.6V496c0 44.2-86 80-192 80S64 540.2 64 496v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 518.4 198.3 528 256 528s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 160v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 30.6-41.3 57.2-102 70.7c-2.4-2.8-4.9-5.5-7.4-8c-15.5-15.3-35.5-26.9-56.4-35.5c-41.9-17.5-96.5-27.1-154.2-27.1c-21.9 0-43.3 1.4-63.8 4.1c-.2-1.3-.2-2.7-.2-4.1zm304 257v-46.2c15.1-3.9 29.3-8.5 42.2-13.9c13.2-5.5 26.1-12.2 37.8-20.3V352c0 26.8-31.5 50.5-80 65m0-96v-33c0-4.5-.4-8.8-1-13c15.5-3.9 30-8.6 43.2-14.2s26.1-12.2 37.8-20.3v15.4c0 26.8-31.5 50.5-80 65zM64 304v-16c0-44.2 86-80 192-80s192 35.8 192 80v16c0 44.2-86 80-192 80S64 348.2 64 304m384 96c0 44.2-86 80-192 80S64 444.2 64 400v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 422.4 198.3 432 256 432s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3zm0 80.6V496c0 44.2-86 80-192 80S64 540.2 64 496v-15.4c11.6 8.1 24.5 14.7 37.8 20.3C143.7 518.4 198.3 528 256 528s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3"/></svg> </template>
CSS
.icon-coins {
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%22M192%20160v-16c0-44.2%2086-80%20192-80s192%2035.8%20192%2080v16c0%2030.6-41.3%2057.2-102%2070.7c-2.4-2.8-4.9-5.5-7.4-8c-15.5-15.3-35.5-26.9-56.4-35.5c-41.9-17.5-96.5-27.1-154.2-27.1c-21.9%200-43.3%201.4-63.8%204.1c-.2-1.3-.2-2.7-.2-4.1zm304%20257v-46.2c15.1-3.9%2029.3-8.5%2042.2-13.9c13.2-5.5%2026.1-12.2%2037.8-20.3V352c0%2026.8-31.5%2050.5-80%2065m0-96v-33c0-4.5-.4-8.8-1-13c15.5-3.9%2030-8.6%2043.2-14.2s26.1-12.2%2037.8-20.3v15.4c0%2026.8-31.5%2050.5-80%2065zM64%20304v-16c0-44.2%2086-80%20192-80s192%2035.8%20192%2080v16c0%2044.2-86%2080-192%2080S64%20348.2%2064%20304m384%2096c0%2044.2-86%2080-192%2080S64%20444.2%2064%20400v-15.4c11.6%208.1%2024.5%2014.7%2037.8%2020.3C143.7%20422.4%20198.3%20432%20256%20432s112.3-9.7%20154.2-27.1c13.2-5.5%2026.1-12.2%2037.8-20.3zm0%2080.6V496c0%2044.2-86%2080-192%2080S64%20540.2%2064%20496v-15.4c11.6%208.1%2024.5%2014.7%2037.8%2020.3C143.7%20518.4%20198.3%20528%20256%20528s112.3-9.7%20154.2-27.1c13.2-5.5%2026.1-12.2%2037.8-20.3%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%22M192%20160v-16c0-44.2%2086-80%20192-80s192%2035.8%20192%2080v16c0%2030.6-41.3%2057.2-102%2070.7c-2.4-2.8-4.9-5.5-7.4-8c-15.5-15.3-35.5-26.9-56.4-35.5c-41.9-17.5-96.5-27.1-154.2-27.1c-21.9%200-43.3%201.4-63.8%204.1c-.2-1.3-.2-2.7-.2-4.1zm304%20257v-46.2c15.1-3.9%2029.3-8.5%2042.2-13.9c13.2-5.5%2026.1-12.2%2037.8-20.3V352c0%2026.8-31.5%2050.5-80%2065m0-96v-33c0-4.5-.4-8.8-1-13c15.5-3.9%2030-8.6%2043.2-14.2s26.1-12.2%2037.8-20.3v15.4c0%2026.8-31.5%2050.5-80%2065zM64%20304v-16c0-44.2%2086-80%20192-80s192%2035.8%20192%2080v16c0%2044.2-86%2080-192%2080S64%20348.2%2064%20304m384%2096c0%2044.2-86%2080-192%2080S64%20444.2%2064%20400v-15.4c11.6%208.1%2024.5%2014.7%2037.8%2020.3C143.7%20422.4%20198.3%20432%20256%20432s112.3-9.7%20154.2-27.1c13.2-5.5%2026.1-12.2%2037.8-20.3zm0%2080.6V496c0%2044.2-86%2080-192%2080S64%20540.2%2064%20496v-15.4c11.6%208.1%2024.5%2014.7%2037.8%2020.3C143.7%20518.4%20198.3%20528%20256%20528s112.3-9.7%20154.2-27.1c13.2-5.5%2026.1-12.2%2037.8-20.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/coins.svg?color=%231a73e8&size=48