coin multiple icon
coin-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- coin-multiple-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M6.5 8c0-1.104.705-2.211 2.069-3.08C9.924 4.058 11.842 3.5 14 3.5s4.076.558 5.431 1.42C20.795 5.79 21.5 6.896 21.5 8s-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 10.21 6.5 9.104 6.5 8M14 2c-2.399 0-4.606.617-6.236 1.655C6.142 4.687 5 6.205 5 8s1.142 3.313 2.764 4.345C9.394 13.383 11.6 14 14 14s4.606-.617 6.236-1.655C21.858 11.313 23 9.795 23 8s-1.142-3.313-2.764-4.345C18.606 2.617 16.4 2 14 2M6.5 14c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 14c0 1.795 1.142 3.313 2.764 4.345C9.394 19.383 11.6 20 14 20s4.606-.617 6.236-1.655C21.858 17.313 23 15.795 23 14c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.105-.705 2.212-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 16.212 6.5 15.105 6.5 14m0 6c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 20c0 1.795 1.142 3.313 2.764 4.345C9.394 25.383 11.6 26 14 26s4.606-.617 6.236-1.655C21.858 23.313 23 21.795 23 20c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.104-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 22.21 6.5 21.104 6.5 20"/></svg>
React
import type { SVGProps } from "react";
export function FluentCoinMultiple28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 8c0-1.104.705-2.211 2.069-3.08C9.924 4.058 11.842 3.5 14 3.5s4.076.558 5.431 1.42C20.795 5.79 21.5 6.896 21.5 8s-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 10.21 6.5 9.104 6.5 8M14 2c-2.399 0-4.606.617-6.236 1.655C6.142 4.687 5 6.205 5 8s1.142 3.313 2.764 4.345C9.394 13.383 11.6 14 14 14s4.606-.617 6.236-1.655C21.858 11.313 23 9.795 23 8s-1.142-3.313-2.764-4.345C18.606 2.617 16.4 2 14 2M6.5 14c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 14c0 1.795 1.142 3.313 2.764 4.345C9.394 19.383 11.6 20 14 20s4.606-.617 6.236-1.655C21.858 17.313 23 15.795 23 14c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.105-.705 2.212-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 16.212 6.5 15.105 6.5 14m0 6c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 20c0 1.795 1.142 3.313 2.764 4.345C9.394 25.383 11.6 26 14 26s4.606-.617 6.236-1.655C21.858 23.313 23 21.795 23 20c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.104-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 22.21 6.5 21.104 6.5 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 8c0-1.104.705-2.211 2.069-3.08C9.924 4.058 11.842 3.5 14 3.5s4.076.558 5.431 1.42C20.795 5.79 21.5 6.896 21.5 8s-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 10.21 6.5 9.104 6.5 8M14 2c-2.399 0-4.606.617-6.236 1.655C6.142 4.687 5 6.205 5 8s1.142 3.313 2.764 4.345C9.394 13.383 11.6 14 14 14s4.606-.617 6.236-1.655C21.858 11.313 23 9.795 23 8s-1.142-3.313-2.764-4.345C18.606 2.617 16.4 2 14 2M6.5 14c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 14c0 1.795 1.142 3.313 2.764 4.345C9.394 19.383 11.6 20 14 20s4.606-.617 6.236-1.655C21.858 17.313 23 15.795 23 14c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.105-.705 2.212-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 16.212 6.5 15.105 6.5 14m0 6c0-.382.084-.764.25-1.136a8 8 0 0 1-1.158-1.028A4.3 4.3 0 0 0 5 20c0 1.795 1.142 3.313 2.764 4.345C9.394 25.383 11.6 26 14 26s4.606-.617 6.236-1.655C21.858 23.313 23 21.795 23 20c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159 1.028c.167.372.251.754.251 1.136c0 1.104-.705 2.211-2.069 3.08c-1.355.862-3.273 1.42-5.431 1.42s-4.076-.558-5.431-1.42C7.205 22.21 6.5 21.104 6.5 20"/></svg> </template>
CSS
.icon-coin-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%208c0-1.104.705-2.211%202.069-3.08C9.924%204.058%2011.842%203.5%2014%203.5s4.076.558%205.431%201.42C20.795%205.79%2021.5%206.896%2021.5%208s-.705%202.211-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2010.21%206.5%209.104%206.5%208M14%202c-2.399%200-4.606.617-6.236%201.655C6.142%204.687%205%206.205%205%208s1.142%203.313%202.764%204.345C9.394%2013.383%2011.6%2014%2014%2014s4.606-.617%206.236-1.655C21.858%2011.313%2023%209.795%2023%208s-1.142-3.313-2.764-4.345C18.606%202.617%2016.4%202%2014%202M6.5%2014c0-.382.084-.764.25-1.136a8%208%200%200%201-1.158-1.028A4.3%204.3%200%200%200%205%2014c0%201.795%201.142%203.313%202.764%204.345C9.394%2019.383%2011.6%2020%2014%2020s4.606-.617%206.236-1.655C21.858%2017.313%2023%2015.795%2023%2014c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159%201.028c.167.372.251.754.251%201.136c0%201.105-.705%202.212-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2016.212%206.5%2015.105%206.5%2014m0%206c0-.382.084-.764.25-1.136a8%208%200%200%201-1.158-1.028A4.3%204.3%200%200%200%205%2020c0%201.795%201.142%203.313%202.764%204.345C9.394%2025.383%2011.6%2026%2014%2026s4.606-.617%206.236-1.655C21.858%2023.313%2023%2021.795%2023%2020c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159%201.028c.167.372.251.754.251%201.136c0%201.104-.705%202.211-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2022.21%206.5%2021.104%206.5%2020%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%208c0-1.104.705-2.211%202.069-3.08C9.924%204.058%2011.842%203.5%2014%203.5s4.076.558%205.431%201.42C20.795%205.79%2021.5%206.896%2021.5%208s-.705%202.211-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2010.21%206.5%209.104%206.5%208M14%202c-2.399%200-4.606.617-6.236%201.655C6.142%204.687%205%206.205%205%208s1.142%203.313%202.764%204.345C9.394%2013.383%2011.6%2014%2014%2014s4.606-.617%206.236-1.655C21.858%2011.313%2023%209.795%2023%208s-1.142-3.313-2.764-4.345C18.606%202.617%2016.4%202%2014%202M6.5%2014c0-.382.084-.764.25-1.136a8%208%200%200%201-1.158-1.028A4.3%204.3%200%200%200%205%2014c0%201.795%201.142%203.313%202.764%204.345C9.394%2019.383%2011.6%2020%2014%2020s4.606-.617%206.236-1.655C21.858%2017.313%2023%2015.795%2023%2014c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159%201.028c.167.372.251.754.251%201.136c0%201.105-.705%202.212-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2016.212%206.5%2015.105%206.5%2014m0%206c0-.382.084-.764.25-1.136a8%208%200%200%201-1.158-1.028A4.3%204.3%200%200%200%205%2020c0%201.795%201.142%203.313%202.764%204.345C9.394%2025.383%2011.6%2026%2014%2026s4.606-.617%206.236-1.655C21.858%2023.313%2023%2021.795%2023%2020c0-.78-.215-1.506-.592-2.164c-.349.378-.74.722-1.159%201.028c.167.372.251.754.251%201.136c0%201.104-.705%202.211-2.069%203.08c-1.355.862-3.273%201.42-5.431%201.42s-4.076-.558-5.431-1.42C7.205%2022.21%206.5%2021.104%206.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/coin-multiple-28-regular.svg?color=%231a73e8&size=48