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

Name
coin-stack-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the coin stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.38 3.947C5.47 4.526 5 5.264 5 6s.47 1.474 1.38 2.053C7.282 8.628 8.561 9 10 9s2.717-.372 3.62-.947C14.53 7.474 15 6.736 15 6s-.47-1.474-1.38-2.053C12.718 3.372 11.439 3 10 3s-2.717.372-3.62.947m-.538-.844C6.93 2.412 8.401 2 10 2s3.07.412 4.158 1.103C15.238 3.791 16 4.803 16 6s-.761 2.209-1.842 2.897C13.07 9.588 11.599 10 10 10s-3.07-.412-4.158-1.103C4.762 8.209 4 7.197 4 6s.761-2.209 1.842-2.897m9.911 5.746a6 6 0 0 1-.813.694Q15 9.77 15 10c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 11.474 5 10.736 5 10q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 10c0 1.197.761 2.209 1.842 2.897C6.93 13.588 8.401 14 10 14s3.07-.412 4.158-1.103C15.238 12.209 16 11.197 16 10c0-.407-.088-.792-.247-1.151m0 4q-.364.373-.813.694q.06.227.06.457c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 15.474 5 14.736 5 14q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 14c0 1.197.761 2.209 1.842 2.897C6.93 17.589 8.401 18 10 18s3.07-.412 4.158-1.103C15.238 16.209 16 15.197 16 14c0-.407-.088-.792-.247-1.151"/></svg>

React

import type { SVGProps } from "react";

export function FluentCoinStack20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.38 3.947C5.47 4.526 5 5.264 5 6s.47 1.474 1.38 2.053C7.282 8.628 8.561 9 10 9s2.717-.372 3.62-.947C14.53 7.474 15 6.736 15 6s-.47-1.474-1.38-2.053C12.718 3.372 11.439 3 10 3s-2.717.372-3.62.947m-.538-.844C6.93 2.412 8.401 2 10 2s3.07.412 4.158 1.103C15.238 3.791 16 4.803 16 6s-.761 2.209-1.842 2.897C13.07 9.588 11.599 10 10 10s-3.07-.412-4.158-1.103C4.762 8.209 4 7.197 4 6s.761-2.209 1.842-2.897m9.911 5.746a6 6 0 0 1-.813.694Q15 9.77 15 10c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 11.474 5 10.736 5 10q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 10c0 1.197.761 2.209 1.842 2.897C6.93 13.588 8.401 14 10 14s3.07-.412 4.158-1.103C15.238 12.209 16 11.197 16 10c0-.407-.088-.792-.247-1.151m0 4q-.364.373-.813.694q.06.227.06.457c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 15.474 5 14.736 5 14q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 14c0 1.197.761 2.209 1.842 2.897C6.93 17.589 8.401 18 10 18s3.07-.412 4.158-1.103C15.238 16.209 16 15.197 16 14c0-.407-.088-.792-.247-1.151"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.38 3.947C5.47 4.526 5 5.264 5 6s.47 1.474 1.38 2.053C7.282 8.628 8.561 9 10 9s2.717-.372 3.62-.947C14.53 7.474 15 6.736 15 6s-.47-1.474-1.38-2.053C12.718 3.372 11.439 3 10 3s-2.717.372-3.62.947m-.538-.844C6.93 2.412 8.401 2 10 2s3.07.412 4.158 1.103C15.238 3.791 16 4.803 16 6s-.761 2.209-1.842 2.897C13.07 9.588 11.599 10 10 10s-3.07-.412-4.158-1.103C4.762 8.209 4 7.197 4 6s.761-2.209 1.842-2.897m9.911 5.746a6 6 0 0 1-.813.694Q15 9.77 15 10c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 11.474 5 10.736 5 10q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 10c0 1.197.761 2.209 1.842 2.897C6.93 13.588 8.401 14 10 14s3.07-.412 4.158-1.103C15.238 12.209 16 11.197 16 10c0-.407-.088-.792-.247-1.151m0 4q-.364.373-.813.694q.06.227.06.457c0 .736-.47 1.474-1.38 2.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47 15.474 5 14.736 5 14q0-.23.06-.457a6 6 0 0 1-.813-.694A2.8 2.8 0 0 0 4 14c0 1.197.761 2.209 1.842 2.897C6.93 17.589 8.401 18 10 18s3.07-.412 4.158-1.103C15.238 16.209 16 15.197 16 14c0-.407-.088-.792-.247-1.151"/></svg>
</template>

