coin-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
coin-multiple-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the coin multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.159 3.375C8.429 2.51 10.144 2 12 2s3.57.51 4.841 1.375C18.108 4.236 19 5.505 19 7s-.892 2.764-2.159 3.625C15.571 11.49 13.856 12 12 12s-3.57-.51-4.841-1.375C5.892 9.764 5 8.495 5 7s.892-2.764 2.159-3.625m.843 1.24C7.007 5.292 6.5 6.148 6.5 7s.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115C16.993 8.708 17.5 7.852 17.5 7s-.507-1.708-1.502-2.385C15.007 3.941 13.595 3.5 12 3.5s-3.007.441-3.998 1.115m10.622 5.75a7 7 0 0 1-1.204 1.048q.08.293.08.587c0 .852-.507 1.708-1.502 2.385c-.991.674-2.403 1.115-3.998 1.115s-3.007-.441-3.998-1.115C7.007 13.708 6.5 12.852 6.5 12q0-.294.08-.587a7 7 0 0 1-1.204-1.048A3.8 3.8 0 0 0 5 12c0 1.495.892 2.764 2.159 3.625C8.429 16.49 10.144 17 12 17s3.57-.51 4.841-1.375C18.108 14.764 19 13.495 19 12c0-.583-.136-1.131-.376-1.635m-1.204 6.048a7 7 0 0 0 1.204-1.048c.24.504.376 1.052.376 1.635c0 1.495-.892 2.764-2.159 3.625C15.571 21.49 13.856 22 12 22s-3.57-.51-4.841-1.375C5.892 19.764 5 18.495 5 17c0-.583.136-1.131.376-1.635a7 7 0 0 0 1.204 1.048q-.08.293-.08.587c0 .852.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115c.995-.677 1.502-1.533 1.502-2.385q0-.294-.08-.587"/></svg>

React

import type { SVGProps } from "react";

