pinboard unread icon
pinboard-unread from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pinboard-unread
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the pinboard unread icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.5 22l-1-1v-4H2v-2l1.5-2.65V10H2V8h9v2H9.5v2.35L11 15v2H7.5v4zm9.375-14.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2q0-.825.588-1.412T4 4h9.1q-.05.25-.075.488T13 5t.025.513T13.1 6M20 20h-8v-2h8V9.575q.6-.275 1.1-.675T22 8v10q0 .825-.587 1.413T20 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPinboardUnread(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="m6.5 22l-1-1v-4H2v-2l1.5-2.65V10H2V8h9v2H9.5v2.35L11 15v2H7.5v4zm9.375-14.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2q0-.825.588-1.412T4 4h9.1q-.05.25-.075.488T13 5t.025.513T13.1 6M20 20h-8v-2h8V9.575q.6-.275 1.1-.675T22 8v10q0 .825-.587 1.413T20 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.5 22l-1-1v-4H2v-2l1.5-2.65V10H2V8h9v2H9.5v2.35L11 15v2H7.5v4zm9.375-14.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2q0-.825.588-1.412T4 4h9.1q-.05.25-.075.488T13 5t.025.513T13.1 6M20 20h-8v-2h8V9.575q.6-.275 1.1-.675T22 8v10q0 .825-.587 1.413T20 20"/></svg> </template>
CSS
.icon-pinboard-unread {
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%22m6.5%2022l-1-1v-4H2v-2l1.5-2.65V10H2V8h9v2H9.5v2.35L11%2015v2H7.5v4zm9.375-14.875Q15%206.25%2015%205t.875-2.125T18%202t2.125.875T21%205t-.875%202.125T18%208t-2.125-.875M13.1%206H2q0-.825.588-1.412T4%204h9.1q-.05.25-.075.488T13%205t.025.513T13.1%206M20%2020h-8v-2h8V9.575q.6-.275%201.1-.675T22%208v10q0%20.825-.587%201.413T20%2020%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%22m6.5%2022l-1-1v-4H2v-2l1.5-2.65V10H2V8h9v2H9.5v2.35L11%2015v2H7.5v4zm9.375-14.875Q15%206.25%2015%205t.875-2.125T18%202t2.125.875T21%205t-.875%202.125T18%208t-2.125-.875M13.1%206H2q0-.825.588-1.412T4%204h9.1q-.05.25-.075.488T13%205t.025.513T13.1%206M20%2020h-8v-2h8V9.575q.6-.275%201.1-.675T22%208v10q0%20.825-.587%201.413T20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pinboard-unread.svg?color=%231a73e8&size=48