thumb-up-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
thumb-up-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M10.5 2.5c-.769 0-1.433.392-1.868.901c-.437.513-.716 1.23-.625 1.998c.04.343.03.91-.05 1.547c-.08.632-.218 1.248-.39 1.694c-.152.394-.68.36-1.067.36c-1.108 0-2.028.621-2.624 1.609c-.58.96-.876 2.285-.876 3.891c0 1.607.297 2.932.876 3.892C4.472 19.379 5.392 20 6.5 20q.173 0 .345-.01c.357-.022.71.11.965.361C8.87 21.394 10.349 22 11.904 22h2.013a7 7 0 0 0 6.905-5.85l.776-4.657A3 3 0 0 0 18.64 8h-4.647a17 17 0 0 0-.093-1.508c-.075-.653-.213-1.357-.504-1.94c-.6-1.2-1.54-2.052-2.895-2.052"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteThumbUpFill(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="M10.5 2.5c-.769 0-1.433.392-1.868.901c-.437.513-.716 1.23-.625 1.998c.04.343.03.91-.05 1.547c-.08.632-.218 1.248-.39 1.694c-.152.394-.68.36-1.067.36c-1.108 0-2.028.621-2.624 1.609c-.58.96-.876 2.285-.876 3.891c0 1.607.297 2.932.876 3.892C4.472 19.379 5.392 20 6.5 20q.173 0 .345-.01c.357-.022.71.11.965.361C8.87 21.394 10.349 22 11.904 22h2.013a7 7 0 0 0 6.905-5.85l.776-4.657A3 3 0 0 0 18.64 8h-4.647a17 17 0 0 0-.093-1.508c-.075-.653-.213-1.357-.504-1.94c-.6-1.2-1.54-2.052-2.895-2.052"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2.5c-.769 0-1.433.392-1.868.901c-.437.513-.716 1.23-.625 1.998c.04.343.03.91-.05 1.547c-.08.632-.218 1.248-.39 1.694c-.152.394-.68.36-1.067.36c-1.108 0-2.028.621-2.624 1.609c-.58.96-.876 2.285-.876 3.891c0 1.607.297 2.932.876 3.892C4.472 19.379 5.392 20 6.5 20q.173 0 .345-.01c.357-.022.71.11.965.361C8.87 21.394 10.349 22 11.904 22h2.013a7 7 0 0 0 6.905-5.85l.776-4.657A3 3 0 0 0 18.64 8h-4.647a17 17 0 0 0-.093-1.508c-.075-.653-.213-1.357-.504-1.94c-.6-1.2-1.54-2.052-2.895-2.052"/></svg>
</template>

CSS

.icon-thumb-up-fill {
  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%22M10.5%202.5c-.769%200-1.433.392-1.868.901c-.437.513-.716%201.23-.625%201.998c.04.343.03.91-.05%201.547c-.08.632-.218%201.248-.39%201.694c-.152.394-.68.36-1.067.36c-1.108%200-2.028.621-2.624%201.609c-.58.96-.876%202.285-.876%203.891c0%201.607.297%202.932.876%203.892C4.472%2019.379%205.392%2020%206.5%2020q.173%200%20.345-.01c.357-.022.71.11.965.361C8.87%2021.394%2010.349%2022%2011.904%2022h2.013a7%207%200%200%200%206.905-5.85l.776-4.657A3%203%200%200%200%2018.64%208h-4.647a17%2017%200%200%200-.093-1.508c-.075-.653-.213-1.357-.504-1.94c-.6-1.2-1.54-2.052-2.895-2.052%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%22M10.5%202.5c-.769%200-1.433.392-1.868.901c-.437.513-.716%201.23-.625%201.998c.04.343.03.91-.05%201.547c-.08.632-.218%201.248-.39%201.694c-.152.394-.68.36-1.067.36c-1.108%200-2.028.621-2.624%201.609c-.58.96-.876%202.285-.876%203.891c0%201.607.297%202.932.876%203.892C4.472%2019.379%205.392%2020%206.5%2020q.173%200%20.345-.01c.357-.022.71.11.965.361C8.87%2021.394%2010.349%2022%2011.904%2022h2.013a7%207%200%200%200%206.905-5.85l.776-4.657A3%203%200%200%200%2018.64%208h-4.647a17%2017%200%200%200-.093-1.508c-.075-.653-.213-1.357-.504-1.94c-.6-1.2-1.54-2.052-2.895-2.052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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