Thumbs Down Icon
Free SVG icon from the IcoFont 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/306671.svg" alt="Thumbs Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306671.svg" alt="Thumbs Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306671.svg" alt="Thumbs Down icon" :width="24" :height="24" />
CSS background
.icon-thumbs-down {
background-image: url('https://proicons.com/icon/306671.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M192 581H96c-24 0-33-9-33-33V128c0-22 10-32 31-33h98c22 1 33 11 33 33v421c0 23-10 32-33 32zm640 29H563c0 2 1 4 1 5 10 50 19 101 19 152 0 33-2 65-16 96-9 19-21 35-43 40-22 6-39-3-42-22-3-14-5-28-7-42-3-32-12-62-34-86-13-14-24-29-37-43-32-33-57-70-74-112-3-8-8-16-12-24-8-13-20-19-35-20-16-1-24-6-28-22-2-7-3-15-3-22V167c0-6 0-12 1-18 3-18 14-27 32-27h21c27-2 54-5 80-12 28-6 55-15 84-15h228c51 3 92 44 93 96 27 19 45 51 45 87v10c4 3 7 5 10 8 21 20 34 47 34 78v2c0 10-2 20-5 30 37 16 62 53 62 96v2c1 59-47 106-105 106z"/></svg>
Thumbs Down in other icon packs
Copied!