reading list add icon
reading-list-add-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- reading-list-add-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 2l-.09.007a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zm-6.481 4q.061.78.294 1.5H7a.75.75 0 0 1-.102-1.493L7 18zm.479-3q-.298.714-.422 1.5H4a.75.75 0 0 1-.102-1.493L4 15zm2.537-3a6.5 6.5 0 0 0-1.659 1.5H7a.75.75 0 0 1-.102-1.493L7 12zM6 5a2.75 2.75 0 0 1 2.55 1.717a.75.75 0 0 1-1.346.655l-.045-.091A1.25 1.25 0 1 0 6 9h11.5a.75.75 0 0 1 .102 1.493l-.102.007H6A2.75 2.75 0 0 1 6 5m14 1a.75.75 0 0 1 .102 1.493L20 7.5h-9a.75.75 0 0 1-.102-1.493L11 6z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadingListAdd24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 2l-.09.007a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zm-6.481 4q.061.78.294 1.5H7a.75.75 0 0 1-.102-1.493L7 18zm.479-3q-.298.714-.422 1.5H4a.75.75 0 0 1-.102-1.493L4 15zm2.537-3a6.5 6.5 0 0 0-1.659 1.5H7a.75.75 0 0 1-.102-1.493L7 12zM6 5a2.75 2.75 0 0 1 2.55 1.717a.75.75 0 0 1-1.346.655l-.045-.091A1.25 1.25 0 1 0 6 9h11.5a.75.75 0 0 1 .102 1.493l-.102.007H6A2.75 2.75 0 0 1 6 5m14 1a.75.75 0 0 1 .102 1.493L20 7.5h-9a.75.75 0 0 1-.102-1.493L11 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m0 2l-.09.007a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zm-6.481 4q.061.78.294 1.5H7a.75.75 0 0 1-.102-1.493L7 18zm.479-3q-.298.714-.422 1.5H4a.75.75 0 0 1-.102-1.493L4 15zm2.537-3a6.5 6.5 0 0 0-1.659 1.5H7a.75.75 0 0 1-.102-1.493L7 12zM6 5a2.75 2.75 0 0 1 2.55 1.717a.75.75 0 0 1-1.346.655l-.045-.091A1.25 1.25 0 1 0 6 9h11.5a.75.75 0 0 1 .102 1.493l-.102.007H6A2.75 2.75 0 0 1 6 5m14 1a.75.75 0 0 1 .102 1.493L20 7.5h-9a.75.75 0 0 1-.102-1.493L11 6z"/></svg> </template>
CSS
.icon-reading-list-add-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m0%202l-.09.007a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zm-6.481%204q.061.78.294%201.5H7a.75.75%200%200%201-.102-1.493L7%2018zm.479-3q-.298.714-.422%201.5H4a.75.75%200%200%201-.102-1.493L4%2015zm2.537-3a6.5%206.5%200%200%200-1.659%201.5H7a.75.75%200%200%201-.102-1.493L7%2012zM6%205a2.75%202.75%200%200%201%202.55%201.717a.75.75%200%200%201-1.346.655l-.045-.091A1.25%201.25%200%201%200%206%209h11.5a.75.75%200%200%201%20.102%201.493l-.102.007H6A2.75%202.75%200%200%201%206%205m14%201a.75.75%200%200%201%20.102%201.493L20%207.5h-9a.75.75%200%200%201-.102-1.493L11%206z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m0%202l-.09.007a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zm-6.481%204q.061.78.294%201.5H7a.75.75%200%200%201-.102-1.493L7%2018zm.479-3q-.298.714-.422%201.5H4a.75.75%200%200%201-.102-1.493L4%2015zm2.537-3a6.5%206.5%200%200%200-1.659%201.5H7a.75.75%200%200%201-.102-1.493L7%2012zM6%205a2.75%202.75%200%200%201%202.55%201.717a.75.75%200%200%201-1.346.655l-.045-.091A1.25%201.25%200%201%200%206%209h11.5a.75.75%200%200%201%20.102%201.493l-.102.007H6A2.75%202.75%200%200%201%206%205m14%201a.75.75%200%200%201%20.102%201.493L20%207.5h-9a.75.75%200%200%201-.102-1.493L11%206z%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-24-regular.svg?color=%231a73e8&size=48