pinboard unread icon
pinboard-unread-outline-sharp from Material Symbols by Google · Outline Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pinboard-unread-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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.5v4zm-2.2-7h4.4l-1.2-2.1V10h-2v2.9zm11.575-7.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2V4h11.1q-.05.25-.075.488T13 5t.025.513T13.1 6M12 20v-2h8V9.575q.6-.275 1.1-.675T22 8v12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPinboardUnreadOutlineSharp(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.5v4zm-2.2-7h4.4l-1.2-2.1V10h-2v2.9zm11.575-7.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2V4h11.1q-.05.25-.075.488T13 5t.025.513T13.1 6M12 20v-2h8V9.575q.6-.275 1.1-.675T22 8v12z"/></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.5v4zm-2.2-7h4.4l-1.2-2.1V10h-2v2.9zm11.575-7.875Q15 6.25 15 5t.875-2.125T18 2t2.125.875T21 5t-.875 2.125T18 8t-2.125-.875M13.1 6H2V4h11.1q-.05.25-.075.488T13 5t.025.513T13.1 6M12 20v-2h8V9.575q.6-.275 1.1-.675T22 8v12z"/></svg> </template>
CSS
.icon-pinboard-unread-outline-sharp {
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.5v4zm-2.2-7h4.4l-1.2-2.1V10h-2v2.9zm11.575-7.875Q15%206.25%2015%205t.875-2.125T18%202t2.125.875T21%205t-.875%202.125T18%208t-2.125-.875M13.1%206H2V4h11.1q-.05.25-.075.488T13%205t.025.513T13.1%206M12%2020v-2h8V9.575q.6-.275%201.1-.675T22%208v12z%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.5v4zm-2.2-7h4.4l-1.2-2.1V10h-2v2.9zm11.575-7.875Q15%206.25%2015%205t.875-2.125T18%202t2.125.875T21%205t-.875%202.125T18%208t-2.125-.875M13.1%206H2V4h11.1q-.05.25-.075.488T13%205t.025.513T13.1%206M12%2020v-2h8V9.575q.6-.275%201.1-.675T22%208v12z%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-outline-sharp.svg?color=%231a73e8&size=48