Thumbs Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Thumbs Down 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/310998.svg" alt="Thumbs Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310998.svg" alt="Thumbs Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310998.svg" alt="Thumbs Down icon" :width="24" :height="24" />
CSS background
.icon-thumbs-down {
background-image: url('https://proicons.com/icon/310998.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 2.75037H4.56737C3.58693 2.75037 2.79212 3.54517 2.79212 4.52562V12.8101C2.79212 13.7906 3.58693 14.5854 4.56737 14.5854H5.75087C6.73132 14.5854 7.52613 13.7906 7.52613 12.8101V4.52562C7.52613 3.54517 6.73132 2.75037 5.75087 2.75037Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.1601 11.7569L19.7399 4.65587C19.6316 4.11099 19.3352 3.62154 18.9025 3.27319C18.4697 2.92484 17.9283 2.73979 17.3729 2.75043H9.89313C9.26536 2.75043 8.6633 2.99982 8.2194 3.44372C7.7755 3.88762 7.52613 4.48967 7.52613 5.11744V12.2184C7.54514 12.6742 7.66044 13.1207 7.86442 13.5287C8.06841 13.9366 8.35646 14.2968 8.70963 14.5854L9.69194 20.5029C9.71408 20.641 9.76851 20.7719 9.85082 20.8849C9.93312 20.9979 10.041 21.0899 10.1655 21.1533C10.2901 21.2168 10.428 21.2499 10.5678 21.25C10.7076 21.2501 10.8454 21.2172 10.9701 21.1539L12.0708 20.6095C12.7979 20.2499 13.3801 19.6522 13.7203 18.9158C14.0605 18.1794 14.1383 17.3487 13.9407 16.5619L13.4436 14.5973H18.8404C19.1914 14.5974 19.5381 14.5193 19.8553 14.3689C20.1724 14.2185 20.4522 13.9994 20.6742 13.7275C20.8962 13.4556 21.055 13.1377 21.1391 12.7969C21.2231 12.4561 21.2303 12.1008 21.1601 11.7569Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Thumbs Down in other icon packs
Copied!