5post Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 5post 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/335792.svg" alt="5post icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335792.svg" alt="5post icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335792.svg" alt="5post icon" :width="24" :height="24" />
CSS background
.icon-5post {
background-image: url('https://proicons.com/icon/335792.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.5,30.8997c-3.1972,5.5376-9.1057,8.9489-15.5,8.9489-6.3943,0-12.3028-3.4113-15.5-8.9489"/><path class="b" d="M17.423,27.0787c1.4825,1.1958,2.9208,1.7436,6.5153,1.7436h.6177c3.3248,0,6.0203-2.5944,6.0203-5.795h0c0-3.2006-2.6953-5.795-6.0203-5.795h-7.1327v-9.0809h13.153"/></svg>
Copied!