thumbs up icon

thumbs-up from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
thumbs-up
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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.3 10.08A3 3 0 0 0 19 9h-4.56L15 7.57A4.13 4.13 0 0 0 11.11 2a1 1 0 0 0-.91.59L7.35 9H5a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h12.73a3 3 0 0 0 2.95-2.46l1.27-7a3 3 0 0 0-.65-2.46M7 20H5a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2Zm13-7.82l-1.27 7a1 1 0 0 1-1 .82H9v-9.79l2.72-6.12a2.11 2.11 0 0 1 1.38 2.78l-.53 1.43a2 2 0 0 0 1.87 2.7H19a1 1 0 0 1 .77.36a1 1 0 0 1 .23.82"/></svg>

React

import type { SVGProps } from "react";

export function UilThumbsUp(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.3 10.08A3 3 0 0 0 19 9h-4.56L15 7.57A4.13 4.13 0 0 0 11.11 2a1 1 0 0 0-.91.59L7.35 9H5a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h12.73a3 3 0 0 0 2.95-2.46l1.27-7a3 3 0 0 0-.65-2.46M7 20H5a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2Zm13-7.82l-1.27 7a1 1 0 0 1-1 .82H9v-9.79l2.72-6.12a2.11 2.11 0 0 1 1.38 2.78l-.53 1.43a2 2 0 0 0 1.87 2.7H19a1 1 0 0 1 .77.36a1 1 0 0 1 .23.82"/></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.3 10.08A3 3 0 0 0 19 9h-4.56L15 7.57A4.13 4.13 0 0 0 11.11 2a1 1 0 0 0-.91.59L7.35 9H5a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h12.73a3 3 0 0 0 2.95-2.46l1.27-7a3 3 0 0 0-.65-2.46M7 20H5a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2Zm13-7.82l-1.27 7a1 1 0 0 1-1 .82H9v-9.79l2.72-6.12a2.11 2.11 0 0 1 1.38 2.78l-.53 1.43a2 2 0 0 0 1.87 2.7H19a1 1 0 0 1 .77.36a1 1 0 0 1 .23.82"/></svg>
</template>

CSS

.icon-thumbs-up {
  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.3%2010.08A3%203%200%200%200%2019%209h-4.56L15%207.57A4.13%204.13%200%200%200%2011.11%202a1%201%200%200%200-.91.59L7.35%209H5a3%203%200%200%200-3%203v7a3%203%200%200%200%203%203h12.73a3%203%200%200%200%202.95-2.46l1.27-7a3%203%200%200%200-.65-2.46M7%2020H5a1%201%200%200%201-1-1v-7a1%201%200%200%201%201-1h2Zm13-7.82l-1.27%207a1%201%200%200%201-1%20.82H9v-9.79l2.72-6.12a2.11%202.11%200%200%201%201.38%202.78l-.53%201.43a2%202%200%200%200%201.87%202.7H19a1%201%200%200%201%20.77.36a1%201%200%200%201%20.23.82%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.3%2010.08A3%203%200%200%200%2019%209h-4.56L15%207.57A4.13%204.13%200%200%200%2011.11%202a1%201%200%200%200-.91.59L7.35%209H5a3%203%200%200%200-3%203v7a3%203%200%200%200%203%203h12.73a3%203%200%200%200%202.95-2.46l1.27-7a3%203%200%200%200-.65-2.46M7%2020H5a1%201%200%200%201-1-1v-7a1%201%200%200%201%201-1h2Zm13-7.82l-1.27%207a1%201%200%200%201-1%20.82H9v-9.79l2.72-6.12a2.11%202.11%200%200%201%201.38%202.78l-.53%201.43a2%202%200%200%200%201.87%202.7H19a1%201%200%200%201%20.77.36a1%201%200%200%201%20.23.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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