thumbs-up-outline from Flowbite Icons by Themesberg · Outline · Emoji · MIT Free for personal and commercial use.

Name
thumbs-up-outline
Set
Flowbite Icons
Style
Outline
Category
Emoji
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More emoji icons from Flowbite Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 11c.889-.086 1.416-.543 2.156-1.057a22.3 22.3 0 0 0 3.958-5.084a1.6 1.6 0 0 1 .582-.628a1.55 1.55 0 0 1 1.466-.087c.205.095.388.233.537.406a1.64 1.64 0 0 1 .384 1.279l-1.388 4.114M7 11H4v6.5A1.5 1.5 0 0 0 5.5 19v0A1.5 1.5 0 0 0 7 17.5zm6.5-1h4.915c.286 0 .372.014.626.15s.472.332.637.572a1.87 1.87 0 0 1 .215 1.673l-2.098 6.4C17.538 19.52 17.368 20 16.12 20c-2.303 0-4.79-.943-6.67-1.475"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteThumbsUpOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7 11c.889-.086 1.416-.543 2.156-1.057a22.3 22.3 0 0 0 3.958-5.084a1.6 1.6 0 0 1 .582-.628a1.55 1.55 0 0 1 1.466-.087c.205.095.388.233.537.406a1.64 1.64 0 0 1 .384 1.279l-1.388 4.114M7 11H4v6.5A1.5 1.5 0 0 0 5.5 19v0A1.5 1.5 0 0 0 7 17.5zm6.5-1h4.915c.286 0 .372.014.626.15s.472.332.637.572a1.87 1.87 0 0 1 .215 1.673l-2.098 6.4C17.538 19.52 17.368 20 16.12 20c-2.303 0-4.79-.943-6.67-1.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 11c.889-.086 1.416-.543 2.156-1.057a22.3 22.3 0 0 0 3.958-5.084a1.6 1.6 0 0 1 .582-.628a1.55 1.55 0 0 1 1.466-.087c.205.095.388.233.537.406a1.64 1.64 0 0 1 .384 1.279l-1.388 4.114M7 11H4v6.5A1.5 1.5 0 0 0 5.5 19v0A1.5 1.5 0 0 0 7 17.5zm6.5-1h4.915c.286 0 .372.014.626.15s.472.332.637.572a1.87 1.87 0 0 1 .215 1.673l-2.098 6.4C17.538 19.52 17.368 20 16.12 20c-2.303 0-4.79-.943-6.67-1.475"/></svg>
</template>

CSS

.icon-thumbs-up-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2011c.889-.086%201.416-.543%202.156-1.057a22.3%2022.3%200%200%200%203.958-5.084a1.6%201.6%200%200%201%20.582-.628a1.55%201.55%200%200%201%201.466-.087c.205.095.388.233.537.406a1.64%201.64%200%200%201%20.384%201.279l-1.388%204.114M7%2011H4v6.5A1.5%201.5%200%200%200%205.5%2019v0A1.5%201.5%200%200%200%207%2017.5zm6.5-1h4.915c.286%200%20.372.014.626.15s.472.332.637.572a1.87%201.87%200%200%201%20.215%201.673l-2.098%206.4C17.538%2019.52%2017.368%2020%2016.12%2020c-2.303%200-4.79-.943-6.67-1.475%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2011c.889-.086%201.416-.543%202.156-1.057a22.3%2022.3%200%200%200%203.958-5.084a1.6%201.6%200%200%201%20.582-.628a1.55%201.55%200%200%201%201.466-.087c.205.095.388.233.537.406a1.64%201.64%200%200%201%20.384%201.279l-1.388%204.114M7%2011H4v6.5A1.5%201.5%200%200%200%205.5%2019v0A1.5%201.5%200%200%200%207%2017.5zm6.5-1h4.915c.286%200%20.372.014.626.15s.472.332.637.572a1.87%201.87%200%200%201%20.215%201.673l-2.098%206.4C17.538%2019.52%2017.368%2020%2016.12%2020c-2.303%200-4.79-.943-6.67-1.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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