thumb up icon
thumb-up-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- thumb-up-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.845 18.797C8.67 20.152 10.213 21 11.904 21h2.013a6 6 0 0 0 5.919-5.014l.776-4.657A2 2 0 0 0 18.639 9H13.5a.503.503 0 0 1-.5-.5c-.01-1.235-.074-2.65-.499-3.5c-.5-1-1.156-1.5-2-1.5S8.892 4.373 9 5.281c.108.909-.078 2.625-.5 3.719S7 11.961 7 14c0 1.007.113 2.126.262 3.168c.086.598.289 1.146.583 1.63Zm0 0A4.5 4.5 0 0 1 6.5 19C5.12 19 4 17.5 4 14.5S5.12 10 6.5 10c.641 0 1.214-.137 1.718-.333"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteThumbUpLine(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" strokeWidth="2" d="M7.845 18.797C8.67 20.152 10.213 21 11.904 21h2.013a6 6 0 0 0 5.919-5.014l.776-4.657A2 2 0 0 0 18.639 9H13.5a.503.503 0 0 1-.5-.5c-.01-1.235-.074-2.65-.499-3.5c-.5-1-1.156-1.5-2-1.5S8.892 4.373 9 5.281c.108.909-.078 2.625-.5 3.719S7 11.961 7 14c0 1.007.113 2.126.262 3.168c.086.598.289 1.146.583 1.63Zm0 0A4.5 4.5 0 0 1 6.5 19C5.12 19 4 17.5 4 14.5S5.12 10 6.5 10c.641 0 1.214-.137 1.718-.333"/></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-width="2" d="M7.845 18.797C8.67 20.152 10.213 21 11.904 21h2.013a6 6 0 0 0 5.919-5.014l.776-4.657A2 2 0 0 0 18.639 9H13.5a.503.503 0 0 1-.5-.5c-.01-1.235-.074-2.65-.499-3.5c-.5-1-1.156-1.5-2-1.5S8.892 4.373 9 5.281c.108.909-.078 2.625-.5 3.719S7 11.961 7 14c0 1.007.113 2.126.262 3.168c.086.598.289 1.146.583 1.63Zm0 0A4.5 4.5 0 0 1 6.5 19C5.12 19 4 17.5 4 14.5S5.12 10 6.5 10c.641 0 1.214-.137 1.718-.333"/></svg> </template>
CSS
.icon-thumb-up-line {
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-width%3D%222%22%20d%3D%22M7.845%2018.797C8.67%2020.152%2010.213%2021%2011.904%2021h2.013a6%206%200%200%200%205.919-5.014l.776-4.657A2%202%200%200%200%2018.639%209H13.5a.503.503%200%200%201-.5-.5c-.01-1.235-.074-2.65-.499-3.5c-.5-1-1.156-1.5-2-1.5S8.892%204.373%209%205.281c.108.909-.078%202.625-.5%203.719S7%2011.961%207%2014c0%201.007.113%202.126.262%203.168c.086.598.289%201.146.583%201.63Zm0%200A4.5%204.5%200%200%201%206.5%2019C5.12%2019%204%2017.5%204%2014.5S5.12%2010%206.5%2010c.641%200%201.214-.137%201.718-.333%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-width%3D%222%22%20d%3D%22M7.845%2018.797C8.67%2020.152%2010.213%2021%2011.904%2021h2.013a6%206%200%200%200%205.919-5.014l.776-4.657A2%202%200%200%200%2018.639%209H13.5a.503.503%200%200%201-.5-.5c-.01-1.235-.074-2.65-.499-3.5c-.5-1-1.156-1.5-2-1.5S8.892%204.373%209%205.281c.108.909-.078%202.625-.5%203.719S7%2011.961%207%2014c0%201.007.113%202.126.262%203.168c.086.598.289%201.146.583%201.63Zm0%200A4.5%204.5%200%200%201%206.5%2019C5.12%2019%204%2017.5%204%2014.5S5.12%2010%206.5%2010c.641%200%201.214-.137%201.718-.333%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/thumb-up-line.svg?color=%231a73e8&size=48