thumbs down icon

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

Name
thumbs-down-bold
Set
Phosphor
Style
Bold
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="m243.78 156.53l-12-96A28 28 0 0 0 204 36H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h40.58l36.69 73.37A12 12 0 0 0 120 244a44.05 44.05 0 0 0 44-44v-12h52a28 28 0 0 0 27.78-31.47M68 140H36V60h32Zm151 22.65a4 4 0 0 1-3 1.35h-64a12 12 0 0 0-12 12v24a20 20 0 0 1-13.18 18.8L92 149.17V60h112a4 4 0 0 1 4 3.5l12 96a4 4 0 0 1-1 3.15"/></svg>

React

import type { SVGProps } from "react";

export function PhThumbsDownBold(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="m243.78 156.53l-12-96A28 28 0 0 0 204 36H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h40.58l36.69 73.37A12 12 0 0 0 120 244a44.05 44.05 0 0 0 44-44v-12h52a28 28 0 0 0 27.78-31.47M68 140H36V60h32Zm151 22.65a4 4 0 0 1-3 1.35h-64a12 12 0 0 0-12 12v24a20 20 0 0 1-13.18 18.8L92 149.17V60h112a4 4 0 0 1 4 3.5l12 96a4 4 0 0 1-1 3.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m243.78 156.53l-12-96A28 28 0 0 0 204 36H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h40.58l36.69 73.37A12 12 0 0 0 120 244a44.05 44.05 0 0 0 44-44v-12h52a28 28 0 0 0 27.78-31.47M68 140H36V60h32Zm151 22.65a4 4 0 0 1-3 1.35h-64a12 12 0 0 0-12 12v24a20 20 0 0 1-13.18 18.8L92 149.17V60h112a4 4 0 0 1 4 3.5l12 96a4 4 0 0 1-1 3.15"/></svg>
</template>

CSS

.icon-thumbs-down-bold {
  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%22m243.78%20156.53l-12-96A28%2028%200%200%200%20204%2036H32a20%2020%200%200%200-20%2020v88a20%2020%200%200%200%2020%2020h40.58l36.69%2073.37A12%2012%200%200%200%20120%20244a44.05%2044.05%200%200%200%2044-44v-12h52a28%2028%200%200%200%2027.78-31.47M68%20140H36V60h32Zm151%2022.65a4%204%200%200%201-3%201.35h-64a12%2012%200%200%200-12%2012v24a20%2020%200%200%201-13.18%2018.8L92%20149.17V60h112a4%204%200%200%201%204%203.5l12%2096a4%204%200%200%201-1%203.15%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%22m243.78%20156.53l-12-96A28%2028%200%200%200%20204%2036H32a20%2020%200%200%200-20%2020v88a20%2020%200%200%200%2020%2020h40.58l36.69%2073.37A12%2012%200%200%200%20120%20244a44.05%2044.05%200%200%200%2044-44v-12h52a28%2028%200%200%200%2027.78-31.47M68%20140H36V60h32Zm151%2022.65a4%204%200%200%201-3%201.35h-64a12%2012%200%200%200-12%2012v24a20%2020%200%200%201-13.18%2018.8L92%20149.17V60h112a4%204%200%200%201%204%203.5l12%2096a4%204%200%200%201-1%203.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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