thumbs up icon

thumbs-up from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
thumbs-up
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the thumbs up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M27.6002 18.5998V11.3998C27.6002 8.41743 25.1826 5.99977 22.2002 5.99977L15.0002 22.1998V41.9998H35.9162C37.7113 42.0201 39.2471 40.7147 39.5162 38.9398L42.0002 22.7398C42.1587 21.6955 41.8506 20.6343 41.1576 19.8373C40.4645 19.0403 39.4564 18.5878 38.4002 18.5998H27.6002Z"/><path fill="#2F88FF" d="M15 22.0001H10.194C8.08532 21.9628 6.2827 23.7095 6 25.7994V38.3994C6.2827 40.4894 8.08532 42.0367 10.194 41.9994H15V22.0001Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkThumbsUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M27.6002 18.5998V11.3998C27.6002 8.41743 25.1826 5.99977 22.2002 5.99977L15.0002 22.1998V41.9998H35.9162C37.7113 42.0201 39.2471 40.7147 39.5162 38.9398L42.0002 22.7398C42.1587 21.6955 41.8506 20.6343 41.1576 19.8373C40.4645 19.0403 39.4564 18.5878 38.4002 18.5998H27.6002Z"/><path fill="#2F88FF" d="M15 22.0001H10.194C8.08532 21.9628 6.2827 23.7095 6 25.7994V38.3994C6.2827 40.4894 8.08532 42.0367 10.194 41.9994H15V22.0001Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M27.6002 18.5998V11.3998C27.6002 8.41743 25.1826 5.99977 22.2002 5.99977L15.0002 22.1998V41.9998H35.9162C37.7113 42.0201 39.2471 40.7147 39.5162 38.9398L42.0002 22.7398C42.1587 21.6955 41.8506 20.6343 41.1576 19.8373C40.4645 19.0403 39.4564 18.5878 38.4002 18.5998H27.6002Z"/><path fill="#2F88FF" d="M15 22.0001H10.194C8.08532 21.9628 6.2827 23.7095 6 25.7994V38.3994C6.2827 40.4894 8.08532 42.0367 10.194 41.9994H15V22.0001Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M27.6002%2018.5998V11.3998C27.6002%208.41743%2025.1826%205.99977%2022.2002%205.99977L15.0002%2022.1998V41.9998H35.9162C37.7113%2042.0201%2039.2471%2040.7147%2039.5162%2038.9398L42.0002%2022.7398C42.1587%2021.6955%2041.8506%2020.6343%2041.1576%2019.8373C40.4645%2019.0403%2039.4564%2018.5878%2038.4002%2018.5998H27.6002Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15%2022.0001H10.194C8.08532%2021.9628%206.2827%2023.7095%206%2025.7994V38.3994C6.2827%2040.4894%208.08532%2042.0367%2010.194%2041.9994H15V22.0001Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M27.6002%2018.5998V11.3998C27.6002%208.41743%2025.1826%205.99977%2022.2002%205.99977L15.0002%2022.1998V41.9998H35.9162C37.7113%2042.0201%2039.2471%2040.7147%2039.5162%2038.9398L42.0002%2022.7398C42.1587%2021.6955%2041.8506%2020.6343%2041.1576%2019.8373C40.4645%2019.0403%2039.4564%2018.5878%2038.4002%2018.5998H27.6002Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15%2022.0001H10.194C8.08532%2021.9628%206.2827%2023.7095%206%2025.7994V38.3994C6.2827%2040.4894%208.08532%2042.0367%2010.194%2041.9994H15V22.0001Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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