Producthunt Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Producthunt 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/315682.svg" alt="Producthunt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315682.svg" alt="Producthunt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315682.svg" alt="Producthunt icon" :width="24" :height="24" />
CSS background
.icon-producthunt {
background-image: url('https://proicons.com/icon/315682.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Product Hunt</title><path d="M13.604 8.4h-3.405V12h3.405c.995 0 1.801-.806 1.801-1.801 0-.993-.805-1.799-1.801-1.799zM12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm1.604 14.4h-3.405V18H7.801V6h5.804c2.319 0 4.2 1.88 4.2 4.199 0 2.321-1.881 4.201-4.201 4.201z"/></svg>
Copied!