coin stack icon
coin-stack-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- coin-stack-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M5.095 2.795C4.37 3.278 4 3.89 4 4.5s.37 1.222 1.095 1.705C5.817 6.686 6.842 7 8 7s2.183-.314 2.905-.795C11.63 5.722 12 5.11 12 4.5s-.37-1.222-1.095-1.705C10.183 2.314 9.158 2 8 2s-2.183.314-2.905.795m-.554-.832C5.448 1.358 6.672 1 8 1s2.552.358 3.46.963C12.362 2.565 13 3.453 13 4.5c0 1.048-.637 1.935-1.54 2.537C10.551 7.642 9.327 8 8 8s-2.552-.358-3.46-.963C3.638 6.435 3 5.547 3 4.5c0-1.048.637-1.935 1.54-2.537m8.312 5.183q-.379.391-.86.713Q12 7.929 12 8c0 .61-.37 1.222-1.095 1.705c-.722.481-1.747.795-2.905.795s-2.183-.314-2.905-.795C4.37 9.222 4 8.61 4 8q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 8c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963C12.362 9.935 13 9.047 13 8a2.6 2.6 0 0 0-.147-.854m0 3.5q-.379.391-.86.713q.007.07.007.141c0 .61-.37 1.222-1.095 1.705C10.183 13.686 9.158 14 8 14s-2.183-.314-2.905-.795C4.37 12.722 4 12.11 4 11.5q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 11.5c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963c.903-.602 1.54-1.49 1.54-2.537a2.6 2.6 0 0 0-.147-.854"/></svg>
React
import type { SVGProps } from "react";
export function FluentCoinStack16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.095 2.795C4.37 3.278 4 3.89 4 4.5s.37 1.222 1.095 1.705C5.817 6.686 6.842 7 8 7s2.183-.314 2.905-.795C11.63 5.722 12 5.11 12 4.5s-.37-1.222-1.095-1.705C10.183 2.314 9.158 2 8 2s-2.183.314-2.905.795m-.554-.832C5.448 1.358 6.672 1 8 1s2.552.358 3.46.963C12.362 2.565 13 3.453 13 4.5c0 1.048-.637 1.935-1.54 2.537C10.551 7.642 9.327 8 8 8s-2.552-.358-3.46-.963C3.638 6.435 3 5.547 3 4.5c0-1.048.637-1.935 1.54-2.537m8.312 5.183q-.379.391-.86.713Q12 7.929 12 8c0 .61-.37 1.222-1.095 1.705c-.722.481-1.747.795-2.905.795s-2.183-.314-2.905-.795C4.37 9.222 4 8.61 4 8q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 8c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963C12.362 9.935 13 9.047 13 8a2.6 2.6 0 0 0-.147-.854m0 3.5q-.379.391-.86.713q.007.07.007.141c0 .61-.37 1.222-1.095 1.705C10.183 13.686 9.158 14 8 14s-2.183-.314-2.905-.795C4.37 12.722 4 12.11 4 11.5q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 11.5c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963c.903-.602 1.54-1.49 1.54-2.537a2.6 2.6 0 0 0-.147-.854"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.095 2.795C4.37 3.278 4 3.89 4 4.5s.37 1.222 1.095 1.705C5.817 6.686 6.842 7 8 7s2.183-.314 2.905-.795C11.63 5.722 12 5.11 12 4.5s-.37-1.222-1.095-1.705C10.183 2.314 9.158 2 8 2s-2.183.314-2.905.795m-.554-.832C5.448 1.358 6.672 1 8 1s2.552.358 3.46.963C12.362 2.565 13 3.453 13 4.5c0 1.048-.637 1.935-1.54 2.537C10.551 7.642 9.327 8 8 8s-2.552-.358-3.46-.963C3.638 6.435 3 5.547 3 4.5c0-1.048.637-1.935 1.54-2.537m8.312 5.183q-.379.391-.86.713Q12 7.929 12 8c0 .61-.37 1.222-1.095 1.705c-.722.481-1.747.795-2.905.795s-2.183-.314-2.905-.795C4.37 9.222 4 8.61 4 8q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 8c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963C12.362 9.935 13 9.047 13 8a2.6 2.6 0 0 0-.147-.854m0 3.5q-.379.391-.86.713q.007.07.007.141c0 .61-.37 1.222-1.095 1.705C10.183 13.686 9.158 14 8 14s-2.183-.314-2.905-.795C4.37 12.722 4 12.11 4 11.5q0-.07.007-.141a5.3 5.3 0 0 1-.86-.713A2.6 2.6 0 0 0 3 11.5c0 1.048.637 1.935 1.54 2.537c.908.605 2.132.963 3.46.963s2.552-.358 3.46-.963c.903-.602 1.54-1.49 1.54-2.537a2.6 2.6 0 0 0-.147-.854"/></svg> </template>
CSS
.icon-coin-stack-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.095%202.795C4.37%203.278%204%203.89%204%204.5s.37%201.222%201.095%201.705C5.817%206.686%206.842%207%208%207s2.183-.314%202.905-.795C11.63%205.722%2012%205.11%2012%204.5s-.37-1.222-1.095-1.705C10.183%202.314%209.158%202%208%202s-2.183.314-2.905.795m-.554-.832C5.448%201.358%206.672%201%208%201s2.552.358%203.46.963C12.362%202.565%2013%203.453%2013%204.5c0%201.048-.637%201.935-1.54%202.537C10.551%207.642%209.327%208%208%208s-2.552-.358-3.46-.963C3.638%206.435%203%205.547%203%204.5c0-1.048.637-1.935%201.54-2.537m8.312%205.183q-.379.391-.86.713Q12%207.929%2012%208c0%20.61-.37%201.222-1.095%201.705c-.722.481-1.747.795-2.905.795s-2.183-.314-2.905-.795C4.37%209.222%204%208.61%204%208q0-.07.007-.141a5.3%205.3%200%200%201-.86-.713A2.6%202.6%200%200%200%203%208c0%201.048.637%201.935%201.54%202.537c.908.605%202.132.963%203.46.963s2.552-.358%203.46-.963C12.362%209.935%2013%209.047%2013%208a2.6%202.6%200%200%200-.147-.854m0%203.5q-.379.391-.86.713q.007.07.007.141c0%20.61-.37%201.222-1.095%201.705C10.183%2013.686%209.158%2014%208%2014s-2.183-.314-2.905-.795C4.37%2012.722%204%2012.11%204%2011.5q0-.07.007-.141a5.3%205.3%200%200%201-.86-.713A2.6%202.6%200%200%200%203%2011.5c0%201.048.637%201.935%201.54%202.537c.908.605%202.132.963%203.46.963s2.552-.358%203.46-.963c.903-.602%201.54-1.49%201.54-2.537a2.6%202.6%200%200%200-.147-.854%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.095%202.795C4.37%203.278%204%203.89%204%204.5s.37%201.222%201.095%201.705C5.817%206.686%206.842%207%208%207s2.183-.314%202.905-.795C11.63%205.722%2012%205.11%2012%204.5s-.37-1.222-1.095-1.705C10.183%202.314%209.158%202%208%202s-2.183.314-2.905.795m-.554-.832C5.448%201.358%206.672%201%208%201s2.552.358%203.46.963C12.362%202.565%2013%203.453%2013%204.5c0%201.048-.637%201.935-1.54%202.537C10.551%207.642%209.327%208%208%208s-2.552-.358-3.46-.963C3.638%206.435%203%205.547%203%204.5c0-1.048.637-1.935%201.54-2.537m8.312%205.183q-.379.391-.86.713Q12%207.929%2012%208c0%20.61-.37%201.222-1.095%201.705c-.722.481-1.747.795-2.905.795s-2.183-.314-2.905-.795C4.37%209.222%204%208.61%204%208q0-.07.007-.141a5.3%205.3%200%200%201-.86-.713A2.6%202.6%200%200%200%203%208c0%201.048.637%201.935%201.54%202.537c.908.605%202.132.963%203.46.963s2.552-.358%203.46-.963C12.362%209.935%2013%209.047%2013%208a2.6%202.6%200%200%200-.147-.854m0%203.5q-.379.391-.86.713q.007.07.007.141c0%20.61-.37%201.222-1.095%201.705C10.183%2013.686%209.158%2014%208%2014s-2.183-.314-2.905-.795C4.37%2012.722%204%2012.11%204%2011.5q0-.07.007-.141a5.3%205.3%200%200%201-.86-.713A2.6%202.6%200%200%200%203%2011.5c0%201.048.637%201.935%201.54%202.537c.908.605%202.132.963%203.46.963s2.552-.358%203.46-.963c.903-.602%201.54-1.49%201.54-2.537a2.6%202.6%200%200%200-.147-.854%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/coin-stack-16-regular.svg?color=%231a73e8&size=48