Poshmark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poshmark 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/346072.svg" alt="Poshmark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346072.svg" alt="Poshmark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346072.svg" alt="Poshmark icon" :width="24" :height="24" />
CSS background
.icon-poshmark {
background-image: url('https://proicons.com/icon/346072.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m27.1975,15.9454v16.3724l-.0044-.0041c0,4.9169-4.175,8.9174-9.3393,8.9174s-9.3538-4.0005-9.3538-8.9174c0-4.5096,3.5204-8.2337,8.0737-8.8156"/><path class="c" d="m20.8045,32.0472V15.6748l.0024-.0031c0-4.9169,4.175-8.9029,9.3393-8.9029s9.3538,3.9859,9.3538,8.9029c0,4.5824-3.6368,8.3646-8.321,8.8447"/></svg>
Copied!