coin multiple icon
coin-multiple-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- coin-multiple-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M10.19 5.59C8.74 6.555 8 7.781 8 9s.74 2.444 2.19 3.41C11.635 13.374 13.686 14 16 14s4.366-.627 5.81-1.59C23.26 11.445 24 10.22 24 9c0-1.218-.74-2.444-2.19-3.41C20.365 4.626 18.314 4 16 4s-4.366.627-5.81 1.59M9.082 3.924C10.896 2.715 13.345 2 16 2s5.104.716 6.919 1.925C24.726 5.13 26 6.905 26 9s-1.274 3.87-3.081 5.075C21.104 15.285 18.655 16 16 16s-5.104-.716-6.919-1.925C7.274 12.87 6 11.095 6 9s1.274-3.87 3.081-5.075M8 23q0-.39.1-.778a9.7 9.7 0 0 1-1.616-1.399A5.2 5.2 0 0 0 6 23c0 2.095 1.274 3.87 3.081 5.075C10.896 29.285 13.345 30 16 30s5.104-.716 6.919-1.925C24.726 26.87 26 25.095 26 23a5.2 5.2 0 0 0-.483-2.177a9.7 9.7 0 0 1-1.618 1.399q.1.387.101.778c0 1.218-.74 2.444-2.19 3.41C20.365 27.373 18.314 28 16 28s-4.366-.628-5.81-1.59C8.74 25.444 8 24.219 8 23m.1-7.778Q8 15.61 8 16c0 1.218.74 2.444 2.19 3.41C11.635 20.373 13.686 21 16 21s4.366-.628 5.81-1.59C23.26 18.444 24 17.219 24 16q0-.39-.1-.778a9.7 9.7 0 0 0 1.617-1.399c.31.674.483 1.403.483 2.177c0 2.095-1.274 3.87-3.081 5.075C21.104 22.285 18.655 23 16 23s-5.104-.716-6.919-1.925C7.274 19.87 6 18.095 6 16c0-.774.174-1.503.484-2.177A9.7 9.7 0 0 0 8.1 15.222"/></svg>
React
import type { SVGProps } from "react";
export function FluentCoinMultiple32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.19 5.59C8.74 6.555 8 7.781 8 9s.74 2.444 2.19 3.41C11.635 13.374 13.686 14 16 14s4.366-.627 5.81-1.59C23.26 11.445 24 10.22 24 9c0-1.218-.74-2.444-2.19-3.41C20.365 4.626 18.314 4 16 4s-4.366.627-5.81 1.59M9.082 3.924C10.896 2.715 13.345 2 16 2s5.104.716 6.919 1.925C24.726 5.13 26 6.905 26 9s-1.274 3.87-3.081 5.075C21.104 15.285 18.655 16 16 16s-5.104-.716-6.919-1.925C7.274 12.87 6 11.095 6 9s1.274-3.87 3.081-5.075M8 23q0-.39.1-.778a9.7 9.7 0 0 1-1.616-1.399A5.2 5.2 0 0 0 6 23c0 2.095 1.274 3.87 3.081 5.075C10.896 29.285 13.345 30 16 30s5.104-.716 6.919-1.925C24.726 26.87 26 25.095 26 23a5.2 5.2 0 0 0-.483-2.177a9.7 9.7 0 0 1-1.618 1.399q.1.387.101.778c0 1.218-.74 2.444-2.19 3.41C20.365 27.373 18.314 28 16 28s-4.366-.628-5.81-1.59C8.74 25.444 8 24.219 8 23m.1-7.778Q8 15.61 8 16c0 1.218.74 2.444 2.19 3.41C11.635 20.373 13.686 21 16 21s4.366-.628 5.81-1.59C23.26 18.444 24 17.219 24 16q0-.39-.1-.778a9.7 9.7 0 0 0 1.617-1.399c.31.674.483 1.403.483 2.177c0 2.095-1.274 3.87-3.081 5.075C21.104 22.285 18.655 23 16 23s-5.104-.716-6.919-1.925C7.274 19.87 6 18.095 6 16c0-.774.174-1.503.484-2.177A9.7 9.7 0 0 0 8.1 15.222"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.19 5.59C8.74 6.555 8 7.781 8 9s.74 2.444 2.19 3.41C11.635 13.374 13.686 14 16 14s4.366-.627 5.81-1.59C23.26 11.445 24 10.22 24 9c0-1.218-.74-2.444-2.19-3.41C20.365 4.626 18.314 4 16 4s-4.366.627-5.81 1.59M9.082 3.924C10.896 2.715 13.345 2 16 2s5.104.716 6.919 1.925C24.726 5.13 26 6.905 26 9s-1.274 3.87-3.081 5.075C21.104 15.285 18.655 16 16 16s-5.104-.716-6.919-1.925C7.274 12.87 6 11.095 6 9s1.274-3.87 3.081-5.075M8 23q0-.39.1-.778a9.7 9.7 0 0 1-1.616-1.399A5.2 5.2 0 0 0 6 23c0 2.095 1.274 3.87 3.081 5.075C10.896 29.285 13.345 30 16 30s5.104-.716 6.919-1.925C24.726 26.87 26 25.095 26 23a5.2 5.2 0 0 0-.483-2.177a9.7 9.7 0 0 1-1.618 1.399q.1.387.101.778c0 1.218-.74 2.444-2.19 3.41C20.365 27.373 18.314 28 16 28s-4.366-.628-5.81-1.59C8.74 25.444 8 24.219 8 23m.1-7.778Q8 15.61 8 16c0 1.218.74 2.444 2.19 3.41C11.635 20.373 13.686 21 16 21s4.366-.628 5.81-1.59C23.26 18.444 24 17.219 24 16q0-.39-.1-.778a9.7 9.7 0 0 0 1.617-1.399c.31.674.483 1.403.483 2.177c0 2.095-1.274 3.87-3.081 5.075C21.104 22.285 18.655 23 16 23s-5.104-.716-6.919-1.925C7.274 19.87 6 18.095 6 16c0-.774.174-1.503.484-2.177A9.7 9.7 0 0 0 8.1 15.222"/></svg> </template>
CSS
.icon-coin-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.19%205.59C8.74%206.555%208%207.781%208%209s.74%202.444%202.19%203.41C11.635%2013.374%2013.686%2014%2016%2014s4.366-.627%205.81-1.59C23.26%2011.445%2024%2010.22%2024%209c0-1.218-.74-2.444-2.19-3.41C20.365%204.626%2018.314%204%2016%204s-4.366.627-5.81%201.59M9.082%203.924C10.896%202.715%2013.345%202%2016%202s5.104.716%206.919%201.925C24.726%205.13%2026%206.905%2026%209s-1.274%203.87-3.081%205.075C21.104%2015.285%2018.655%2016%2016%2016s-5.104-.716-6.919-1.925C7.274%2012.87%206%2011.095%206%209s1.274-3.87%203.081-5.075M8%2023q0-.39.1-.778a9.7%209.7%200%200%201-1.616-1.399A5.2%205.2%200%200%200%206%2023c0%202.095%201.274%203.87%203.081%205.075C10.896%2029.285%2013.345%2030%2016%2030s5.104-.716%206.919-1.925C24.726%2026.87%2026%2025.095%2026%2023a5.2%205.2%200%200%200-.483-2.177a9.7%209.7%200%200%201-1.618%201.399q.1.387.101.778c0%201.218-.74%202.444-2.19%203.41C20.365%2027.373%2018.314%2028%2016%2028s-4.366-.628-5.81-1.59C8.74%2025.444%208%2024.219%208%2023m.1-7.778Q8%2015.61%208%2016c0%201.218.74%202.444%202.19%203.41C11.635%2020.373%2013.686%2021%2016%2021s4.366-.628%205.81-1.59C23.26%2018.444%2024%2017.219%2024%2016q0-.39-.1-.778a9.7%209.7%200%200%200%201.617-1.399c.31.674.483%201.403.483%202.177c0%202.095-1.274%203.87-3.081%205.075C21.104%2022.285%2018.655%2023%2016%2023s-5.104-.716-6.919-1.925C7.274%2019.87%206%2018.095%206%2016c0-.774.174-1.503.484-2.177A9.7%209.7%200%200%200%208.1%2015.222%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.19%205.59C8.74%206.555%208%207.781%208%209s.74%202.444%202.19%203.41C11.635%2013.374%2013.686%2014%2016%2014s4.366-.627%205.81-1.59C23.26%2011.445%2024%2010.22%2024%209c0-1.218-.74-2.444-2.19-3.41C20.365%204.626%2018.314%204%2016%204s-4.366.627-5.81%201.59M9.082%203.924C10.896%202.715%2013.345%202%2016%202s5.104.716%206.919%201.925C24.726%205.13%2026%206.905%2026%209s-1.274%203.87-3.081%205.075C21.104%2015.285%2018.655%2016%2016%2016s-5.104-.716-6.919-1.925C7.274%2012.87%206%2011.095%206%209s1.274-3.87%203.081-5.075M8%2023q0-.39.1-.778a9.7%209.7%200%200%201-1.616-1.399A5.2%205.2%200%200%200%206%2023c0%202.095%201.274%203.87%203.081%205.075C10.896%2029.285%2013.345%2030%2016%2030s5.104-.716%206.919-1.925C24.726%2026.87%2026%2025.095%2026%2023a5.2%205.2%200%200%200-.483-2.177a9.7%209.7%200%200%201-1.618%201.399q.1.387.101.778c0%201.218-.74%202.444-2.19%203.41C20.365%2027.373%2018.314%2028%2016%2028s-4.366-.628-5.81-1.59C8.74%2025.444%208%2024.219%208%2023m.1-7.778Q8%2015.61%208%2016c0%201.218.74%202.444%202.19%203.41C11.635%2020.373%2013.686%2021%2016%2021s4.366-.628%205.81-1.59C23.26%2018.444%2024%2017.219%2024%2016q0-.39-.1-.778a9.7%209.7%200%200%200%201.617-1.399c.31.674.483%201.403.483%202.177c0%202.095-1.274%203.87-3.081%205.075C21.104%2022.285%2018.655%2023%2016%2023s-5.104-.716-6.919-1.925C7.274%2019.87%206%2018.095%206%2016c0-.774.174-1.503.484-2.177A9.7%209.7%200%200%200%208.1%2015.222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/coin-multiple-32-regular.svg?color=%231a73e8&size=48