pinboard icon
pinboard-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pinboard-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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="M6.451 20.856q-.143-.143-.143-.356v-4.27H3.787q-.46 0-.696-.384q-.237-.384-.02-.788l1.352-2.689V9.385H3.5q-.213 0-.356-.144Q3 9.097 3 8.884t.144-.356t.356-.144h6.616q.212 0 .356.145t.144.356t-.144.356t-.356.144h-.924v2.984l1.352 2.689q.218.404-.019.788q-.236.385-.696.385H7.308V20.5q0 .213-.144.356T6.807 21t-.356-.144M19.385 19h-6.443q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h6.443q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H3.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h15.885q.69 0 1.153.463T21 6.616v10.769q0 .69-.462 1.153T19.385 19M4.146 15.23H9.47l-1.278-2.54V9.385H5.423v3.304zm2.662 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinboardOutlineRounded(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.451 20.856q-.143-.143-.143-.356v-4.27H3.787q-.46 0-.696-.384q-.237-.384-.02-.788l1.352-2.689V9.385H3.5q-.213 0-.356-.144Q3 9.097 3 8.884t.144-.356t.356-.144h6.616q.212 0 .356.145t.144.356t-.144.356t-.356.144h-.924v2.984l1.352 2.689q.218.404-.019.788q-.236.385-.696.385H7.308V20.5q0 .213-.144.356T6.807 21t-.356-.144M19.385 19h-6.443q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h6.443q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H3.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h15.885q.69 0 1.153.463T21 6.616v10.769q0 .69-.462 1.153T19.385 19M4.146 15.23H9.47l-1.278-2.54V9.385H5.423v3.304zm2.662 0"/></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.451 20.856q-.143-.143-.143-.356v-4.27H3.787q-.46 0-.696-.384q-.237-.384-.02-.788l1.352-2.689V9.385H3.5q-.213 0-.356-.144Q3 9.097 3 8.884t.144-.356t.356-.144h6.616q.212 0 .356.145t.144.356t-.144.356t-.356.144h-.924v2.984l1.352 2.689q.218.404-.019.788q-.236.385-.696.385H7.308V20.5q0 .213-.144.356T6.807 21t-.356-.144M19.385 19h-6.443q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h6.443q.269 0 .442-.173t.173-.442V6.615q0-.269-.173-.442T19.385 6H3.5q-.213 0-.356-.144T3 5.499t.144-.356T3.5 5h15.885q.69 0 1.153.463T21 6.616v10.769q0 .69-.462 1.153T19.385 19M4.146 15.23H9.47l-1.278-2.54V9.385H5.423v3.304zm2.662 0"/></svg> </template>
CSS
.icon-pinboard-outline-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%22M6.451%2020.856q-.143-.143-.143-.356v-4.27H3.787q-.46%200-.696-.384q-.237-.384-.02-.788l1.352-2.689V9.385H3.5q-.213%200-.356-.144Q3%209.097%203%208.884t.144-.356t.356-.144h6.616q.212%200%20.356.145t.144.356t-.144.356t-.356.144h-.924v2.984l1.352%202.689q.218.404-.019.788q-.236.385-.696.385H7.308V20.5q0%20.213-.144.356T6.807%2021t-.356-.144M19.385%2019h-6.443q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h6.443q.269%200%20.442-.173t.173-.442V6.615q0-.269-.173-.442T19.385%206H3.5q-.213%200-.356-.144T3%205.499t.144-.356T3.5%205h15.885q.69%200%201.153.463T21%206.616v10.769q0%20.69-.462%201.153T19.385%2019M4.146%2015.23H9.47l-1.278-2.54V9.385H5.423v3.304zm2.662%200%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.451%2020.856q-.143-.143-.143-.356v-4.27H3.787q-.46%200-.696-.384q-.237-.384-.02-.788l1.352-2.689V9.385H3.5q-.213%200-.356-.144Q3%209.097%203%208.884t.144-.356t.356-.144h6.616q.212%200%20.356.145t.144.356t-.144.356t-.356.144h-.924v2.984l1.352%202.689q.218.404-.019.788q-.236.385-.696.385H7.308V20.5q0%20.213-.144.356T6.807%2021t-.356-.144M19.385%2019h-6.443q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h6.443q.269%200%20.442-.173t.173-.442V6.615q0-.269-.173-.442T19.385%206H3.5q-.213%200-.356-.144T3%205.499t.144-.356T3.5%205h15.885q.69%200%201.153.463T21%206.616v10.769q0%20.69-.462%201.153T19.385%2019M4.146%2015.23H9.47l-1.278-2.54V9.385H5.423v3.304zm2.662%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pinboard-outline-rounded.svg?color=%231a73e8&size=48