thumb-up-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
thumb-up-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Related icons in Majesticons

Use the thumb up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.926 3.66a2.254 2.254 0 0 1 3.817 1.965l-.563 3.378A5 5 0 0 1 21 14v2a5 5 0 0 1-5 5H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1.586l5.34-5.34zM7 11H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h1v-8zm2 8h7a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-3a1 1 0 1 1 0-2h1.153l.617-3.704a.254.254 0 0 0-.43-.222L9 10.414V19z"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsThumbUpLine(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 d="M12.926 3.66a2.254 2.254 0 0 1 3.817 1.965l-.563 3.378A5 5 0 0 1 21 14v2a5 5 0 0 1-5 5H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1.586l5.34-5.34zM7 11H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h1v-8zm2 8h7a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-3a1 1 0 1 1 0-2h1.153l.617-3.704a.254.254 0 0 0-.43-.222L9 10.414V19z"/></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 d="M12.926 3.66a2.254 2.254 0 0 1 3.817 1.965l-.563 3.378A5 5 0 0 1 21 14v2a5 5 0 0 1-5 5H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1.586l5.34-5.34zM7 11H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h1v-8zm2 8h7a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-3a1 1 0 1 1 0-2h1.153l.617-3.704a.254.254 0 0 0-.43-.222L9 10.414V19z"/></g></svg>
</template>

CSS

.icon-thumb-up-line {
  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%20d%3D%22M12.926%203.66a2.254%202.254%200%200%201%203.817%201.965l-.563%203.378A5%205%200%200%201%2021%2014v2a5%205%200%200%201-5%205H6a3%203%200%200%201-3-3v-6a3%203%200%200%201%203-3h1.586l5.34-5.34zM7%2011H6a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h1v-8zm2%208h7a3%203%200%200%200%203-3v-2a3%203%200%200%200-3-3h-3a1%201%200%201%201%200-2h1.153l.617-3.704a.254.254%200%200%200-.43-.222L9%2010.414V19z%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%20d%3D%22M12.926%203.66a2.254%202.254%200%200%201%203.817%201.965l-.563%203.378A5%205%200%200%201%2021%2014v2a5%205%200%200%201-5%205H6a3%203%200%200%201-3-3v-6a3%203%200%200%201%203-3h1.586l5.34-5.34zM7%2011H6a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h1v-8zm2%208h7a3%203%200%200%200%203-3v-2a3%203%200%200%200-3-3h-3a1%201%200%201%201%200-2h1.153l.617-3.704a.254.254%200%200%200-.43-.222L9%2010.414V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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