pinboard-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
pinboard-rounded
Set
Material Symbols
Style
Rounded
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.788 21.713Q5.5 21.425 5.5 21v-4H2.575q-.575 0-.85-.5t0-1L3.5 12.35V10H3q-.425 0-.712-.288T2 9t.288-.712T3 8h7q.425 0 .713.288T11 9t-.288.713T10 10h-.5v2.35l1.775 3.15q.275.5 0 1t-.85.5H7.5v4q0 .425-.288.713T6.5 22t-.712-.288M20 20h-7q-.425 0-.712-.288T12 19t.288-.712T13 18h7V6H3q-.425 0-.712-.288T2 5t.288-.712T3 4h17q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinboardRounded(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="M5.788 21.713Q5.5 21.425 5.5 21v-4H2.575q-.575 0-.85-.5t0-1L3.5 12.35V10H3q-.425 0-.712-.288T2 9t.288-.712T3 8h7q.425 0 .713.288T11 9t-.288.713T10 10h-.5v2.35l1.775 3.15q.275.5 0 1t-.85.5H7.5v4q0 .425-.288.713T6.5 22t-.712-.288M20 20h-7q-.425 0-.712-.288T12 19t.288-.712T13 18h7V6H3q-.425 0-.712-.288T2 5t.288-.712T3 4h17q.825 0 1.413.588T22 6v12q0 .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="M5.788 21.713Q5.5 21.425 5.5 21v-4H2.575q-.575 0-.85-.5t0-1L3.5 12.35V10H3q-.425 0-.712-.288T2 9t.288-.712T3 8h7q.425 0 .713.288T11 9t-.288.713T10 10h-.5v2.35l1.775 3.15q.275.5 0 1t-.85.5H7.5v4q0 .425-.288.713T6.5 22t-.712-.288M20 20h-7q-.425 0-.712-.288T12 19t.288-.712T13 18h7V6H3q-.425 0-.712-.288T2 5t.288-.712T3 4h17q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20"/></svg>
</template>

CSS

.icon-pinboard-rounded {
  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%22M5.788%2021.713Q5.5%2021.425%205.5%2021v-4H2.575q-.575%200-.85-.5t0-1L3.5%2012.35V10H3q-.425%200-.712-.288T2%209t.288-.712T3%208h7q.425%200%20.713.288T11%209t-.288.713T10%2010h-.5v2.35l1.775%203.15q.275.5%200%201t-.85.5H7.5v4q0%20.425-.288.713T6.5%2022t-.712-.288M20%2020h-7q-.425%200-.712-.288T12%2019t.288-.712T13%2018h7V6H3q-.425%200-.712-.288T2%205t.288-.712T3%204h17q.825%200%201.413.588T22%206v12q0%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%22M5.788%2021.713Q5.5%2021.425%205.5%2021v-4H2.575q-.575%200-.85-.5t0-1L3.5%2012.35V10H3q-.425%200-.712-.288T2%209t.288-.712T3%208h7q.425%200%20.713.288T11%209t-.288.713T10%2010h-.5v2.35l1.775%203.15q.275.5%200%201t-.85.5H7.5v4q0%20.425-.288.713T6.5%2022t-.712-.288M20%2020h-7q-.425%200-.712-.288T12%2019t.288-.712T13%2018h7V6H3q-.425%200-.712-.288T2%205t.288-.712T3%204h17q.825%200%201.413.588T22%206v12q0%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-rounded.svg?color=%231a73e8&size=48