reading list add icon
reading-list-add-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- reading-list-add-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M3 5.25a1.25 1.25 0 0 1 2.29-.692a.5.5 0 1 0 .833-.555A2.25 2.25 0 1 0 4.25 7.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 6.5C3.56 6.5 3 5.94 3 5.25M8.5 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h5.837c.895-.63 1.986-1 3.163-1zm-3 2.5h7.39a5.5 5.5 0 0 0-.515 1H2.5a.5.5 0 0 1 0-1m3 2.5h3.522a5.6 5.6 0 0 0 0 1H5.501a.5.5 0 0 1 0-1m13.5.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 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadingListAdd20Regular(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="M3 5.25a1.25 1.25 0 0 1 2.29-.692a.5.5 0 1 0 .833-.555A2.25 2.25 0 1 0 4.25 7.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 6.5C3.56 6.5 3 5.94 3 5.25M8.5 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h5.837c.895-.63 1.986-1 3.163-1zm-3 2.5h7.39a5.5 5.5 0 0 0-.515 1H2.5a.5.5 0 0 1 0-1m3 2.5h3.522a5.6 5.6 0 0 0 0 1H5.501a.5.5 0 0 1 0-1m13.5.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 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.25a1.25 1.25 0 0 1 2.29-.692a.5.5 0 1 0 .833-.555A2.25 2.25 0 1 0 4.25 7.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 6.5C3.56 6.5 3 5.94 3 5.25M8.5 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h5.837c.895-.63 1.986-1 3.163-1zm-3 2.5h7.39a5.5 5.5 0 0 0-.515 1H2.5a.5.5 0 0 1 0-1m3 2.5h3.522a5.6 5.6 0 0 0 0 1H5.501a.5.5 0 0 1 0-1m13.5.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 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15z"/></svg> </template>
CSS
.icon-reading-list-add-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%22M3%205.25a1.25%201.25%200%200%201%202.29-.692a.5.5%200%201%200%20.833-.555A2.25%202.25%200%201%200%204.25%207.5l.066-.004l.065.004H15.5a.5.5%200%200%200%200-1H4.381l-.065.004L4.25%206.5C3.56%206.5%203%205.94%203%205.25M8.5%204a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm-3%205a.5.5%200%200%200%200%201h5.837c.895-.63%201.986-1%203.163-1zm-3%202.5h7.39a5.5%205.5%200%200%200-.515%201H2.5a.5.5%200%200%201%200-1m3%202.5h3.522a5.6%205.6%200%200%200%200%201H5.501a.5.5%200%200%201%200-1m13.5.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%200V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15z%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%22M3%205.25a1.25%201.25%200%200%201%202.29-.692a.5.5%200%201%200%20.833-.555A2.25%202.25%200%201%200%204.25%207.5l.066-.004l.065.004H15.5a.5.5%200%200%200%200-1H4.381l-.065.004L4.25%206.5C3.56%206.5%203%205.94%203%205.25M8.5%204a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm-3%205a.5.5%200%200%200%200%201h5.837c.895-.63%201.986-1%203.163-1zm-3%202.5h7.39a5.5%205.5%200%200%200-.515%201H2.5a.5.5%200%200%201%200-1m3%202.5h3.522a5.6%205.6%200%200%200%200%201H5.501a.5.5%200%200%201%200-1m13.5.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%200V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15z%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-20-regular.svg?color=%231a73e8&size=48