Pinboard Unread icon

Pinboard Unread is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

pinboard_unread_outlined_fill0_wght400.svg

Pinboard Unread icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=pinboard_unread" />

<span class="material-symbols-outlined">pinboard_unread</span>

Pinboard Unread icon in React

// With the font from the HTML tab:
export function PinboardUnreadIcon() {
  return (
    <span className="material-symbols-outlined">
      pinboard_unread
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PinboardUnreadIcon from "@material-symbols/svg-400/outlined/pinboard_unread.svg?react";

Pinboard Unread icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">pinboard_unread</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PinboardUnreadIcon from "@material-symbols/svg-400/outlined/pinboard_unread.svg?component"; -->

Pinboard Unread icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">pinboard_unread</mat-icon>

Pinboard Unread icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.pinboard_unread, fill: 0, weight: 400)

Pinboard Unread icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/pinboard_unread.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m6.35 22-.75-.75v-4.325H2v-1.7l1.55-2.775v-2.8H2v-1.5h8.7v1.5h-1.55v2.8l1.55 2.775v1.7H7.1v4.325l-.75 .75ZM3.6 15.425h5.475l-1.425-2.55v-3.225H5.05v3.225l-1.45 2.55Zm2.75 0Zm9.95-8.728q-.8-.803-.8-1.95T16.303 2.8q.803-.8 1.95-.8T20.2 2.803q.8 .803 .8 1.95T20.197 6.7q-.803 .8-1.95 .8T16.3 6.697ZM13.55 5.5H2q0-.619 .441-1.059Q2.881 4 3.5 4h10.05q-.05 .2-.05 .374V5.125q0 .175 .05 .375Zm6.95 14.5H12.275v-1.5h8.225v-9.575q.425-.25 .809-.565Q21.693 8.044 22 7.65v10.85q0 .6-.45 1.05t-1.05 .45Z" />
</vector>

Pinboard Unread icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/pinboard_unread.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/pinboard_unread.svg" width="24" height="24" alt="Pinboard Unread">

Pinboard Unread icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePinboard Unread
Ligaturepinboard_unread
Code pointU+F3AC
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pinboard_unread.svg, pinboard_unread-fill.svg
FlutterSymbols.pinboard_unread
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsalertnotificationpointerlocationmessagenewmapmarkersaveimportantpinsend

Related icons