thumb like icon
thumb-like-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- thumb-like-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the thumb like icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.052 2.294c.34-.977 1.632-1.427 2.43-.59c.164.17.326.354.436.519c.32.48.455 1.113.504 1.73c.05.627.016 1.301-.048 1.912a19 19 0 0 1-.241 1.583l-.01.052h.883a3 3 0 0 1 2.952 3.537l-.684 3.761a4.5 4.5 0 0 1-5.612 3.537l-5.6-1.527a2.5 2.5 0 0 1-1.793-1.922l-.353-1.765c-.278-1.389.784-2.559 1.913-3.005a2.8 2.8 0 0 0 .84-.49c1.707-1.514 2.325-2.723 3.385-4.85c.354-.71.718-1.676.998-2.482m1.965 5.585v-.002l.002-.007l.007-.031a14 14 0 0 0 .126-.584c.076-.388.167-.92.227-1.495c.061-.577.09-1.184.046-1.728c-.044-.556-.16-.985-.34-1.255a3 3 0 0 0-.326-.383c-.199-.208-.628-.16-.762.228c-.283.814-.664 1.83-1.048 2.6c-1.067 2.141-1.756 3.502-3.616 5.152c-.34.302-.744.517-1.136.672c-.88.348-1.447 1.148-1.3 1.879l.352 1.765a1.5 1.5 0 0 0 1.077 1.153l5.6 1.527a3.5 3.5 0 0 0 4.364-2.75l.684-3.762A2 2 0 0 0 14.006 8.5h-1.505a.5.5 0 0 1-.484-.621"/></svg>
React
import type { SVGProps } from "react";
export function FluentThumbLike20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.052 2.294c.34-.977 1.632-1.427 2.43-.59c.164.17.326.354.436.519c.32.48.455 1.113.504 1.73c.05.627.016 1.301-.048 1.912a19 19 0 0 1-.241 1.583l-.01.052h.883a3 3 0 0 1 2.952 3.537l-.684 3.761a4.5 4.5 0 0 1-5.612 3.537l-5.6-1.527a2.5 2.5 0 0 1-1.793-1.922l-.353-1.765c-.278-1.389.784-2.559 1.913-3.005a2.8 2.8 0 0 0 .84-.49c1.707-1.514 2.325-2.723 3.385-4.85c.354-.71.718-1.676.998-2.482m1.965 5.585v-.002l.002-.007l.007-.031a14 14 0 0 0 .126-.584c.076-.388.167-.92.227-1.495c.061-.577.09-1.184.046-1.728c-.044-.556-.16-.985-.34-1.255a3 3 0 0 0-.326-.383c-.199-.208-.628-.16-.762.228c-.283.814-.664 1.83-1.048 2.6c-1.067 2.141-1.756 3.502-3.616 5.152c-.34.302-.744.517-1.136.672c-.88.348-1.447 1.148-1.3 1.879l.352 1.765a1.5 1.5 0 0 0 1.077 1.153l5.6 1.527a3.5 3.5 0 0 0 4.364-2.75l.684-3.762A2 2 0 0 0 14.006 8.5h-1.505a.5.5 0 0 1-.484-.621"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.052 2.294c.34-.977 1.632-1.427 2.43-.59c.164.17.326.354.436.519c.32.48.455 1.113.504 1.73c.05.627.016 1.301-.048 1.912a19 19 0 0 1-.241 1.583l-.01.052h.883a3 3 0 0 1 2.952 3.537l-.684 3.761a4.5 4.5 0 0 1-5.612 3.537l-5.6-1.527a2.5 2.5 0 0 1-1.793-1.922l-.353-1.765c-.278-1.389.784-2.559 1.913-3.005a2.8 2.8 0 0 0 .84-.49c1.707-1.514 2.325-2.723 3.385-4.85c.354-.71.718-1.676.998-2.482m1.965 5.585v-.002l.002-.007l.007-.031a14 14 0 0 0 .126-.584c.076-.388.167-.92.227-1.495c.061-.577.09-1.184.046-1.728c-.044-.556-.16-.985-.34-1.255a3 3 0 0 0-.326-.383c-.199-.208-.628-.16-.762.228c-.283.814-.664 1.83-1.048 2.6c-1.067 2.141-1.756 3.502-3.616 5.152c-.34.302-.744.517-1.136.672c-.88.348-1.447 1.148-1.3 1.879l.352 1.765a1.5 1.5 0 0 0 1.077 1.153l5.6 1.527a3.5 3.5 0 0 0 4.364-2.75l.684-3.762A2 2 0 0 0 14.006 8.5h-1.505a.5.5 0 0 1-.484-.621"/></svg> </template>
CSS
.icon-thumb-like-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.052%202.294c.34-.977%201.632-1.427%202.43-.59c.164.17.326.354.436.519c.32.48.455%201.113.504%201.73c.05.627.016%201.301-.048%201.912a19%2019%200%200%201-.241%201.583l-.01.052h.883a3%203%200%200%201%202.952%203.537l-.684%203.761a4.5%204.5%200%200%201-5.612%203.537l-5.6-1.527a2.5%202.5%200%200%201-1.793-1.922l-.353-1.765c-.278-1.389.784-2.559%201.913-3.005a2.8%202.8%200%200%200%20.84-.49c1.707-1.514%202.325-2.723%203.385-4.85c.354-.71.718-1.676.998-2.482m1.965%205.585v-.002l.002-.007l.007-.031a14%2014%200%200%200%20.126-.584c.076-.388.167-.92.227-1.495c.061-.577.09-1.184.046-1.728c-.044-.556-.16-.985-.34-1.255a3%203%200%200%200-.326-.383c-.199-.208-.628-.16-.762.228c-.283.814-.664%201.83-1.048%202.6c-1.067%202.141-1.756%203.502-3.616%205.152c-.34.302-.744.517-1.136.672c-.88.348-1.447%201.148-1.3%201.879l.352%201.765a1.5%201.5%200%200%200%201.077%201.153l5.6%201.527a3.5%203.5%200%200%200%204.364-2.75l.684-3.762A2%202%200%200%200%2014.006%208.5h-1.505a.5.5%200%200%201-.484-.621%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.052%202.294c.34-.977%201.632-1.427%202.43-.59c.164.17.326.354.436.519c.32.48.455%201.113.504%201.73c.05.627.016%201.301-.048%201.912a19%2019%200%200%201-.241%201.583l-.01.052h.883a3%203%200%200%201%202.952%203.537l-.684%203.761a4.5%204.5%200%200%201-5.612%203.537l-5.6-1.527a2.5%202.5%200%200%201-1.793-1.922l-.353-1.765c-.278-1.389.784-2.559%201.913-3.005a2.8%202.8%200%200%200%20.84-.49c1.707-1.514%202.325-2.723%203.385-4.85c.354-.71.718-1.676.998-2.482m1.965%205.585v-.002l.002-.007l.007-.031a14%2014%200%200%200%20.126-.584c.076-.388.167-.92.227-1.495c.061-.577.09-1.184.046-1.728c-.044-.556-.16-.985-.34-1.255a3%203%200%200%200-.326-.383c-.199-.208-.628-.16-.762.228c-.283.814-.664%201.83-1.048%202.6c-1.067%202.141-1.756%203.502-3.616%205.152c-.34.302-.744.517-1.136.672c-.88.348-1.447%201.148-1.3%201.879l.352%201.765a1.5%201.5%200%200%200%201.077%201.153l5.6%201.527a3.5%203.5%200%200%200%204.364-2.75l.684-3.762A2%202%200%200%200%2014.006%208.5h-1.505a.5.5%200%200%201-.484-.621%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/thumb-like-20-regular.svg?color=%231a73e8&size=48