thumb-up-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
thumb-up-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the thumb up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3a3 3 0 0 1 2.995 2.824L16 6v4h2a3 3 0 0 1 2.98 2.65l.015.174L21 13l-.02.196l-1.006 5.032c-.381 1.626-1.502 2.796-2.81 2.78L17 21H9a1 1 0 0 1-.993-.883L8 20l.001-9.536a1 1 0 0 1 .5-.865a3 3 0 0 0 1.492-2.397L10 7V6a3 3 0 0 1 3-3m-8 7a1 1 0 0 1 .993.883L6 11v9a1 1 0 0 1-.883.993L5 21H4a2 2 0 0 1-1.995-1.85L2 19v-7a2 2 0 0 1 1.85-1.995L4 10z"/></svg>

React

import type { SVGProps } from "react";

export function TablerThumbUpFilled(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 3a3 3 0 0 1 2.995 2.824L16 6v4h2a3 3 0 0 1 2.98 2.65l.015.174L21 13l-.02.196l-1.006 5.032c-.381 1.626-1.502 2.796-2.81 2.78L17 21H9a1 1 0 0 1-.993-.883L8 20l.001-9.536a1 1 0 0 1 .5-.865a3 3 0 0 0 1.492-2.397L10 7V6a3 3 0 0 1 3-3m-8 7a1 1 0 0 1 .993.883L6 11v9a1 1 0 0 1-.883.993L5 21H4a2 2 0 0 1-1.995-1.85L2 19v-7a2 2 0 0 1 1.85-1.995L4 10z"/></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 3a3 3 0 0 1 2.995 2.824L16 6v4h2a3 3 0 0 1 2.98 2.65l.015.174L21 13l-.02.196l-1.006 5.032c-.381 1.626-1.502 2.796-2.81 2.78L17 21H9a1 1 0 0 1-.993-.883L8 20l.001-9.536a1 1 0 0 1 .5-.865a3 3 0 0 0 1.492-2.397L10 7V6a3 3 0 0 1 3-3m-8 7a1 1 0 0 1 .993.883L6 11v9a1 1 0 0 1-.883.993L5 21H4a2 2 0 0 1-1.995-1.85L2 19v-7a2 2 0 0 1 1.85-1.995L4 10z"/></svg>
</template>

CSS

.icon-thumb-up-filled {
  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%203a3%203%200%200%201%202.995%202.824L16%206v4h2a3%203%200%200%201%202.98%202.65l.015.174L21%2013l-.02.196l-1.006%205.032c-.381%201.626-1.502%202.796-2.81%202.78L17%2021H9a1%201%200%200%201-.993-.883L8%2020l.001-9.536a1%201%200%200%201%20.5-.865a3%203%200%200%200%201.492-2.397L10%207V6a3%203%200%200%201%203-3m-8%207a1%201%200%200%201%20.993.883L6%2011v9a1%201%200%200%201-.883.993L5%2021H4a2%202%200%200%201-1.995-1.85L2%2019v-7a2%202%200%200%201%201.85-1.995L4%2010z%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%203a3%203%200%200%201%202.995%202.824L16%206v4h2a3%203%200%200%201%202.98%202.65l.015.174L21%2013l-.02.196l-1.006%205.032c-.381%201.626-1.502%202.796-2.81%202.78L17%2021H9a1%201%200%200%201-.993-.883L8%2020l.001-9.536a1%201%200%200%201%20.5-.865a3%203%200%200%200%201.492-2.397L10%207V6a3%203%200%200%201%203-3m-8%207a1%201%200%200%201%20.993.883L6%2011v9a1%201%200%200%201-.883.993L5%2021H4a2%202%200%200%201-1.995-1.85L2%2019v-7a2%202%200%200%201%201.85-1.995L4%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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