Thumbtack Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Thumbtack 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/316329.svg" alt="Thumbtack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316329.svg" alt="Thumbtack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316329.svg" alt="Thumbtack icon" :width="24" :height="24" />
CSS background
.icon-thumbtack {
background-image: url('https://proicons.com/icon/316329.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>Thumbtack</title><path d="M6.18 6.38h11.69v2.68H6.17zm7.27 3.8v3.14c0 3.23-.02 3.74-.14 4.36a7.95 7.95 0 0 1-1.3 2.87c-.03 0-.78-1.35-.9-1.62-.17-.4-.3-.8-.4-1.25l-.09-.41-.02-5.78.16-.2a3.3 3.3 0 0 1 2.44-1.1zM12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0Z"/></svg>
Copied!