Thumbsup Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Thumbsup Filled 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/307473.svg" alt="Thumbsup Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307473.svg" alt="Thumbsup Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307473.svg" alt="Thumbsup Filled icon" :width="24" :height="24" />
CSS background
.icon-thumbsup-filled {
background-image: url('https://proicons.com/icon/307473.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1 8.5V13.5C1 14.327 1.673 15 2.5 15H4V7H2.5C1.673 7 1 7.673 1 8.5ZM14.571 6.815C14.19 6.297 13.602 6 12.959 6H9.526L9.99 3.68C10.122 3.019 9.953 2.342 9.526 1.82C9.099 1.299 8.467 1 7.794 1C7.35 1 6.955 1.298 6.843 1.693L6.379 2.979C6.016 3.984 5.551 4.944 5.001 5.855V15H11.398C12.278 15 13.045 14.436 13.307 13.596L14.869 8.596C15.061 7.982 14.951 7.333 14.571 6.815Z"/></svg>
Thumbsup Filled in other icon packs
Copied!