Postparty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Postparty 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/331528.svg" alt="Postparty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331528.svg" alt="Postparty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331528.svg" alt="Postparty icon" :width="24" :height="24" />
CSS background
.icon-postparty {
background-image: url('https://proicons.com/icon/331528.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M22.1488,33.1351h9.8536c4.0394,0,10.4817-3.8633,10.4976-11.1041.0159-7.2409-5.0376-11.6547-11.7213-12.0403h-14.6516c-5.837,0-10.6959,5.4118-10.6264,12.0403.0694,6.6285,3.9867,9.7884,9.7248,11.1041l-1.8999,4.8742"/><ellipse id="c" class="e" cx="17.4474" cy="21.7404" rx="2.5748" ry="2.581"/><path id="d" class="e" d="M27.5264,21.7404h5.4098"/></svg>
Copied!