book coins icon
book-coins-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- book-coins-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
book-add-20-filledbook-arrow-clockwise-20-filledbook-clock-20-filledbook-compass-20-filledbook-contacts-16-filledbook-database-16-filledbook-default-20-filledbook-dismiss-16-filledbook-exclamation-mark-20-filledbook-globe-20-filledbook-information-20-filledbook-letter-20-filledbook-number-16-filledbook-open-16-filledbook-open-globe-20-filledbook-open-lightbulb-16-filledbook-open-microphone-20-filledbook-pulse-20-filledbook-question-mark-20-filledbook-question-mark-rtl-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filledbook-theta-20-filled
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 16V4a2 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-2M15 4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v11h10zm-8 7.25q.001-.114.031-.218q.218.165.453.3A5.1 5.1 0 0 0 10 12c.982 0 1.863-.293 2.516-.669q.235-.135.453-.299q.03.105.031.218c0 .3-.182.55-.33.71a2.8 2.8 0 0 1-.653.505A4.1 4.1 0 0 1 10 13a4.1 4.1 0 0 1-2.017-.535a2.8 2.8 0 0 1-.654-.504C7.182 11.8 7 11.55 7 11.25m.031-2.218A.8.8 0 0 0 7 9.25c0 .3.182.551.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.322.654-.504c.147-.16.329-.41.329-.71a.8.8 0 0 0-.031-.219q-.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-.299M8 7c0-.213.126-.448.483-.655C8.841 6.137 9.374 6 10 6s1.159.137 1.517.345S12 6.787 12 7s-.126.448-.483.655C11.159 7.863 10.626 8 10 8s-1.159-.137-1.517-.345S8 7.213 8 7m2-2c-.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 5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookCoins20Regular(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 16V4a2 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-2M15 4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v11h10zm-8 7.25q.001-.114.031-.218q.218.165.453.3A5.1 5.1 0 0 0 10 12c.982 0 1.863-.293 2.516-.669q.235-.135.453-.299q.03.105.031.218c0 .3-.182.55-.33.71a2.8 2.8 0 0 1-.653.505A4.1 4.1 0 0 1 10 13a4.1 4.1 0 0 1-2.017-.535a2.8 2.8 0 0 1-.654-.504C7.182 11.8 7 11.55 7 11.25m.031-2.218A.8.8 0 0 0 7 9.25c0 .3.182.551.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.322.654-.504c.147-.16.329-.41.329-.71a.8.8 0 0 0-.031-.219q-.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-.299M8 7c0-.213.126-.448.483-.655C8.841 6.137 9.374 6 10 6s1.159.137 1.517.345S12 6.787 12 7s-.126.448-.483.655C11.159 7.863 10.626 8 10 8s-1.159-.137-1.517-.345S8 7.213 8 7m2-2c-.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 5"/></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 16V4a2 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-2M15 4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v11h10zm-8 7.25q.001-.114.031-.218q.218.165.453.3A5.1 5.1 0 0 0 10 12c.982 0 1.863-.293 2.516-.669q.235-.135.453-.299q.03.105.031.218c0 .3-.182.55-.33.71a2.8 2.8 0 0 1-.653.505A4.1 4.1 0 0 1 10 13a4.1 4.1 0 0 1-2.017-.535a2.8 2.8 0 0 1-.654-.504C7.182 11.8 7 11.55 7 11.25m.031-2.218A.8.8 0 0 0 7 9.25c0 .3.182.551.33.71a2.8 2.8 0 0 0 .653.505A4.1 4.1 0 0 0 10 11c.788 0 1.498-.236 2.017-.535c.26-.15.485-.322.654-.504c.147-.16.329-.41.329-.71a.8.8 0 0 0-.031-.219q-.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-.299M8 7c0-.213.126-.448.483-.655C8.841 6.137 9.374 6 10 6s1.159.137 1.517.345S12 6.787 12 7s-.126.448-.483.655C11.159 7.863 10.626 8 10 8s-1.159-.137-1.517-.345S8 7.213 8 7m2-2c-.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 5"/></svg> </template>
CSS
.icon-book-coins-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%22M4%2016V4a2%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-2M15%204a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v11h10zm-8%207.25q.001-.114.031-.218q.218.165.453.3A5.1%205.1%200%200%200%2010%2012c.982%200%201.863-.293%202.516-.669q.235-.135.453-.299q.03.105.031.218c0%20.3-.182.55-.33.71a2.8%202.8%200%200%201-.653.505A4.1%204.1%200%200%201%2010%2013a4.1%204.1%200%200%201-2.017-.535a2.8%202.8%200%200%201-.654-.504C7.182%2011.8%207%2011.55%207%2011.25m.031-2.218A.8.8%200%200%200%207%209.25c0%20.3.182.551.33.71a2.8%202.8%200%200%200%20.653.505A4.1%204.1%200%200%200%2010%2011c.788%200%201.498-.236%202.017-.535c.26-.15.485-.322.654-.504c.147-.16.329-.41.329-.71a.8.8%200%200%200-.031-.219q-.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-.299M8%207c0-.213.126-.448.483-.655C8.841%206.137%209.374%206%2010%206s1.159.137%201.517.345S12%206.787%2012%207s-.126.448-.483.655C11.159%207.863%2010.626%208%2010%208s-1.159-.137-1.517-.345S8%207.213%208%207m2-2c-.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%205%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%2016V4a2%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-2M15%204a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v11h10zm-8%207.25q.001-.114.031-.218q.218.165.453.3A5.1%205.1%200%200%200%2010%2012c.982%200%201.863-.293%202.516-.669q.235-.135.453-.299q.03.105.031.218c0%20.3-.182.55-.33.71a2.8%202.8%200%200%201-.653.505A4.1%204.1%200%200%201%2010%2013a4.1%204.1%200%200%201-2.017-.535a2.8%202.8%200%200%201-.654-.504C7.182%2011.8%207%2011.55%207%2011.25m.031-2.218A.8.8%200%200%200%207%209.25c0%20.3.182.551.33.71a2.8%202.8%200%200%200%20.653.505A4.1%204.1%200%200%200%2010%2011c.788%200%201.498-.236%202.017-.535c.26-.15.485-.322.654-.504c.147-.16.329-.41.329-.71a.8.8%200%200%200-.031-.219q-.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-.299M8%207c0-.213.126-.448.483-.655C8.841%206.137%209.374%206%2010%206s1.159.137%201.517.345S12%206.787%2012%207s-.126.448-.483.655C11.159%207.863%2010.626%208%2010%208s-1.159-.137-1.517-.345S8%207.213%208%207m2-2c-.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%205%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-regular.svg?color=%231a73e8&size=48