Thumbs Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Thumbs Up 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/310999.svg" alt="Thumbs Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310999.svg" alt="Thumbs Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310999.svg" alt="Thumbs Up icon" :width="24" :height="24" />
CSS background
.icon-thumbs-up {
background-image: url('https://proicons.com/icon/310999.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.75087 9.41455H4.56737C3.58693 9.41455 2.79212 10.2094 2.79212 11.1898V19.4743C2.79212 20.4548 3.58693 21.2496 4.56737 21.2496H5.75087C6.73132 21.2496 7.52613 20.4548 7.52613 19.4743V11.1898C7.52613 10.2094 6.73132 9.41455 5.75087 9.41455Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.1601 12.2431L19.7399 19.3441C19.6316 19.889 19.3352 20.3785 18.9025 20.7268C18.4697 21.0752 17.9283 21.2602 17.3729 21.2496H9.89312C9.26536 21.2496 8.6633 21.0002 8.2194 20.5563C7.7755 20.1124 7.52612 19.5103 7.52612 18.8826V11.7816C7.54514 11.3258 7.66043 10.8793 7.86441 10.4713C8.0684 10.0634 8.35645 9.7032 8.70962 9.41456L9.69193 3.49705C9.71407 3.359 9.76851 3.22814 9.85082 3.11511C9.93312 3.00209 10.041 2.91011 10.1655 2.84666C10.2901 2.78321 10.4279 2.75009 10.5678 2.75C10.7076 2.74991 10.8454 2.78284 10.9701 2.84612L12.0708 3.39054C12.7979 3.75007 13.3801 4.34778 13.7203 5.0842C14.0605 5.82062 14.1383 6.65133 13.9407 7.43811L13.4436 9.40272H18.8404C19.1914 9.40265 19.5381 9.48065 19.8552 9.63109C20.1724 9.78153 20.4522 10.0006 20.6742 10.2725C20.8962 10.5444 21.055 10.8623 21.1391 11.2031C21.2231 11.5439 21.2303 11.8992 21.1601 12.2431Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Thumbs Up in other icon packs
Copied!