CSS

.icon-coin-stack-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.38%203.947C5.47%204.526%205%205.264%205%206s.47%201.474%201.38%202.053C7.282%208.628%208.561%209%2010%209s2.717-.372%203.62-.947C14.53%207.474%2015%206.736%2015%206s-.47-1.474-1.38-2.053C12.718%203.372%2011.439%203%2010%203s-2.717.372-3.62.947m-.538-.844C6.93%202.412%208.401%202%2010%202s3.07.412%204.158%201.103C15.238%203.791%2016%204.803%2016%206s-.761%202.209-1.842%202.897C13.07%209.588%2011.599%2010%2010%2010s-3.07-.412-4.158-1.103C4.762%208.209%204%207.197%204%206s.761-2.209%201.842-2.897m9.911%205.746a6%206%200%200%201-.813.694Q15%209.77%2015%2010c0%20.736-.47%201.474-1.38%202.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47%2011.474%205%2010.736%205%2010q0-.23.06-.457a6%206%200%200%201-.813-.694A2.8%202.8%200%200%200%204%2010c0%201.197.761%202.209%201.842%202.897C6.93%2013.588%208.401%2014%2010%2014s3.07-.412%204.158-1.103C15.238%2012.209%2016%2011.197%2016%2010c0-.407-.088-.792-.247-1.151m0%204q-.364.373-.813.694q.06.227.06.457c0%20.736-.47%201.474-1.38%202.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47%2015.474%205%2014.736%205%2014q0-.23.06-.457a6%206%200%200%201-.813-.694A2.8%202.8%200%200%200%204%2014c0%201.197.761%202.209%201.842%202.897C6.93%2017.589%208.401%2018%2010%2018s3.07-.412%204.158-1.103C15.238%2016.209%2016%2015.197%2016%2014c0-.407-.088-.792-.247-1.151%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.38%203.947C5.47%204.526%205%205.264%205%206s.47%201.474%201.38%202.053C7.282%208.628%208.561%209%2010%209s2.717-.372%203.62-.947C14.53%207.474%2015%206.736%2015%206s-.47-1.474-1.38-2.053C12.718%203.372%2011.439%203%2010%203s-2.717.372-3.62.947m-.538-.844C6.93%202.412%208.401%202%2010%202s3.07.412%204.158%201.103C15.238%203.791%2016%204.803%2016%206s-.761%202.209-1.842%202.897C13.07%209.588%2011.599%2010%2010%2010s-3.07-.412-4.158-1.103C4.762%208.209%204%207.197%204%206s.761-2.209%201.842-2.897m9.911%205.746a6%206%200%200%201-.813.694Q15%209.77%2015%2010c0%20.736-.47%201.474-1.38%202.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47%2011.474%205%2010.736%205%2010q0-.23.06-.457a6%206%200%200%201-.813-.694A2.8%202.8%200%200%200%204%2010c0%201.197.761%202.209%201.842%202.897C6.93%2013.588%208.401%2014%2010%2014s3.07-.412%204.158-1.103C15.238%2012.209%2016%2011.197%2016%2010c0-.407-.088-.792-.247-1.151m0%204q-.364.373-.813.694q.06.227.06.457c0%20.736-.47%201.474-1.38%202.053c-.903.575-2.182.947-3.62.947s-2.717-.372-3.62-.947C5.47%2015.474%205%2014.736%205%2014q0-.23.06-.457a6%206%200%200%201-.813-.694A2.8%202.8%200%200%200%204%2014c0%201.197.761%202.209%201.842%202.897C6.93%2017.589%208.401%2018%2010%2018s3.07-.412%204.158-1.103C15.238%2016.209%2016%2015.197%2016%2014c0-.407-.088-.792-.247-1.151%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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