thumbs down icon

thumbs-down-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
thumbs-down-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.85 157.52l-12-96A20 20 0 0 0 204 44H32a12 12 0 0 0-12 12v88a12 12 0 0 0 12 12h45.53l38.89 77.79A4 4 0 0 0 120 236a36 36 0 0 0 36-36v-20h60a20 20 0 0 0 19.85-22.48M76 148H32a4 4 0 0 1-4-4V56a4 4 0 0 1 4-4h44Zm149 19.94a12 12 0 0 1-9 4.06h-64a4 4 0 0 0-4 4v24a28 28 0 0 1-25.58 27.9L84 151.06V52h120a12 12 0 0 1 11.91 10.51l12 96a12 12 0 0 1-2.91 9.43"/></svg>

React

import type { SVGProps } from "react";

export function PhThumbsDownThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.85 157.52l-12-96A20 20 0 0 0 204 44H32a12 12 0 0 0-12 12v88a12 12 0 0 0 12 12h45.53l38.89 77.79A4 4 0 0 0 120 236a36 36 0 0 0 36-36v-20h60a20 20 0 0 0 19.85-22.48M76 148H32a4 4 0 0 1-4-4V56a4 4 0 0 1 4-4h44Zm149 19.94a12 12 0 0 1-9 4.06h-64a4 4 0 0 0-4 4v24a28 28 0 0 1-25.58 27.9L84 151.06V52h120a12 12 0 0 1 11.91 10.51l12 96a12 12 0 0 1-2.91 9.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.85 157.52l-12-96A20 20 0 0 0 204 44H32a12 12 0 0 0-12 12v88a12 12 0 0 0 12 12h45.53l38.89 77.79A4 4 0 0 0 120 236a36 36 0 0 0 36-36v-20h60a20 20 0 0 0 19.85-22.48M76 148H32a4 4 0 0 1-4-4V56a4 4 0 0 1 4-4h44Zm149 19.94a12 12 0 0 1-9 4.06h-64a4 4 0 0 0-4 4v24a28 28 0 0 1-25.58 27.9L84 151.06V52h120a12 12 0 0 1 11.91 10.51l12 96a12 12 0 0 1-2.91 9.43"/></svg>
</template>

CSS

.icon-thumbs-down-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m235.85%20157.52l-12-96A20%2020%200%200%200%20204%2044H32a12%2012%200%200%200-12%2012v88a12%2012%200%200%200%2012%2012h45.53l38.89%2077.79A4%204%200%200%200%20120%20236a36%2036%200%200%200%2036-36v-20h60a20%2020%200%200%200%2019.85-22.48M76%20148H32a4%204%200%200%201-4-4V56a4%204%200%200%201%204-4h44Zm149%2019.94a12%2012%200%200%201-9%204.06h-64a4%204%200%200%200-4%204v24a28%2028%200%200%201-25.58%2027.9L84%20151.06V52h120a12%2012%200%200%201%2011.91%2010.51l12%2096a12%2012%200%200%201-2.91%209.43%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m235.85%20157.52l-12-96A20%2020%200%200%200%20204%2044H32a12%2012%200%200%200-12%2012v88a12%2012%200%200%200%2012%2012h45.53l38.89%2077.79A4%204%200%200%200%20120%20236a36%2036%200%200%200%2036-36v-20h60a20%2020%200%200%200%2019.85-22.48M76%20148H32a4%204%200%200%201-4-4V56a4%204%200%200%201%204-4h44Zm149%2019.94a12%2012%200%200%201-9%204.06h-64a4%204%200%200%200-4%204v24a28%2028%200%200%201-25.58%2027.9L84%20151.06V52h120a12%2012%200%200%201%2011.91%2010.51l12%2096a12%2012%200%200%201-2.91%209.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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