Wellfound Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Wellfound 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/316621.svg" alt="Wellfound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316621.svg" alt="Wellfound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316621.svg" alt="Wellfound icon" :width="24" :height="24" />
CSS background
.icon-wellfound {
background-image: url('https://proicons.com/icon/316621.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>Wellfound</title><path d="M23.998 8.128c.063-1.379-1.612-2.376-2.795-1.664-1.23.598-1.322 2.52-.156 3.234 1.2.862 2.995-.09 2.951-1.57zm0 7.748c.063-1.38-1.612-2.377-2.795-1.665-1.23.598-1.322 2.52-.156 3.234 1.2.863 2.995-.09 2.951-1.57zm-20.5 1.762L0 6.364h3.257l2.066 8.106 2.245-8.106h3.267l2.244 8.106 2.065-8.106h3.257l-3.54 11.274H11.39c-.73-2.713-1.46-5.426-2.188-8.14l-2.233 8.14H3.5z"/></svg>
Copied!