Pinnit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pinnit 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/331277.svg" alt="Pinnit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331277.svg" alt="Pinnit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331277.svg" alt="Pinnit icon" :width="24" :height="24" />
CSS background
.icon-pinnit {
background-image: url('https://proicons.com/icon/331277.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.822,29.2125h8.379M9.822,24.0695h8.379M15.728,9.4645h0M15.728,9.4645h16.544M10.583,13.4515h12.284M28.152,34.9855H5.618c-.62,0-1.118-.498-1.118-1.118v-14.453c0-.62.499-1.12,1.118-1.12h17.249M39.486,18.2945h2.896c.62,0,1.118.5,1.118,1.12v14.453c0,.62-.499,1.119-1.118,1.119h-7.92M31.337,29.2855v9.25M36.16,22.7185v-5.842h1.854v-3.425h-13.354v3.425h1.854v5.842l-2.16,2.106v4.46h13.966v-4.46l-2.16-2.106Z"/></svg>
Copied!