Sharetopinboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sharetopinboard 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/347208.svg" alt="Sharetopinboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347208.svg" alt="Sharetopinboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347208.svg" alt="Sharetopinboard icon" :width="24" :height="24" />
CSS background
.icon-sharetopinboard {
background-image: url('https://proicons.com/icon/347208.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.8255,4.5a1.1531,1.1531,0,0,0-1.0249,1.0249V6.55a1.0777,1.0777,0,0,0,1.0249.8825h3.171c.0747,8.4138-.59,13.8549-4.016,14.0722a4.0071,4.0071,0,0,0-4.0032,4.0033H21.9984V41.4984L24,43.5l2.0016-2.0016V25.5078H36.0227A4.0071,4.0071,0,0,0,32.02,21.5045c-3.9435-.1352-4.3329-5.4418-4.0163-14.0726l3.1713,0A1.0776,1.0776,0,0,0,32.1994,6.55V5.5249A1.1531,1.1531,0,0,0,31.1745,4.5Z"/><line class="a" x1="21.9984" y1="25.5078" x2="26.0016" y2="25.5078"/></svg>
Copied!