book-coins-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
book-coins-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the book coins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v11a1 1 0 0 1-1 1H5a1 1 0 0 0 1 1h9.5a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2zm6 1c-.755 0-1.472.163-2.019.48C7.434 5.798 7 6.313 7 7s.434 1.202.981 1.52C8.528 8.837 9.245 9 10 9s1.472-.163 2.019-.48C12.566 8.202 13 7.687 13 7s-.434-1.202-.981-1.52C11.472 5.163 10.755 5 10 5M7.031 9.032A.8.8 0 0 0 7 9.25c0 .3.182.55.33.71c.168.182.393.355.653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218q-.218.165-.453.3A5.1 5.1 0 0 1 10 10a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299m0 2A.8.8 0 0 0 7 11.25c0 .3.182.55.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 13c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218a4 4 0 0 1-.453.3A5.1 5.1 0 0 1 10 12a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookCoins20Filled(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="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v11a1 1 0 0 1-1 1H5a1 1 0 0 0 1 1h9.5a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2zm6 1c-.755 0-1.472.163-2.019.48C7.434 5.798 7 6.313 7 7s.434 1.202.981 1.52C8.528 8.837 9.245 9 10 9s1.472-.163 2.019-.48C12.566 8.202 13 7.687 13 7s-.434-1.202-.981-1.52C11.472 5.163 10.755 5 10 5M7.031 9.032A.8.8 0 0 0 7 9.25c0 .3.182.55.33.71c.168.182.393.355.653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218q-.218.165-.453.3A5.1 5.1 0 0 1 10 10a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299m0 2A.8.8 0 0 0 7 11.25c0 .3.182.55.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 13c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218a4 4 0 0 1-.453.3A5.1 5.1 0 0 1 10 12a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v11a1 1 0 0 1-1 1H5a1 1 0 0 0 1 1h9.5a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2zm6 1c-.755 0-1.472.163-2.019.48C7.434 5.798 7 6.313 7 7s.434 1.202.981 1.52C8.528 8.837 9.245 9 10 9s1.472-.163 2.019-.48C12.566 8.202 13 7.687 13 7s-.434-1.202-.981-1.52C11.472 5.163 10.755 5 10 5M7.031 9.032A.8.8 0 0 0 7 9.25c0 .3.182.55.33.71c.168.182.393.355.653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218q-.218.165-.453.3A5.1 5.1 0 0 1 10 10a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299m0 2A.8.8 0 0 0 7 11.25c0 .3.182.55.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 13c.788 0 1.498-.236 2.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8 0 0 0-.031-.218a4 4 0 0 1-.453.3A5.1 5.1 0 0 1 10 12a5.1 5.1 0 0 1-2.516-.669a4 4 0 0 1-.453-.299"/></svg>
</template>

CSS

.icon-book-coins-20-filled {
  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%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v11a1%201%200%200%201-1%201H5a1%201%200%200%200%201%201h9.5a.5.5%200%200%201%200%201H6a2%202%200%200%201-2-2zm6%201c-.755%200-1.472.163-2.019.48C7.434%205.798%207%206.313%207%207s.434%201.202.981%201.52C8.528%208.837%209.245%209%2010%209s1.472-.163%202.019-.48C12.566%208.202%2013%207.687%2013%207s-.434-1.202-.981-1.52C11.472%205.163%2010.755%205%2010%205M7.031%209.032A.8.8%200%200%200%207%209.25c0%20.3.182.55.33.71c.168.182.393.355.653.505A4.1%204.1%200%200%200%2010%2011c.788%200%201.498-.236%202.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8%200%200%200-.031-.218q-.218.165-.453.3A5.1%205.1%200%200%201%2010%2010a5.1%205.1%200%200%201-2.516-.669a4%204%200%200%201-.453-.299m0%202A.8.8%200%200%200%207%2011.25c0%20.3.182.55.33.71a2.8%202.8%200%200%200%20.653.505A4.1%204.1%200%200%200%2010%2013c.788%200%201.498-.236%202.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8%200%200%200-.031-.218a4%204%200%200%201-.453.3A5.1%205.1%200%200%201%2010%2012a5.1%205.1%200%200%201-2.516-.669a4%204%200%200%201-.453-.299%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%22M4%204a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v11a1%201%200%200%201-1%201H5a1%201%200%200%200%201%201h9.5a.5.5%200%200%201%200%201H6a2%202%200%200%201-2-2zm6%201c-.755%200-1.472.163-2.019.48C7.434%205.798%207%206.313%207%207s.434%201.202.981%201.52C8.528%208.837%209.245%209%2010%209s1.472-.163%202.019-.48C12.566%208.202%2013%207.687%2013%207s-.434-1.202-.981-1.52C11.472%205.163%2010.755%205%2010%205M7.031%209.032A.8.8%200%200%200%207%209.25c0%20.3.182.55.33.71c.168.182.393.355.653.505A4.1%204.1%200%200%200%2010%2011c.788%200%201.498-.236%202.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8%200%200%200-.031-.218q-.218.165-.453.3A5.1%205.1%200%200%201%2010%2010a5.1%205.1%200%200%201-2.516-.669a4%204%200%200%201-.453-.299m0%202A.8.8%200%200%200%207%2011.25c0%20.3.182.55.33.71a2.8%202.8%200%200%200%20.653.505A4.1%204.1%200%200%200%2010%2013c.788%200%201.498-.236%202.017-.535c.26-.15.485-.323.654-.504c.147-.16.329-.41.329-.711a.8.8%200%200%200-.031-.218a4%204%200%200%201-.453.3A5.1%205.1%200%200%201%2010%2012a5.1%205.1%200%200%201-2.516-.669a4%204%200%200%201-.453-.299%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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