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/310355.svg" alt="Thumbs Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310355.svg" alt="Thumbs Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310355.svg" alt="Thumbs Up icon" :width="24" :height="24" />
CSS background
.icon-thumbs-up {
background-image: url('https://proicons.com/icon/310355.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="M21.863 11.0263C21.7522 10.5766 21.544 10.1567 21.253 9.79633C20.9625 9.43687 20.5929 9.14937 20.173 8.9563C19.7545 8.75706 19.2965 8.65454 18.833 8.65631H14.403L14.663 7.65631C14.9043 6.70449 14.8125 5.69875 14.403 4.8063C13.9855 3.91771 13.281 3.19559 12.403 2.75632L11.303 2.21631C11.0729 2.10257 10.8196 2.0434 10.563 2.0434C10.3063 2.0434 10.0531 2.10257 9.82297 2.21631C9.5931 2.33519 9.39442 2.50646 9.24297 2.71631C9.08952 2.92185 8.98983 3.16248 8.95297 3.41632L8.01297 9.06631C7.86088 9.20517 7.72349 9.35931 7.60297 9.52631C7.37478 9.25012 7.08946 9.02667 6.76664 8.87131C6.44382 8.71594 6.09118 8.63236 5.73297 8.62631H4.55297C3.88463 8.62631 3.24366 8.89182 2.77106 9.36441C2.29847 9.837 2.03297 10.478 2.03297 11.1463V19.4363C2.03297 20.1047 2.29847 20.7456 2.77106 21.2182C3.24366 21.6908 3.88463 21.9563 4.55297 21.9563H5.73297C6.10357 21.9579 6.46989 21.8771 6.80541 21.7197C7.14094 21.5623 7.43727 21.3323 7.67297 21.0463C8.26027 21.63 9.05494 21.9572 9.88297 21.9563H17.403C18.1297 21.9663 18.837 21.7222 19.403 21.2663C19.9754 20.8107 20.3657 20.165 20.503 19.4463L21.923 12.3563C21.9977 11.9138 21.9772 11.4603 21.863 11.0263ZM6.73297 19.4763C6.73297 19.7415 6.62761 19.9959 6.44008 20.1834C6.25254 20.3709 5.99819 20.4763 5.73297 20.4763H4.55297C4.28775 20.4763 4.0334 20.3709 3.84586 20.1834C3.65833 19.9959 3.55297 19.7415 3.55297 19.4763V11.1863C3.55297 10.9211 3.65833 10.6668 3.84586 10.4792C4.0334 10.2917 4.28775 10.1863 4.55297 10.1863H5.73297C5.99819 10.1863 6.25254 10.2917 6.44008 10.4792C6.62761 10.6668 6.73297 10.9211 6.73297 11.1863V19.4763Z" fill="black"/> </svg>
Thumbs Up in other icon packs
Copied!