thumbs up icon

thumbs-up-fill from Prime Icons by PrimeTek · Fill · MIT Free for personal and commercial use.

Name
thumbs-up-fill
Set
Prime Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Prime Icons

The same icon in other sets

Related icons in Prime Icons

Use the thumbs up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.24 11v9H5.63c-.9 0-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62 1.62-1.62zM18.5 9.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4 0-.76.24-.92.61L7.99 11v9h9.2c.73 0 1.35-.52 1.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeThumbsUpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.24 11v9H5.63c-.9 0-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62 1.62-1.62zM18.5 9.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4 0-.76.24-.92.61L7.99 11v9h9.2c.73 0 1.35-.52 1.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.24 11v9H5.63c-.9 0-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62 1.62-1.62zM18.5 9.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4 0-.76.24-.92.61L7.99 11v9h9.2c.73 0 1.35-.52 1.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76Z"/></svg>
</template>

CSS

.icon-thumbs-up-fill {
  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%22currentColor%22%20d%3D%22M7.24%2011v9H5.63c-.9%200-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62%201.62-1.62zM18.5%209.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4%200-.76.24-.92.61L7.99%2011v9h9.2c.73%200%201.35-.52%201.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76Z%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%22currentColor%22%20d%3D%22M7.24%2011v9H5.63c-.9%200-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62%201.62-1.62zM18.5%209.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4%200-.76.24-.92.61L7.99%2011v9h9.2c.73%200%201.35-.52%201.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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