Partiful Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Partiful 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/330994.svg" alt="Partiful icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330994.svg" alt="Partiful icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330994.svg" alt="Partiful icon" :width="24" :height="24" />
CSS background
.icon-partiful {
background-image: url('https://proicons.com/icon/330994.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M14.3576,43.5c4.3909,0,7.7559-4.082,7.7559-7.9655,0-2.3499-1.2246-3.2656-1.2246-4.9977,0-1.4342.9157-1.9417,1.7321-1.9417,1.026,0,2.1403.8164,4.5895.8164,5.7149,0,13.89-4.4902,13.89-12.0475,0-8.0648-9.2894-12.8639-18.0713-12.8639-7.2484,0-15.0042,2.9567-15.0042,8.0648,0,5.5163,8.9805,5.7149,8.9805,9.9072,0,4.4902-10.1058,5.1081-10.1058,12.8639,0,4.2917,3.1663,8.1641,7.458,8.1641Z"/><path class="c" d="M12.4158,37.8955c-1.9417,0-2.757-1.3217-2.757-3.3628,0-6.3327,12.1456-8.1869,12.1456-13.8921,0-4.8984-10.0709-2.6588-10.0709-6.5313,0-2.4492,2.8225-3.067,5.9888-3.067,6.6306,0,13.7796,2.8574,13.7796,8.6826,0,3.2656-1.9471,7.2658-6.647,7.2658-.8164,0-1.4132-.2523-2.4393-.2523-8.0748,0-3.5607,11.1682-10.0111,11.1682h.011v-.011Z"/></svg>
Copied!