thumb up 2 icon
thumb-up-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- thumb-up-2-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 20.999l-.154-.004A3 3 0 0 1 3 17.999v-6a3 3 0 0 1 2.846-2.996L6 8.999zM9.821 3.21c.296-.69 1.06-1.317 2.024-1.131C13.374 2.374 15 3.566 15 5.499v2.5h3.602c1.804 0 3.206 1.581 2.95 3.367a41 41 0 0 1-.211 1.348l-.91 5a4 4 0 0 1-3.935 3.285H8v-12z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteThumbUp2Fill(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="m6 20.999l-.154-.004A3 3 0 0 1 3 17.999v-6a3 3 0 0 1 2.846-2.996L6 8.999zM9.821 3.21c.296-.69 1.06-1.317 2.024-1.131C13.374 2.374 15 3.566 15 5.499v2.5h3.602c1.804 0 3.206 1.581 2.95 3.367a41 41 0 0 1-.211 1.348l-.91 5a4 4 0 0 1-3.935 3.285H8v-12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 20.999l-.154-.004A3 3 0 0 1 3 17.999v-6a3 3 0 0 1 2.846-2.996L6 8.999zM9.821 3.21c.296-.69 1.06-1.317 2.024-1.131C13.374 2.374 15 3.566 15 5.499v2.5h3.602c1.804 0 3.206 1.581 2.95 3.367a41 41 0 0 1-.211 1.348l-.91 5a4 4 0 0 1-3.935 3.285H8v-12z"/></svg> </template>
CSS
.icon-thumb-up-2-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%22m6%2020.999l-.154-.004A3%203%200%200%201%203%2017.999v-6a3%203%200%200%201%202.846-2.996L6%208.999zM9.821%203.21c.296-.69%201.06-1.317%202.024-1.131C13.374%202.374%2015%203.566%2015%205.499v2.5h3.602c1.804%200%203.206%201.581%202.95%203.367a41%2041%200%200%201-.211%201.348l-.91%205a4%204%200%200%201-3.935%203.285H8v-12z%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%22m6%2020.999l-.154-.004A3%203%200%200%201%203%2017.999v-6a3%203%200%200%201%202.846-2.996L6%208.999zM9.821%203.21c.296-.69%201.06-1.317%202.024-1.131C13.374%202.374%2015%203.566%2015%205.499v2.5h3.602c1.804%200%203.206%201.581%202.95%203.367a41%2041%200%200%201-.211%201.348l-.91%205a4%204%200%200%201-3.935%203.285H8v-12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/thumb-up-2-fill.svg?color=%231a73e8&size=48