thumbs up icon

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

Name
thumbs-up-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 up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237 77.47A28 28 0 0 0 216 68h-52V56a44.05 44.05 0 0 0-44-44a12 12 0 0 0-10.73 6.63L72.58 92H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h172a28 28 0 0 0 27.78-24.53l12-96a28 28 0 0 0-6.78-22M36 116h32v80H36Zm184-19.5l-12 96a4 4 0 0 1-4 3.5H92v-89.17l34.82-69.63A20 20 0 0 1 140 56v24a12 12 0 0 0 12 12h64a4 4 0 0 1 4 4.5"/></svg>

React

import type { SVGProps } from "react";

export function PhThumbsUpBold(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="M237 77.47A28 28 0 0 0 216 68h-52V56a44.05 44.05 0 0 0-44-44a12 12 0 0 0-10.73 6.63L72.58 92H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h172a28 28 0 0 0 27.78-24.53l12-96a28 28 0 0 0-6.78-22M36 116h32v80H36Zm184-19.5l-12 96a4 4 0 0 1-4 3.5H92v-89.17l34.82-69.63A20 20 0 0 1 140 56v24a12 12 0 0 0 12 12h64a4 4 0 0 1 4 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237 77.47A28 28 0 0 0 216 68h-52V56a44.05 44.05 0 0 0-44-44a12 12 0 0 0-10.73 6.63L72.58 92H32a20 20 0 0 0-20 20v88a20 20 0 0 0 20 20h172a28 28 0 0 0 27.78-24.53l12-96a28 28 0 0 0-6.78-22M36 116h32v80H36Zm184-19.5l-12 96a4 4 0 0 1-4 3.5H92v-89.17l34.82-69.63A20 20 0 0 1 140 56v24a12 12 0 0 0 12 12h64a4 4 0 0 1 4 4.5"/></svg>
</template>

CSS

.icon-thumbs-up-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%22M237%2077.47A28%2028%200%200%200%20216%2068h-52V56a44.05%2044.05%200%200%200-44-44a12%2012%200%200%200-10.73%206.63L72.58%2092H32a20%2020%200%200%200-20%2020v88a20%2020%200%200%200%2020%2020h172a28%2028%200%200%200%2027.78-24.53l12-96a28%2028%200%200%200-6.78-22M36%20116h32v80H36Zm184-19.5l-12%2096a4%204%200%200%201-4%203.5H92v-89.17l34.82-69.63A20%2020%200%200%201%20140%2056v24a12%2012%200%200%200%2012%2012h64a4%204%200%200%201%204%204.5%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%22M237%2077.47A28%2028%200%200%200%20216%2068h-52V56a44.05%2044.05%200%200%200-44-44a12%2012%200%200%200-10.73%206.63L72.58%2092H32a20%2020%200%200%200-20%2020v88a20%2020%200%200%200%2020%2020h172a28%2028%200%200%200%2027.78-24.53l12-96a28%2028%200%200%200-6.78-22M36%20116h32v80H36Zm184-19.5l-12%2096a4%204%200%200%201-4%203.5H92v-89.17l34.82-69.63A20%2020%200%200%201%20140%2056v24a12%2012%200%200%200%2012%2012h64a4%204%200%200%201%204%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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