thumbs down icon

thumbs-down from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
thumbs-down
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 14L16 14L14.3787 20.4851C14.1561 21.3754 13.3562 22 12.4384 22L10.7656 22C9.7569 22 8.9061 21.2489 8.781 20.2481L8 14L4 14C2.8954 14 2 13.1046 2 12C2 11.7602 2.0431 11.5223 2.1273 11.2978L5.1273 3.2978C5.4201 2.5171 6.1663 2 7 2L20 2C21.1046 2 22 2.8954 22 4L22 12C22 13.1046 21.1046 14 20 14ZM16 14L16 2"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsThumbsDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20 14L16 14L14.3787 20.4851C14.1561 21.3754 13.3562 22 12.4384 22L10.7656 22C9.7569 22 8.9061 21.2489 8.781 20.2481L8 14L4 14C2.8954 14 2 13.1046 2 12C2 11.7602 2.0431 11.5223 2.1273 11.2978L5.1273 3.2978C5.4201 2.5171 6.1663 2 7 2L20 2C21.1046 2 22 2.8954 22 4L22 12C22 13.1046 21.1046 14 20 14ZM16 14L16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 14L16 14L14.3787 20.4851C14.1561 21.3754 13.3562 22 12.4384 22L10.7656 22C9.7569 22 8.9061 21.2489 8.781 20.2481L8 14L4 14C2.8954 14 2 13.1046 2 12C2 11.7602 2.0431 11.5223 2.1273 11.2978L5.1273 3.2978C5.4201 2.5171 6.1663 2 7 2L20 2C21.1046 2 22 2.8954 22 4L22 12C22 13.1046 21.1046 14 20 14ZM16 14L16 2"/></svg>
</template>

CSS

.icon-thumbs-down {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%2014L16%2014L14.3787%2020.4851C14.1561%2021.3754%2013.3562%2022%2012.4384%2022L10.7656%2022C9.7569%2022%208.9061%2021.2489%208.781%2020.2481L8%2014L4%2014C2.8954%2014%202%2013.1046%202%2012C2%2011.7602%202.0431%2011.5223%202.1273%2011.2978L5.1273%203.2978C5.4201%202.5171%206.1663%202%207%202L20%202C21.1046%202%2022%202.8954%2022%204L22%2012C22%2013.1046%2021.1046%2014%2020%2014ZM16%2014L16%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%2014L16%2014L14.3787%2020.4851C14.1561%2021.3754%2013.3562%2022%2012.4384%2022L10.7656%2022C9.7569%2022%208.9061%2021.2489%208.781%2020.2481L8%2014L4%2014C2.8954%2014%202%2013.1046%202%2012C2%2011.7602%202.0431%2011.5223%202.1273%2011.2978L5.1273%203.2978C5.4201%202.5171%206.1663%202%207%202L20%202C21.1046%202%2022%202.8954%2022%204L22%2012C22%2013.1046%2021.1046%2014%2020%2014ZM16%2014L16%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/thumbs-down.svg?color=%231a73e8&size=48