thumbs up icon

thumbs-up-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
thumbs-up-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All thumbs up icons →

More like icons from Reicon

Use the thumbs up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.816 2.178c.246-.42.698-.678 1.185-.676a2.25 2.25 0 0 1 2.23 2.547l-.66 4.95h3.142c.822 0 1.472 0 1.989.046c.526.046.97.142 1.356.37a3 3 0 0 1 1.317 1.62c.145.426.148.88.086 1.404c-.061.515-.194 1.151-.362 1.956l-.816 3.908c-.139.664-.249 1.19-.37 1.612c-.124.432-.268.788-.493 1.106a3.5 3.5 0 0 1-1.465 1.19c-.357.156-.736.225-1.184.258c-.438.032-.975.032-1.654.032L13.31 22.5c-.258 0-.396 0-.534-.004a10.5 10.5 0 0 1-3.602-.74a21 21 0 0 1-.492-.206l-.026-.011c-.134-.058-.226-.097-.31-.141a2.5 2.5 0 0 1-1.338-2.028C7 19.275 7 19.175 7 19.03v-7.696c0-.289 0-.489.032-.686a2.5 2.5 0 0 1 .14-.512c.072-.187.174-.36.32-.608zM13 1.502l-.001.5z" clip-rule="evenodd"/><path d="M3.58 8.5h.34c.263 0 .49 0 .678.015c.197.016.394.052.583.148a1.5 1.5 0 0 1 .656.656c.096.19.132.386.148.583c.015.188.015.415.015.679v9.838c0 .264 0 .491-.015.678a1.5 1.5 0 0 1-.148.584a1.5 1.5 0 0 1-.656.656a1.5 1.5 0 0 1-.583.148a9 9 0 0 1-.679.015h-.338c-.264 0-.491 0-.679-.015a1.5 1.5 0 0 1-.583-.148a1.5 1.5 0 0 1-.656-.656a1.5 1.5 0 0 1-.148-.584a9 9 0 0 1-.015-.678v-9.838c0-.264 0-.491.015-.679c.016-.197.052-.394.148-.583a1.5 1.5 0 0 1 .656-.656c.19-.096.386-.132.583-.148c.188-.015.415-.015.679-.015"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconThumbsUpFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.816 2.178c.246-.42.698-.678 1.185-.676a2.25 2.25 0 0 1 2.23 2.547l-.66 4.95h3.142c.822 0 1.472 0 1.989.046c.526.046.97.142 1.356.37a3 3 0 0 1 1.317 1.62c.145.426.148.88.086 1.404c-.061.515-.194 1.151-.362 1.956l-.816 3.908c-.139.664-.249 1.19-.37 1.612c-.124.432-.268.788-.493 1.106a3.5 3.5 0 0 1-1.465 1.19c-.357.156-.736.225-1.184.258c-.438.032-.975.032-1.654.032L13.31 22.5c-.258 0-.396 0-.534-.004a10.5 10.5 0 0 1-3.602-.74a21 21 0 0 1-.492-.206l-.026-.011c-.134-.058-.226-.097-.31-.141a2.5 2.5 0 0 1-1.338-2.028C7 19.275 7 19.175 7 19.03v-7.696c0-.289 0-.489.032-.686a2.5 2.5 0 0 1 .14-.512c.072-.187.174-.36.32-.608zM13 1.502l-.001.5z" clipRule="evenodd"/><path d="M3.58 8.5h.34c.263 0 .49 0 .678.015c.197.016.394.052.583.148a1.5 1.5 0 0 1 .656.656c.096.19.132.386.148.583c.015.188.015.415.015.679v9.838c0 .264 0 .491-.015.678a1.5 1.5 0 0 1-.148.584a1.5 1.5 0 0 1-.656.656a1.5 1.5 0 0 1-.583.148a9 9 0 0 1-.679.015h-.338c-.264 0-.491 0-.679-.015a1.5 1.5 0 0 1-.583-.148a1.5 1.5 0 0 1-.656-.656a1.5 1.5 0 0 1-.148-.584a9 9 0 0 1-.015-.678v-9.838c0-.264 0-.491.015-.679c.016-.197.052-.394.148-.583a1.5 1.5 0 0 1 .656-.656c.19-.096.386-.132.583-.148c.188-.015.415-.015.679-.015"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.816 2.178c.246-.42.698-.678 1.185-.676a2.25 2.25 0 0 1 2.23 2.547l-.66 4.95h3.142c.822 0 1.472 0 1.989.046c.526.046.97.142 1.356.37a3 3 0 0 1 1.317 1.62c.145.426.148.88.086 1.404c-.061.515-.194 1.151-.362 1.956l-.816 3.908c-.139.664-.249 1.19-.37 1.612c-.124.432-.268.788-.493 1.106a3.5 3.5 0 0 1-1.465 1.19c-.357.156-.736.225-1.184.258c-.438.032-.975.032-1.654.032L13.31 22.5c-.258 0-.396 0-.534-.004a10.5 10.5 0 0 1-3.602-.74a21 21 0 0 1-.492-.206l-.026-.011c-.134-.058-.226-.097-.31-.141a2.5 2.5 0 0 1-1.338-2.028C7 19.275 7 19.175 7 19.03v-7.696c0-.289 0-.489.032-.686a2.5 2.5 0 0 1 .14-.512c.072-.187.174-.36.32-.608zM13 1.502l-.001.5z" clip-rule="evenodd"/><path d="M3.58 8.5h.34c.263 0 .49 0 .678.015c.197.016.394.052.583.148a1.5 1.5 0 0 1 .656.656c.096.19.132.386.148.583c.015.188.015.415.015.679v9.838c0 .264 0 .491-.015.678a1.5 1.5 0 0 1-.148.584a1.5 1.5 0 0 1-.656.656a1.5 1.5 0 0 1-.583.148a9 9 0 0 1-.679.015h-.338c-.264 0-.491 0-.679-.015a1.5 1.5 0 0 1-.583-.148a1.5 1.5 0 0 1-.656-.656a1.5 1.5 0 0 1-.148-.584a9 9 0 0 1-.015-.678v-9.838c0-.264 0-.491.015-.679c.016-.197.052-.394.148-.583a1.5 1.5 0 0 1 .656-.656c.19-.096.386-.132.583-.148c.188-.015.415-.015.679-.015"/></g></svg>
</template>

