thumbsup icon

thumbsup from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
thumbsup
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the thumbsup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 6h-2.327l.535-1.782A2.502 2.502 0 0 0 8.813.999a1 1 0 0 0-.899.555L5.83 5.722a.5.5 0 0 1-.447.276H3.001c-1.103 0-2 .897-2 2v5c0 1.103.897 2 2 2h8.162c1.564 0 2.12-1.202 2.402-2.105l1.343-4.297q.092-.294.092-.6a2 2 0 0 0-2.001-1.998zM2 13V8c0-.551.449-1 1-1h1v7H3c-.551 0-1-.449-1-1m11.954-4.702l-1.343 4.298c-.364 1.165-.842 1.403-1.448 1.403H5.001v-7h.382c.572 0 1.086-.318 1.342-.829l2.084-4.168L8.813 2a1.5 1.5 0 0 1 1.436 1.932l-.728 2.425a.5.5 0 0 0 .479.644h2.999a1 1 0 0 1 .955 1.299z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconThumbsup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 6h-2.327l.535-1.782A2.502 2.502 0 0 0 8.813.999a1 1 0 0 0-.899.555L5.83 5.722a.5.5 0 0 1-.447.276H3.001c-1.103 0-2 .897-2 2v5c0 1.103.897 2 2 2h8.162c1.564 0 2.12-1.202 2.402-2.105l1.343-4.297q.092-.294.092-.6a2 2 0 0 0-2.001-1.998zM2 13V8c0-.551.449-1 1-1h1v7H3c-.551 0-1-.449-1-1m11.954-4.702l-1.343 4.298c-.364 1.165-.842 1.403-1.448 1.403H5.001v-7h.382c.572 0 1.086-.318 1.342-.829l2.084-4.168L8.813 2a1.5 1.5 0 0 1 1.436 1.932l-.728 2.425a.5.5 0 0 0 .479.644h2.999a1 1 0 0 1 .955 1.299z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 6h-2.327l.535-1.782A2.502 2.502 0 0 0 8.813.999a1 1 0 0 0-.899.555L5.83 5.722a.5.5 0 0 1-.447.276H3.001c-1.103 0-2 .897-2 2v5c0 1.103.897 2 2 2h8.162c1.564 0 2.12-1.202 2.402-2.105l1.343-4.297q.092-.294.092-.6a2 2 0 0 0-2.001-1.998zM2 13V8c0-.551.449-1 1-1h1v7H3c-.551 0-1-.449-1-1m11.954-4.702l-1.343 4.298c-.364 1.165-.842 1.403-1.448 1.403H5.001v-7h.382c.572 0 1.086-.318 1.342-.829l2.084-4.168L8.813 2a1.5 1.5 0 0 1 1.436 1.932l-.728 2.425a.5.5 0 0 0 .479.644h2.999a1 1 0 0 1 .955 1.299z"/></svg>
</template>

CSS

.icon-thumbsup {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.999%206h-2.327l.535-1.782A2.502%202.502%200%200%200%208.813.999a1%201%200%200%200-.899.555L5.83%205.722a.5.5%200%200%201-.447.276H3.001c-1.103%200-2%20.897-2%202v5c0%201.103.897%202%202%202h8.162c1.564%200%202.12-1.202%202.402-2.105l1.343-4.297q.092-.294.092-.6a2%202%200%200%200-2.001-1.998zM2%2013V8c0-.551.449-1%201-1h1v7H3c-.551%200-1-.449-1-1m11.954-4.702l-1.343%204.298c-.364%201.165-.842%201.403-1.448%201.403H5.001v-7h.382c.572%200%201.086-.318%201.342-.829l2.084-4.168L8.813%202a1.5%201.5%200%200%201%201.436%201.932l-.728%202.425a.5.5%200%200%200%20.479.644h2.999a1%201%200%200%201%20.955%201.299z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.999%206h-2.327l.535-1.782A2.502%202.502%200%200%200%208.813.999a1%201%200%200%200-.899.555L5.83%205.722a.5.5%200%200%201-.447.276H3.001c-1.103%200-2%20.897-2%202v5c0%201.103.897%202%202%202h8.162c1.564%200%202.12-1.202%202.402-2.105l1.343-4.297q.092-.294.092-.6a2%202%200%200%200-2.001-1.998zM2%2013V8c0-.551.449-1%201-1h1v7H3c-.551%200-1-.449-1-1m11.954-4.702l-1.343%204.298c-.364%201.165-.842%201.403-1.448%201.403H5.001v-7h.382c.572%200%201.086-.318%201.342-.829l2.084-4.168L8.813%202a1.5%201.5%200%200%201%201.436%201.932l-.728%202.425a.5.5%200%200%200%20.479.644h2.999a1%201%200%200%201%20.955%201.299z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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