thumbsdown icon
thumbsdown from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- thumbsdown
- Set
- Octicons
- Style
- Regular
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the thumbsdown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55c.91 1 .88 1.8.63 3.27c-.08.5.06 1 .42 1.42c.39.47.98.76 1.56.76c1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97c0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4c-.5 0-1.08-.5-1-1c.25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02l1 6c-.03.64-.38 1-1 1h-.01z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonThumbsdown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55c.91 1 .88 1.8.63 3.27c-.08.5.06 1 .42 1.42c.39.47.98.76 1.56.76c1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97c0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4c-.5 0-1.08-.5-1-1c.25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02l1 6c-.03.64-.38 1-1 1h-.01z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55c.91 1 .88 1.8.63 3.27c-.08.5.06 1 .42 1.42c.39.47.98.76 1.56.76c1.83 0 3-3.71 3-5.01l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97c0-.11-.02-.21-.02-.21zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4c-.5 0-1.08-.5-1-1c.25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02l1 6c-.03.64-.38 1-1 1h-.01z" fill="currentColor"/></svg> </template>
CSS
.icon-thumbsdown {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.98%207.83l-.97-5.95C14.84.5%2013.13%200%2012%200H5.69c-.2%200-.38.05-.53.14L3.72%201H2C.94%201%200%201.94%200%203v4c0%201.06.94%202.02%202%202h2c.91%200%201.39.45%202.39%201.55c.91%201%20.88%201.8.63%203.27c-.08.5.06%201%20.42%201.42c.39.47.98.76%201.56.76c1.83%200%203-3.71%203-5.01l-.02-.98h2.04c1.16%200%201.95-.8%201.98-1.97c0-.11-.02-.21-.02-.21zm-1.97%201.19h-1.99c-.7%200-1.03.28-1.03.97l.03%201.03c0%201.27-1.17%204-2%204c-.5%200-1.08-.5-1-1c.25-1.58.34-2.78-.89-4.14C6.11%208.75%205.36%208%204%208V2l1.67-1H12c.73%200%201.95.31%202%201l.02.02l1%206c-.03.64-.38%201-1%201h-.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.98%207.83l-.97-5.95C14.84.5%2013.13%200%2012%200H5.69c-.2%200-.38.05-.53.14L3.72%201H2C.94%201%200%201.94%200%203v4c0%201.06.94%202.02%202%202h2c.91%200%201.39.45%202.39%201.55c.91%201%20.88%201.8.63%203.27c-.08.5.06%201%20.42%201.42c.39.47.98.76%201.56.76c1.83%200%203-3.71%203-5.01l-.02-.98h2.04c1.16%200%201.95-.8%201.98-1.97c0-.11-.02-.21-.02-.21zm-1.97%201.19h-1.99c-.7%200-1.03.28-1.03.97l.03%201.03c0%201.27-1.17%204-2%204c-.5%200-1.08-.5-1-1c.25-1.58.34-2.78-.89-4.14C6.11%208.75%205.36%208%204%208V2l1.67-1H12c.73%200%201.95.31%202%201l.02.02l1%206c-.03.64-.38%201-1%201h-.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/thumbsdown.svg?color=%231a73e8&size=48