reading-list-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
reading-list-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 6.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 8.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 7.5C3.56 7.5 3 6.94 3 6.25M8.5 5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zM2 13a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12A.5.5 0 0 1 2 13m3.5 2a.5.5 0 0 0 0 1h12.003a.5.5 0 1 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentReadingList20Regular(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 6.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 8.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 7.5C3.56 7.5 3 6.94 3 6.25M8.5 5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zM2 13a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12A.5.5 0 0 1 2 13m3.5 2a.5.5 0 0 0 0 1h12.003a.5.5 0 1 0 0-1z"/></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 6.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 8.5l.066-.004l.065.004H15.5a.5.5 0 0 0 0-1H4.381l-.065.004L4.25 7.5C3.56 7.5 3 6.94 3 6.25M8.5 5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm-3 5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zM2 13a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12A.5.5 0 0 1 2 13m3.5 2a.5.5 0 0 0 0 1h12.003a.5.5 0 1 0 0-1z"/></svg>
</template>

CSS

.icon-reading-list-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%206.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%208.5l.066-.004l.065.004H15.5a.5.5%200%200%200%200-1H4.381l-.065.004L4.25%207.5C3.56%207.5%203%206.94%203%206.25M8.5%205a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm-3%205a.5.5%200%200%200%200%201h12a.5.5%200%200%200%200-1zM2%2013a.5.5%200%200%201%20.5-.5h12a.5.5%200%200%201%200%201h-12A.5.5%200%200%201%202%2013m3.5%202a.5.5%200%200%200%200%201h12.003a.5.5%200%201%200%200-1z%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%206.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%208.5l.066-.004l.065.004H15.5a.5.5%200%200%200%200-1H4.381l-.065.004L4.25%207.5C3.56%207.5%203%206.94%203%206.25M8.5%205a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm-3%205a.5.5%200%200%200%200%201h12a.5.5%200%200%200%200-1zM2%2013a.5.5%200%200%201%20.5-.5h12a.5.5%200%200%201%200%201h-12A.5.5%200%200%201%202%2013m3.5%202a.5.5%200%200%200%200%201h12.003a.5.5%200%201%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Reading List 20 regular icon — Fluent UI System Icons · IconsDB