Pinboard Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pinboard icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315579.svg" alt="Pinboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315579.svg" alt="Pinboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315579.svg" alt="Pinboard icon" :width="24" :height="24" />
CSS background
.icon-pinboard {
background-image: url('https://proicons.com/icon/315579.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinboard</title><path d="M13.352 14.585l-4.509 4.614.72-4.062L3.428 7.57 0 7.753 7.58 0v2.953l7.214 6.646 4.513-1.105-4.689 4.982L24 24l-10.648-9.415z"/></svg>
Copied!