thumbsup icon

thumbsup-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
thumbsup-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the thumbsup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.349 2.378a.75.75 0 0 1 .808-.361l.127.027a3.875 3.875 0 0 1 2.879 4.97L16.527 9h1.137c2.645 0 4.513 2.591 3.676 5.1l-1.559 4.678A3.25 3.25 0 0 1 16.698 21h-5.289a4.5 4.5 0 0 1-2.828-.999A1.75 1.75 0 0 1 7 21H4.75A1.75 1.75 0 0 1 3 19.25v-8.5C3 9.784 3.784 9 4.75 9h4.67a.25.25 0 0 0 .217-.126zM8.75 18.16l.683.598a3 3 0 0 0 1.976.742h5.289a1.75 1.75 0 0 0 1.66-1.197l1.559-4.677a2.375 2.375 0 0 0-2.253-3.126H15.5a.75.75 0 0 1-.714-.979l.948-2.964a2.375 2.375 0 0 0-1.373-2.927l-3.422 5.988a1.75 1.75 0 0 1-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25H7a.25.25 0 0 0 .25-.25z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonThumbsup24(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="M13.349 2.378a.75.75 0 0 1 .808-.361l.127.027a3.875 3.875 0 0 1 2.879 4.97L16.527 9h1.137c2.645 0 4.513 2.591 3.676 5.1l-1.559 4.678A3.25 3.25 0 0 1 16.698 21h-5.289a4.5 4.5 0 0 1-2.828-.999A1.75 1.75 0 0 1 7 21H4.75A1.75 1.75 0 0 1 3 19.25v-8.5C3 9.784 3.784 9 4.75 9h4.67a.25.25 0 0 0 .217-.126zM8.75 18.16l.683.598a3 3 0 0 0 1.976.742h5.289a1.75 1.75 0 0 0 1.66-1.197l1.559-4.677a2.375 2.375 0 0 0-2.253-3.126H15.5a.75.75 0 0 1-.714-.979l.948-2.964a2.375 2.375 0 0 0-1.373-2.927l-3.422 5.988a1.75 1.75 0 0 1-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25H7a.25.25 0 0 0 .25-.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.349 2.378a.75.75 0 0 1 .808-.361l.127.027a3.875 3.875 0 0 1 2.879 4.97L16.527 9h1.137c2.645 0 4.513 2.591 3.676 5.1l-1.559 4.678A3.25 3.25 0 0 1 16.698 21h-5.289a4.5 4.5 0 0 1-2.828-.999A1.75 1.75 0 0 1 7 21H4.75A1.75 1.75 0 0 1 3 19.25v-8.5C3 9.784 3.784 9 4.75 9h4.67a.25.25 0 0 0 .217-.126zM8.75 18.16l.683.598a3 3 0 0 0 1.976.742h5.289a1.75 1.75 0 0 0 1.66-1.197l1.559-4.677a2.375 2.375 0 0 0-2.253-3.126H15.5a.75.75 0 0 1-.714-.979l.948-2.964a2.375 2.375 0 0 0-1.373-2.927l-3.422 5.988a1.75 1.75 0 0 1-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25H7a.25.25 0 0 0 .25-.25z"/></svg>
</template>

CSS

.icon-thumbsup-24 {
  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%22M13.349%202.378a.75.75%200%200%201%20.808-.361l.127.027a3.875%203.875%200%200%201%202.879%204.97L16.527%209h1.137c2.645%200%204.513%202.591%203.676%205.1l-1.559%204.678A3.25%203.25%200%200%201%2016.698%2021h-5.289a4.5%204.5%200%200%201-2.828-.999A1.75%201.75%200%200%201%207%2021H4.75A1.75%201.75%200%200%201%203%2019.25v-8.5C3%209.784%203.784%209%204.75%209h4.67a.25.25%200%200%200%20.217-.126zM8.75%2018.16l.683.598a3%203%200%200%200%201.976.742h5.289a1.75%201.75%200%200%200%201.66-1.197l1.559-4.677a2.375%202.375%200%200%200-2.253-3.126H15.5a.75.75%200%200%201-.714-.979l.948-2.964a2.375%202.375%200%200%200-1.373-2.927l-3.422%205.988a1.75%201.75%200%200%201-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25%200%200%200-.25.25v8.5c0%20.138.112.25.25.25H7a.25.25%200%200%200%20.25-.25z%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%22M13.349%202.378a.75.75%200%200%201%20.808-.361l.127.027a3.875%203.875%200%200%201%202.879%204.97L16.527%209h1.137c2.645%200%204.513%202.591%203.676%205.1l-1.559%204.678A3.25%203.25%200%200%201%2016.698%2021h-5.289a4.5%204.5%200%200%201-2.828-.999A1.75%201.75%200%200%201%207%2021H4.75A1.75%201.75%200%200%201%203%2019.25v-8.5C3%209.784%203.784%209%204.75%209h4.67a.25.25%200%200%200%20.217-.126zM8.75%2018.16l.683.598a3%203%200%200%200%201.976.742h5.289a1.75%201.75%200%200%200%201.66-1.197l1.559-4.677a2.375%202.375%200%200%200-2.253-3.126H15.5a.75.75%200%200%201-.714-.979l.948-2.964a2.375%202.375%200%200%200-1.373-2.927l-3.422%205.988a1.75%201.75%200%200%201-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25%200%200%200-.25.25v8.5c0%20.138.112.25.25.25H7a.25.25%200%200%200%20.25-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/thumbsup-24.svg?color=%231a73e8&size=48