coin multiple icon
coin-multiple-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- coin-multiple-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the coin multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGA34kJb0O)" d="M13 13.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGGcVIHd0q)" d="M13 11.5c0 1.38-2.239 2.5-5 2.5s-5-1.12-5-2.5S5.239 9 8 9s5 1.12 5 2.5"/><path fill="url(#SVGqEH3VowG)" d="M13 9.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGcXDKIc9w)" d="M13 7.5c0 1.38-2.239 2.5-5 2.5S3 8.88 3 7.5S5.239 5 8 5s5 1.12 5 2.5"/><path fill="url(#SVG7tBgKPTe)" d="M13 5.5C13 6.881 10.761 8 8 8S3 6.881 3 5.5v-2h10z"/><path fill="url(#SVGqvl7DxVG)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGA34kJb0O" x1="5.652" x2="7.302" y1="12.604" y2="16.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGGcVIHd0q" x1="13.014" x2="8.702" y1="13.998" y2="6.943" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGqEH3VowG" x1="5.652" x2="7.302" y1="8.604" y2="12.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGcXDKIc9w" x1="13.014" x2="8.702" y1="9.998" y2="2.943" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVG7tBgKPTe" x1="5.652" x2="7.302" y1="4.604" y2="8.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGqvl7DxVG" x1="13.014" x2="8.702" y1="5.998" y2="-1.057" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorCoinMultiple16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGA34kJb0O)" d="M13 13.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGGcVIHd0q)" d="M13 11.5c0 1.38-2.239 2.5-5 2.5s-5-1.12-5-2.5S5.239 9 8 9s5 1.12 5 2.5"/><path fill="url(#SVGqEH3VowG)" d="M13 9.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGcXDKIc9w)" d="M13 7.5c0 1.38-2.239 2.5-5 2.5S3 8.88 3 7.5S5.239 5 8 5s5 1.12 5 2.5"/><path fill="url(#SVG7tBgKPTe)" d="M13 5.5C13 6.881 10.761 8 8 8S3 6.881 3 5.5v-2h10z"/><path fill="url(#SVGqvl7DxVG)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGA34kJb0O" x1="5.652" x2="7.302" y1="12.604" y2="16.274" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa43d"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGGcVIHd0q" x1="13.014" x2="8.702" y1="13.998" y2="6.943" gradientUnits="userSpaceOnUse"><stop stopColor="#ff8a69"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVGqEH3VowG" x1="5.652" x2="7.302" y1="8.604" y2="12.274" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa43d"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGcXDKIc9w" x1="13.014" x2="8.702" y1="9.998" y2="2.943" gradientUnits="userSpaceOnUse"><stop stopColor="#ff8a69"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVG7tBgKPTe" x1="5.652" x2="7.302" y1="4.604" y2="8.274" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa43d"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGqvl7DxVG" x1="13.014" x2="8.702" y1="5.998" y2="-1.057" gradientUnits="userSpaceOnUse"><stop stopColor="#ff8a69"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGA34kJb0O)" d="M13 13.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGGcVIHd0q)" d="M13 11.5c0 1.38-2.239 2.5-5 2.5s-5-1.12-5-2.5S5.239 9 8 9s5 1.12 5 2.5"/><path fill="url(#SVGqEH3VowG)" d="M13 9.5c0 1.381-2.239 2.5-5 2.5s-5-1.119-5-2.5v-2h10z"/><path fill="url(#SVGcXDKIc9w)" d="M13 7.5c0 1.38-2.239 2.5-5 2.5S3 8.88 3 7.5S5.239 5 8 5s5 1.12 5 2.5"/><path fill="url(#SVG7tBgKPTe)" d="M13 5.5C13 6.881 10.761 8 8 8S3 6.881 3 5.5v-2h10z"/><path fill="url(#SVGqvl7DxVG)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGA34kJb0O" x1="5.652" x2="7.302" y1="12.604" y2="16.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGGcVIHd0q" x1="13.014" x2="8.702" y1="13.998" y2="6.943" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGqEH3VowG" x1="5.652" x2="7.302" y1="8.604" y2="12.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGcXDKIc9w" x1="13.014" x2="8.702" y1="9.998" y2="2.943" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVG7tBgKPTe" x1="5.652" x2="7.302" y1="4.604" y2="8.274" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGqvl7DxVG" x1="13.014" x2="8.702" y1="5.998" y2="-1.057" gradientUnits="userSpaceOnUse"><stop stop-color="#ff8a69"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg> </template>
CSS
.icon-coin-multiple-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGA34kJb0O)%22%20d%3D%22M13%2013.5c0%201.381-2.239%202.5-5%202.5s-5-1.119-5-2.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGcVIHd0q)%22%20d%3D%22M13%2011.5c0%201.38-2.239%202.5-5%202.5s-5-1.12-5-2.5S5.239%209%208%209s5%201.12%205%202.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqEH3VowG)%22%20d%3D%22M13%209.5c0%201.381-2.239%202.5-5%202.5s-5-1.119-5-2.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcXDKIc9w)%22%20d%3D%22M13%207.5c0%201.38-2.239%202.5-5%202.5S3%208.88%203%207.5S5.239%205%208%205s5%201.12%205%202.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG7tBgKPTe)%22%20d%3D%22M13%205.5C13%206.881%2010.761%208%208%208S3%206.881%203%205.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqvl7DxVG)%22%20d%3D%22M13%203.5C13%204.88%2010.761%206%208%206S3%204.88%203%203.5S5.239%201%208%201s5%201.12%205%202.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGA34kJb0O%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%2212.604%22%20y2%3D%2216.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGGcVIHd0q%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%2213.998%22%20y2%3D%226.943%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqEH3VowG%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%228.604%22%20y2%3D%2212.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcXDKIc9w%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%229.998%22%20y2%3D%222.943%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7tBgKPTe%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%224.604%22%20y2%3D%228.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqvl7DxVG%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%225.998%22%20y2%3D%22-1.057%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGA34kJb0O)%22%20d%3D%22M13%2013.5c0%201.381-2.239%202.5-5%202.5s-5-1.119-5-2.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGcVIHd0q)%22%20d%3D%22M13%2011.5c0%201.38-2.239%202.5-5%202.5s-5-1.12-5-2.5S5.239%209%208%209s5%201.12%205%202.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqEH3VowG)%22%20d%3D%22M13%209.5c0%201.381-2.239%202.5-5%202.5s-5-1.119-5-2.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcXDKIc9w)%22%20d%3D%22M13%207.5c0%201.38-2.239%202.5-5%202.5S3%208.88%203%207.5S5.239%205%208%205s5%201.12%205%202.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG7tBgKPTe)%22%20d%3D%22M13%205.5C13%206.881%2010.761%208%208%208S3%206.881%203%205.5v-2h10z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqvl7DxVG)%22%20d%3D%22M13%203.5C13%204.88%2010.761%206%208%206S3%204.88%203%203.5S5.239%201%208%201s5%201.12%205%202.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGA34kJb0O%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%2212.604%22%20y2%3D%2216.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGGcVIHd0q%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%2213.998%22%20y2%3D%226.943%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqEH3VowG%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%228.604%22%20y2%3D%2212.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcXDKIc9w%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%229.998%22%20y2%3D%222.943%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7tBgKPTe%22%20x1%3D%225.652%22%20x2%3D%227.302%22%20y1%3D%224.604%22%20y2%3D%228.274%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqvl7DxVG%22%20x1%3D%2213.014%22%20x2%3D%228.702%22%20y1%3D%225.998%22%20y2%3D%22-1.057%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff8a69%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/coin-multiple-16.svg?color=%231a73e8&size=48