export function FluentCoinMultiple24Regular(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" d="M7.159 3.375C8.429 2.51 10.144 2 12 2s3.57.51 4.841 1.375C18.108 4.236 19 5.505 19 7s-.892 2.764-2.159 3.625C15.571 11.49 13.856 12 12 12s-3.57-.51-4.841-1.375C5.892 9.764 5 8.495 5 7s.892-2.764 2.159-3.625m.843 1.24C7.007 5.292 6.5 6.148 6.5 7s.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115C16.993 8.708 17.5 7.852 17.5 7s-.507-1.708-1.502-2.385C15.007 3.941 13.595 3.5 12 3.5s-3.007.441-3.998 1.115m10.622 5.75a7 7 0 0 1-1.204 1.048q.08.293.08.587c0 .852-.507 1.708-1.502 2.385c-.991.674-2.403 1.115-3.998 1.115s-3.007-.441-3.998-1.115C7.007 13.708 6.5 12.852 6.5 12q0-.294.08-.587a7 7 0 0 1-1.204-1.048A3.8 3.8 0 0 0 5 12c0 1.495.892 2.764 2.159 3.625C8.429 16.49 10.144 17 12 17s3.57-.51 4.841-1.375C18.108 14.764 19 13.495 19 12c0-.583-.136-1.131-.376-1.635m-1.204 6.048a7 7 0 0 0 1.204-1.048c.24.504.376 1.052.376 1.635c0 1.495-.892 2.764-2.159 3.625C15.571 21.49 13.856 22 12 22s-3.57-.51-4.841-1.375C5.892 19.764 5 18.495 5 17c0-.583.136-1.131.376-1.635a7 7 0 0 0 1.204 1.048q-.08.293-.08.587c0 .852.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115c.995-.677 1.502-1.533 1.502-2.385q0-.294-.08-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.159 3.375C8.429 2.51 10.144 2 12 2s3.57.51 4.841 1.375C18.108 4.236 19 5.505 19 7s-.892 2.764-2.159 3.625C15.571 11.49 13.856 12 12 12s-3.57-.51-4.841-1.375C5.892 9.764 5 8.495 5 7s.892-2.764 2.159-3.625m.843 1.24C7.007 5.292 6.5 6.148 6.5 7s.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115C16.993 8.708 17.5 7.852 17.5 7s-.507-1.708-1.502-2.385C15.007 3.941 13.595 3.5 12 3.5s-3.007.441-3.998 1.115m10.622 5.75a7 7 0 0 1-1.204 1.048q.08.293.08.587c0 .852-.507 1.708-1.502 2.385c-.991.674-2.403 1.115-3.998 1.115s-3.007-.441-3.998-1.115C7.007 13.708 6.5 12.852 6.5 12q0-.294.08-.587a7 7 0 0 1-1.204-1.048A3.8 3.8 0 0 0 5 12c0 1.495.892 2.764 2.159 3.625C8.429 16.49 10.144 17 12 17s3.57-.51 4.841-1.375C18.108 14.764 19 13.495 19 12c0-.583-.136-1.131-.376-1.635m-1.204 6.048a7 7 0 0 0 1.204-1.048c.24.504.376 1.052.376 1.635c0 1.495-.892 2.764-2.159 3.625C15.571 21.49 13.856 22 12 22s-3.57-.51-4.841-1.375C5.892 19.764 5 18.495 5 17c0-.583.136-1.131.376-1.635a7 7 0 0 0 1.204 1.048q-.08.293-.08.587c0 .852.507 1.708 1.502 2.385c.991.674 2.403 1.115 3.998 1.115s3.007-.441 3.998-1.115c.995-.677 1.502-1.533 1.502-2.385q0-.294-.08-.587"/></svg>
</template>

CSS

.icon-coin-multiple-24-regular {
  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%20d%3D%22M7.159%203.375C8.429%202.51%2010.144%202%2012%202s3.57.51%204.841%201.375C18.108%204.236%2019%205.505%2019%207s-.892%202.764-2.159%203.625C15.571%2011.49%2013.856%2012%2012%2012s-3.57-.51-4.841-1.375C5.892%209.764%205%208.495%205%207s.892-2.764%202.159-3.625m.843%201.24C7.007%205.292%206.5%206.148%206.5%207s.507%201.708%201.502%202.385c.991.674%202.403%201.115%203.998%201.115s3.007-.441%203.998-1.115C16.993%208.708%2017.5%207.852%2017.5%207s-.507-1.708-1.502-2.385C15.007%203.941%2013.595%203.5%2012%203.5s-3.007.441-3.998%201.115m10.622%205.75a7%207%200%200%201-1.204%201.048q.08.293.08.587c0%20.852-.507%201.708-1.502%202.385c-.991.674-2.403%201.115-3.998%201.115s-3.007-.441-3.998-1.115C7.007%2013.708%206.5%2012.852%206.5%2012q0-.294.08-.587a7%207%200%200%201-1.204-1.048A3.8%203.8%200%200%200%205%2012c0%201.495.892%202.764%202.159%203.625C8.429%2016.49%2010.144%2017%2012%2017s3.57-.51%204.841-1.375C18.108%2014.764%2019%2013.495%2019%2012c0-.583-.136-1.131-.376-1.635m-1.204%206.048a7%207%200%200%200%201.204-1.048c.24.504.376%201.052.376%201.635c0%201.495-.892%202.764-2.159%203.625C15.571%2021.49%2013.856%2022%2012%2022s-3.57-.51-4.841-1.375C5.892%2019.764%205%2018.495%205%2017c0-.583.136-1.131.376-1.635a7%207%200%200%200%201.204%201.048q-.08.293-.08.587c0%20.852.507%201.708%201.502%202.385c.991.674%202.403%201.115%203.998%201.115s3.007-.441%203.998-1.115c.995-.677%201.502-1.533%201.502-2.385q0-.294-.08-.587%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%20d%3D%22M7.159%203.375C8.429%202.51%2010.144%202%2012%202s3.57.51%204.841%201.375C18.108%204.236%2019%205.505%2019%207s-.892%202.764-2.159%203.625C15.571%2011.49%2013.856%2012%2012%2012s-3.57-.51-4.841-1.375C5.892%209.764%205%208.495%205%207s.892-2.764%202.159-3.625m.843%201.24C7.007%205.292%206.5%206.148%206.5%207s.507%201.708%201.502%202.385c.991.674%202.403%201.115%203.998%201.115s3.007-.441%203.998-1.115C16.993%208.708%2017.5%207.852%2017.5%207s-.507-1.708-1.502-2.385C15.007%203.941%2013.595%203.5%2012%203.5s-3.007.441-3.998%201.115m10.622%205.75a7%207%200%200%201-1.204%201.048q.08.293.08.587c0%20.852-.507%201.708-1.502%202.385c-.991.674-2.403%201.115-3.998%201.115s-3.007-.441-3.998-1.115C7.007%2013.708%206.5%2012.852%206.5%2012q0-.294.08-.587a7%207%200%200%201-1.204-1.048A3.8%203.8%200%200%200%205%2012c0%201.495.892%202.764%202.159%203.625C8.429%2016.49%2010.144%2017%2012%2017s3.57-.51%204.841-1.375C18.108%2014.764%2019%2013.495%2019%2012c0-.583-.136-1.131-.376-1.635m-1.204%206.048a7%207%200%200%200%201.204-1.048c.24.504.376%201.052.376%201.635c0%201.495-.892%202.764-2.159%203.625C15.571%2021.49%2013.856%2022%2012%2022s-3.57-.51-4.841-1.375C5.892%2019.764%205%2018.495%205%2017c0-.583.136-1.131.376-1.635a7%207%200%200%200%201.204%201.048q-.08.293-.08.587c0%20.852.507%201.708%201.502%202.385c.991.674%202.403%201.115%203.998%201.115s3.007-.441%203.998-1.115c.995-.677%201.502-1.533%201.502-2.385q0-.294-.08-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/coin-multiple-24-regular.svg?color=%231a73e8&size=48