reading list add icon
reading-list-add-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- reading-list-add-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the reading list add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 3.88a.614.614 0 0 1 1.126-.34a.75.75 0 0 0 1.248-.833A2.113 2.113 0 0 0 2 3.88c0 1.055.773 1.93 1.784 2.089A.8.8 0 0 0 4 6h3.337c.895-.63 1.986-1 3.163-1c.542 0 1.065.078 1.56.224a.75.75 0 0 0-.75-.724h-7.1a1 1 0 0 0-.095-.006a.614.614 0 0 1-.614-.614M4.75 7h1.507a5.5 5.5 0 0 0-.882 1.5H4.75a.75.75 0 0 1 0-1.5m-2 2.5h2.34a5.5 5.5 0 0 0-.068 1.5H2.75a.75.75 0 0 1 0-1.5M4.745 12h.462c.152.538.384 1.043.683 1.5H4.745a.75.75 0 0 1 0-1.5M7.75 2a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V10H8.5a.5.5 0 0 0 0 1H10v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H11z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadingListAdd16Filled(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="M3.5 3.88a.614.614 0 0 1 1.126-.34a.75.75 0 0 0 1.248-.833A2.113 2.113 0 0 0 2 3.88c0 1.055.773 1.93 1.784 2.089A.8.8 0 0 0 4 6h3.337c.895-.63 1.986-1 3.163-1c.542 0 1.065.078 1.56.224a.75.75 0 0 0-.75-.724h-7.1a1 1 0 0 0-.095-.006a.614.614 0 0 1-.614-.614M4.75 7h1.507a5.5 5.5 0 0 0-.882 1.5H4.75a.75.75 0 0 1 0-1.5m-2 2.5h2.34a5.5 5.5 0 0 0-.068 1.5H2.75a.75.75 0 0 1 0-1.5M4.745 12h.462c.152.538.384 1.043.683 1.5H4.745a.75.75 0 0 1 0-1.5M7.75 2a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V10H8.5a.5.5 0 0 0 0 1H10v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 3.88a.614.614 0 0 1 1.126-.34a.75.75 0 0 0 1.248-.833A2.113 2.113 0 0 0 2 3.88c0 1.055.773 1.93 1.784 2.089A.8.8 0 0 0 4 6h3.337c.895-.63 1.986-1 3.163-1c.542 0 1.065.078 1.56.224a.75.75 0 0 0-.75-.724h-7.1a1 1 0 0 0-.095-.006a.614.614 0 0 1-.614-.614M4.75 7h1.507a5.5 5.5 0 0 0-.882 1.5H4.75a.75.75 0 0 1 0-1.5m-2 2.5h2.34a5.5 5.5 0 0 0-.068 1.5H2.75a.75.75 0 0 1 0-1.5M4.745 12h.462c.152.538.384 1.043.683 1.5H4.745a.75.75 0 0 1 0-1.5M7.75 2a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V10H8.5a.5.5 0 0 0 0 1H10v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H11z"/></svg> </template>
CSS
.icon-reading-list-add-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%203.88a.614.614%200%200%201%201.126-.34a.75.75%200%200%200%201.248-.833A2.113%202.113%200%200%200%202%203.88c0%201.055.773%201.93%201.784%202.089A.8.8%200%200%200%204%206h3.337c.895-.63%201.986-1%203.163-1c.542%200%201.065.078%201.56.224a.75.75%200%200%200-.75-.724h-7.1a1%201%200%200%200-.095-.006a.614.614%200%200%201-.614-.614M4.75%207h1.507a5.5%205.5%200%200%200-.882%201.5H4.75a.75.75%200%200%201%200-1.5m-2%202.5h2.34a5.5%205.5%200%200%200-.068%201.5H2.75a.75.75%200%200%201%200-1.5M4.745%2012h.462c.152.538.384%201.043.683%201.5H4.745a.75.75%200%200%201%200-1.5M7.75%202a.75.75%200%201%200%200%201.5h5.5a.75.75%200%200%200%200-1.5zM15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V10H8.5a.5.5%200%200%200%200%201H10v1.5a.5.5%200%201%200%201%200V11h1.5a.5.5%200%200%200%200-1H11z%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%22M3.5%203.88a.614.614%200%200%201%201.126-.34a.75.75%200%200%200%201.248-.833A2.113%202.113%200%200%200%202%203.88c0%201.055.773%201.93%201.784%202.089A.8.8%200%200%200%204%206h3.337c.895-.63%201.986-1%203.163-1c.542%200%201.065.078%201.56.224a.75.75%200%200%200-.75-.724h-7.1a1%201%200%200%200-.095-.006a.614.614%200%200%201-.614-.614M4.75%207h1.507a5.5%205.5%200%200%200-.882%201.5H4.75a.75.75%200%200%201%200-1.5m-2%202.5h2.34a5.5%205.5%200%200%200-.068%201.5H2.75a.75.75%200%200%201%200-1.5M4.745%2012h.462c.152.538.384%201.043.683%201.5H4.745a.75.75%200%200%201%200-1.5M7.75%202a.75.75%200%201%200%200%201.5h5.5a.75.75%200%200%200%200-1.5zM15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4-2a.5.5%200%200%200-1%200V10H8.5a.5.5%200%200%200%200%201H10v1.5a.5.5%200%201%200%201%200V11h1.5a.5.5%200%200%200%200-1H11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reading-list-add-16-filled.svg?color=%231a73e8&size=48