coin multiple icon
coin-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- coin-multiple-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M11.5 14c0-1.84 1.175-3.686 3.448-5.133C17.208 7.43 20.404 6.5 24 6.5s6.793.93 9.052 2.367C35.325 10.314 36.5 12.16 36.5 14s-1.175 3.686-3.448 5.133C30.792 20.57 27.596 21.5 24 21.5s-6.793-.93-9.052-2.367C12.675 17.686 11.5 15.84 11.5 14M24 4c-3.998 0-7.676 1.029-10.394 2.758C10.903 8.478 9 11.008 9 14s1.903 5.522 4.606 7.242C16.324 22.972 20.002 24 24 24s7.676-1.029 10.394-2.758C37.097 19.522 39 16.992 39 14s-1.903-5.522-4.606-7.242C31.676 5.028 27.998 4 24 4M11.5 24c0-.528.097-1.056.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 24c0 2.992 1.903 5.522 4.606 7.242C16.324 32.972 20.002 34 24 34s7.676-1.029 10.394-2.758C37.097 29.522 39 26.992 39 24a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722c.191.52.288 1.048.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 30.57 27.596 31.5 24 31.5s-6.793-.93-9.052-2.367C12.675 27.686 11.5 25.84 11.5 24m0 10q0-.794.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 34c0 2.992 1.903 5.522 4.606 7.242C16.324 42.972 20.002 44 24 44s7.676-1.029 10.394-2.758C37.097 39.522 39 36.992 39 34a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722q.287.782.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 40.57 27.596 41.5 24 41.5s-6.793-.93-9.052-2.367C12.675 37.686 11.5 35.84 11.5 34"/></svg>
React
import type { SVGProps } from "react";
export function FluentCoinMultiple48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M11.5 14c0-1.84 1.175-3.686 3.448-5.133C17.208 7.43 20.404 6.5 24 6.5s6.793.93 9.052 2.367C35.325 10.314 36.5 12.16 36.5 14s-1.175 3.686-3.448 5.133C30.792 20.57 27.596 21.5 24 21.5s-6.793-.93-9.052-2.367C12.675 17.686 11.5 15.84 11.5 14M24 4c-3.998 0-7.676 1.029-10.394 2.758C10.903 8.478 9 11.008 9 14s1.903 5.522 4.606 7.242C16.324 22.972 20.002 24 24 24s7.676-1.029 10.394-2.758C37.097 19.522 39 16.992 39 14s-1.903-5.522-4.606-7.242C31.676 5.028 27.998 4 24 4M11.5 24c0-.528.097-1.056.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 24c0 2.992 1.903 5.522 4.606 7.242C16.324 32.972 20.002 34 24 34s7.676-1.029 10.394-2.758C37.097 29.522 39 26.992 39 24a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722c.191.52.288 1.048.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 30.57 27.596 31.5 24 31.5s-6.793-.93-9.052-2.367C12.675 27.686 11.5 25.84 11.5 24m0 10q0-.794.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 34c0 2.992 1.903 5.522 4.606 7.242C16.324 42.972 20.002 44 24 44s7.676-1.029 10.394-2.758C37.097 39.522 39 36.992 39 34a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722q.287.782.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 40.57 27.596 41.5 24 41.5s-6.793-.93-9.052-2.367C12.675 37.686 11.5 35.84 11.5 34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M11.5 14c0-1.84 1.175-3.686 3.448-5.133C17.208 7.43 20.404 6.5 24 6.5s6.793.93 9.052 2.367C35.325 10.314 36.5 12.16 36.5 14s-1.175 3.686-3.448 5.133C30.792 20.57 27.596 21.5 24 21.5s-6.793-.93-9.052-2.367C12.675 17.686 11.5 15.84 11.5 14M24 4c-3.998 0-7.676 1.029-10.394 2.758C10.903 8.478 9 11.008 9 14s1.903 5.522 4.606 7.242C16.324 22.972 20.002 24 24 24s7.676-1.029 10.394-2.758C37.097 19.522 39 16.992 39 14s-1.903-5.522-4.606-7.242C31.676 5.028 27.998 4 24 4M11.5 24c0-.528.097-1.056.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 24c0 2.992 1.903 5.522 4.606 7.242C16.324 32.972 20.002 34 24 34s7.676-1.029 10.394-2.758C37.097 29.522 39 26.992 39 24a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722c.191.52.288 1.048.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 30.57 27.596 31.5 24 31.5s-6.793-.93-9.052-2.367C12.675 27.686 11.5 25.84 11.5 24m0 10q0-.794.288-1.576a14 14 0 0 1-1.97-1.722A7.14 7.14 0 0 0 9 34c0 2.992 1.903 5.522 4.606 7.242C16.324 42.972 20.002 44 24 44s7.676-1.029 10.394-2.758C37.097 39.522 39 36.992 39 34a7.14 7.14 0 0 0-.818-3.298a14 14 0 0 1-1.97 1.722q.287.782.288 1.576c0 1.84-1.175 3.686-3.448 5.133C30.792 40.57 27.596 41.5 24 41.5s-6.793-.93-9.052-2.367C12.675 37.686 11.5 35.84 11.5 34"/></svg> </template>
CSS
.icon-coin-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2014c0-1.84%201.175-3.686%203.448-5.133C17.208%207.43%2020.404%206.5%2024%206.5s6.793.93%209.052%202.367C35.325%2010.314%2036.5%2012.16%2036.5%2014s-1.175%203.686-3.448%205.133C30.792%2020.57%2027.596%2021.5%2024%2021.5s-6.793-.93-9.052-2.367C12.675%2017.686%2011.5%2015.84%2011.5%2014M24%204c-3.998%200-7.676%201.029-10.394%202.758C10.903%208.478%209%2011.008%209%2014s1.903%205.522%204.606%207.242C16.324%2022.972%2020.002%2024%2024%2024s7.676-1.029%2010.394-2.758C37.097%2019.522%2039%2016.992%2039%2014s-1.903-5.522-4.606-7.242C31.676%205.028%2027.998%204%2024%204M11.5%2024c0-.528.097-1.056.288-1.576a14%2014%200%200%201-1.97-1.722A7.14%207.14%200%200%200%209%2024c0%202.992%201.903%205.522%204.606%207.242C16.324%2032.972%2020.002%2034%2024%2034s7.676-1.029%2010.394-2.758C37.097%2029.522%2039%2026.992%2039%2024a7.14%207.14%200%200%200-.818-3.298a14%2014%200%200%201-1.97%201.722c.191.52.288%201.048.288%201.576c0%201.84-1.175%203.686-3.448%205.133C30.792%2030.57%2027.596%2031.5%2024%2031.5s-6.793-.93-9.052-2.367C12.675%2027.686%2011.5%2025.84%2011.5%2024m0%2010q0-.794.288-1.576a14%2014%200%200%201-1.97-1.722A7.14%207.14%200%200%200%209%2034c0%202.992%201.903%205.522%204.606%207.242C16.324%2042.972%2020.002%2044%2024%2044s7.676-1.029%2010.394-2.758C37.097%2039.522%2039%2036.992%2039%2034a7.14%207.14%200%200%200-.818-3.298a14%2014%200%200%201-1.97%201.722q.287.782.288%201.576c0%201.84-1.175%203.686-3.448%205.133C30.792%2040.57%2027.596%2041.5%2024%2041.5s-6.793-.93-9.052-2.367C12.675%2037.686%2011.5%2035.84%2011.5%2034%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2014c0-1.84%201.175-3.686%203.448-5.133C17.208%207.43%2020.404%206.5%2024%206.5s6.793.93%209.052%202.367C35.325%2010.314%2036.5%2012.16%2036.5%2014s-1.175%203.686-3.448%205.133C30.792%2020.57%2027.596%2021.5%2024%2021.5s-6.793-.93-9.052-2.367C12.675%2017.686%2011.5%2015.84%2011.5%2014M24%204c-3.998%200-7.676%201.029-10.394%202.758C10.903%208.478%209%2011.008%209%2014s1.903%205.522%204.606%207.242C16.324%2022.972%2020.002%2024%2024%2024s7.676-1.029%2010.394-2.758C37.097%2019.522%2039%2016.992%2039%2014s-1.903-5.522-4.606-7.242C31.676%205.028%2027.998%204%2024%204M11.5%2024c0-.528.097-1.056.288-1.576a14%2014%200%200%201-1.97-1.722A7.14%207.14%200%200%200%209%2024c0%202.992%201.903%205.522%204.606%207.242C16.324%2032.972%2020.002%2034%2024%2034s7.676-1.029%2010.394-2.758C37.097%2029.522%2039%2026.992%2039%2024a7.14%207.14%200%200%200-.818-3.298a14%2014%200%200%201-1.97%201.722c.191.52.288%201.048.288%201.576c0%201.84-1.175%203.686-3.448%205.133C30.792%2030.57%2027.596%2031.5%2024%2031.5s-6.793-.93-9.052-2.367C12.675%2027.686%2011.5%2025.84%2011.5%2024m0%2010q0-.794.288-1.576a14%2014%200%200%201-1.97-1.722A7.14%207.14%200%200%200%209%2034c0%202.992%201.903%205.522%204.606%207.242C16.324%2042.972%2020.002%2044%2024%2044s7.676-1.029%2010.394-2.758C37.097%2039.522%2039%2036.992%2039%2034a7.14%207.14%200%200%200-.818-3.298a14%2014%200%200%201-1.97%201.722q.287.782.288%201.576c0%201.84-1.175%203.686-3.448%205.133C30.792%2040.57%2027.596%2041.5%2024%2041.5s-6.793-.93-9.052-2.367C12.675%2037.686%2011.5%2035.84%2011.5%2034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/coin-multiple-48-regular.svg?color=%231a73e8&size=48