thumbs up icon

thumbs-up-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
thumbs-up-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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="M21.863 11.026c-.11-.45-.319-.87-.61-1.23a3 3 0 0 0-1.08-.84a3.1 3.1 0 0 0-1.34-.3h-4.43l.26-1a4.3 4.3 0 0 0-.26-2.85a4.37 4.37 0 0 0-2-2.05l-1.1-.54a1.67 1.67 0 0 0-1.48 0a1.65 1.65 0 0 0-.58.5a1.54 1.54 0 0 0-.29.7l-.94 5.65a3 3 0 0 0-.41.46a2.48 2.48 0 0 0-1.87-.9h-1.18a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.18a2.5 2.5 0 0 0 1.94-.91a3.13 3.13 0 0 0 2.21.91h7.52a3.12 3.12 0 0 0 2-.69a3.06 3.06 0 0 0 1.1-1.82l1.42-7.09a3.2 3.2 0 0 0-.06-1.33m-15.13 8.45a1 1 0 0 1-1 1h-1.18a1 1 0 0 1-1-1v-8.29a1 1 0 0 1 1-1h1.18a1 1 0 0 1 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MageThumbsUpFill(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="M21.863 11.026c-.11-.45-.319-.87-.61-1.23a3 3 0 0 0-1.08-.84a3.1 3.1 0 0 0-1.34-.3h-4.43l.26-1a4.3 4.3 0 0 0-.26-2.85a4.37 4.37 0 0 0-2-2.05l-1.1-.54a1.67 1.67 0 0 0-1.48 0a1.65 1.65 0 0 0-.58.5a1.54 1.54 0 0 0-.29.7l-.94 5.65a3 3 0 0 0-.41.46a2.48 2.48 0 0 0-1.87-.9h-1.18a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.18a2.5 2.5 0 0 0 1.94-.91a3.13 3.13 0 0 0 2.21.91h7.52a3.12 3.12 0 0 0 2-.69a3.06 3.06 0 0 0 1.1-1.82l1.42-7.09a3.2 3.2 0 0 0-.06-1.33m-15.13 8.45a1 1 0 0 1-1 1h-1.18a1 1 0 0 1-1-1v-8.29a1 1 0 0 1 1-1h1.18a1 1 0 0 1 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.863 11.026c-.11-.45-.319-.87-.61-1.23a3 3 0 0 0-1.08-.84a3.1 3.1 0 0 0-1.34-.3h-4.43l.26-1a4.3 4.3 0 0 0-.26-2.85a4.37 4.37 0 0 0-2-2.05l-1.1-.54a1.67 1.67 0 0 0-1.48 0a1.65 1.65 0 0 0-.58.5a1.54 1.54 0 0 0-.29.7l-.94 5.65a3 3 0 0 0-.41.46a2.48 2.48 0 0 0-1.87-.9h-1.18a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.18a2.5 2.5 0 0 0 1.94-.91a3.13 3.13 0 0 0 2.21.91h7.52a3.12 3.12 0 0 0 2-.69a3.06 3.06 0 0 0 1.1-1.82l1.42-7.09a3.2 3.2 0 0 0-.06-1.33m-15.13 8.45a1 1 0 0 1-1 1h-1.18a1 1 0 0 1-1-1v-8.29a1 1 0 0 1 1-1h1.18a1 1 0 0 1 1 1z"/></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%22M21.863%2011.026c-.11-.45-.319-.87-.61-1.23a3%203%200%200%200-1.08-.84a3.1%203.1%200%200%200-1.34-.3h-4.43l.26-1a4.3%204.3%200%200%200-.26-2.85a4.37%204.37%200%200%200-2-2.05l-1.1-.54a1.67%201.67%200%200%200-1.48%200a1.65%201.65%200%200%200-.58.5a1.54%201.54%200%200%200-.29.7l-.94%205.65a3%203%200%200%200-.41.46a2.48%202.48%200%200%200-1.87-.9h-1.18a2.52%202.52%200%200%200-2.52%202.52v8.29a2.52%202.52%200%200%200%202.52%202.52h1.18a2.5%202.5%200%200%200%201.94-.91a3.13%203.13%200%200%200%202.21.91h7.52a3.12%203.12%200%200%200%202-.69a3.06%203.06%200%200%200%201.1-1.82l1.42-7.09a3.2%203.2%200%200%200-.06-1.33m-15.13%208.45a1%201%200%200%201-1%201h-1.18a1%201%200%200%201-1-1v-8.29a1%201%200%200%201%201-1h1.18a1%201%200%200%201%201%201z%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%22M21.863%2011.026c-.11-.45-.319-.87-.61-1.23a3%203%200%200%200-1.08-.84a3.1%203.1%200%200%200-1.34-.3h-4.43l.26-1a4.3%204.3%200%200%200-.26-2.85a4.37%204.37%200%200%200-2-2.05l-1.1-.54a1.67%201.67%200%200%200-1.48%200a1.65%201.65%200%200%200-.58.5a1.54%201.54%200%200%200-.29.7l-.94%205.65a3%203%200%200%200-.41.46a2.48%202.48%200%200%200-1.87-.9h-1.18a2.52%202.52%200%200%200-2.52%202.52v8.29a2.52%202.52%200%200%200%202.52%202.52h1.18a2.5%202.5%200%200%200%201.94-.91a3.13%203.13%200%200%200%202.21.91h7.52a3.12%203.12%200%200%200%202-.69a3.06%203.06%200%200%200%201.1-1.82l1.42-7.09a3.2%203.2%200%200%200-.06-1.33m-15.13%208.45a1%201%200%200%201-1%201h-1.18a1%201%200%200%201-1-1v-8.29a1%201%200%200%201%201-1h1.18a1%201%200%200%201%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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