CSS

.icon-thumbs-up-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.816%202.178c.246-.42.698-.678%201.185-.676a2.25%202.25%200%200%201%202.23%202.547l-.66%204.95h3.142c.822%200%201.472%200%201.989.046c.526.046.97.142%201.356.37a3%203%200%200%201%201.317%201.62c.145.426.148.88.086%201.404c-.061.515-.194%201.151-.362%201.956l-.816%203.908c-.139.664-.249%201.19-.37%201.612c-.124.432-.268.788-.493%201.106a3.5%203.5%200%200%201-1.465%201.19c-.357.156-.736.225-1.184.258c-.438.032-.975.032-1.654.032L13.31%2022.5c-.258%200-.396%200-.534-.004a10.5%2010.5%200%200%201-3.602-.74a21%2021%200%200%201-.492-.206l-.026-.011c-.134-.058-.226-.097-.31-.141a2.5%202.5%200%200%201-1.338-2.028C7%2019.275%207%2019.175%207%2019.03v-7.696c0-.289%200-.489.032-.686a2.5%202.5%200%200%201%20.14-.512c.072-.187.174-.36.32-.608zM13%201.502l-.001.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.58%208.5h.34c.263%200%20.49%200%20.678.015c.197.016.394.052.583.148a1.5%201.5%200%200%201%20.656.656c.096.19.132.386.148.583c.015.188.015.415.015.679v9.838c0%20.264%200%20.491-.015.678a1.5%201.5%200%200%201-.148.584a1.5%201.5%200%200%201-.656.656a1.5%201.5%200%200%201-.583.148a9%209%200%200%201-.679.015h-.338c-.264%200-.491%200-.679-.015a1.5%201.5%200%200%201-.583-.148a1.5%201.5%200%200%201-.656-.656a1.5%201.5%200%200%201-.148-.584a9%209%200%200%201-.015-.678v-9.838c0-.264%200-.491.015-.679c.016-.197.052-.394.148-.583a1.5%201.5%200%200%201%20.656-.656c.19-.096.386-.132.583-.148c.188-.015.415-.015.679-.015%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.816%202.178c.246-.42.698-.678%201.185-.676a2.25%202.25%200%200%201%202.23%202.547l-.66%204.95h3.142c.822%200%201.472%200%201.989.046c.526.046.97.142%201.356.37a3%203%200%200%201%201.317%201.62c.145.426.148.88.086%201.404c-.061.515-.194%201.151-.362%201.956l-.816%203.908c-.139.664-.249%201.19-.37%201.612c-.124.432-.268.788-.493%201.106a3.5%203.5%200%200%201-1.465%201.19c-.357.156-.736.225-1.184.258c-.438.032-.975.032-1.654.032L13.31%2022.5c-.258%200-.396%200-.534-.004a10.5%2010.5%200%200%201-3.602-.74a21%2021%200%200%201-.492-.206l-.026-.011c-.134-.058-.226-.097-.31-.141a2.5%202.5%200%200%201-1.338-2.028C7%2019.275%207%2019.175%207%2019.03v-7.696c0-.289%200-.489.032-.686a2.5%202.5%200%200%201%20.14-.512c.072-.187.174-.36.32-.608zM13%201.502l-.001.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.58%208.5h.34c.263%200%20.49%200%20.678.015c.197.016.394.052.583.148a1.5%201.5%200%200%201%20.656.656c.096.19.132.386.148.583c.015.188.015.415.015.679v9.838c0%20.264%200%20.491-.015.678a1.5%201.5%200%200%201-.148.584a1.5%201.5%200%200%201-.656.656a1.5%201.5%200%200%201-.583.148a9%209%200%200%201-.679.015h-.338c-.264%200-.491%200-.679-.015a1.5%201.5%200%200%201-.583-.148a1.5%201.5%200%200%201-.656-.656a1.5%201.5%200%200%201-.148-.584a9%209%200%200%201-.015-.678v-9.838c0-.264%200-.491.015-.679c.016-.197.052-.394.148-.583a1.5%201.5%200%200%201%20.656-.656c.19-.096.386-.132.583-.148c.188-.015.415-.015.679-.015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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