thumb-like-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
thumb-like-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24.844 3.87c.427-1.165 1.735-2.37 3.383-1.881c1.651.489 2.726 1.668 3.364 3.097c.624 1.396.857 3.075.87 4.764c.023 2.72-.525 5.71-1.24 8.15h5.04c3.463 0 5.977 3.292 5.066 6.632L37.993 36.85a9.25 9.25 0 0 1-11.079 6.56l-14.07-3.37a7.25 7.25 0 0 1-5.295-5.107L6.315 30.5c-.759-2.727.79-5.417 3.205-6.525c6.324-2.902 9.707-7.127 12.357-12.526c.84-1.71 1.455-3.409 2.289-5.715c.21-.58.433-1.198.678-1.864m2.583.544a.65.65 0 0 0-.236.317c-.231.63-.447 1.225-.652 1.793c-.84 2.325-1.512 4.182-2.417 6.027c-2.831 5.766-6.578 10.493-13.56 13.696c-1.46.67-2.222 2.203-1.838 3.582l1.233 4.433a4.75 4.75 0 0 0 3.47 3.346l14.07 3.37a6.75 6.75 0 0 0 8.084-4.787l3.334-12.217a2.75 2.75 0 0 0-2.653-3.474H29.5a1.25 1.25 0 0 1-1.175-1.677c.884-2.432 1.662-5.935 1.637-8.953c-.012-1.511-.226-2.806-.654-3.765c-.414-.926-.996-1.484-1.791-1.72c-.013-.003-.017-.003-.022-.002a.2.2 0 0 0-.068.03"/></svg>

React

import type { SVGProps } from "react";

export function FluentThumbLike48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.844 3.87c.427-1.165 1.735-2.37 3.383-1.881c1.651.489 2.726 1.668 3.364 3.097c.624 1.396.857 3.075.87 4.764c.023 2.72-.525 5.71-1.24 8.15h5.04c3.463 0 5.977 3.292 5.066 6.632L37.993 36.85a9.25 9.25 0 0 1-11.079 6.56l-14.07-3.37a7.25 7.25 0 0 1-5.295-5.107L6.315 30.5c-.759-2.727.79-5.417 3.205-6.525c6.324-2.902 9.707-7.127 12.357-12.526c.84-1.71 1.455-3.409 2.289-5.715c.21-.58.433-1.198.678-1.864m2.583.544a.65.65 0 0 0-.236.317c-.231.63-.447 1.225-.652 1.793c-.84 2.325-1.512 4.182-2.417 6.027c-2.831 5.766-6.578 10.493-13.56 13.696c-1.46.67-2.222 2.203-1.838 3.582l1.233 4.433a4.75 4.75 0 0 0 3.47 3.346l14.07 3.37a6.75 6.75 0 0 0 8.084-4.787l3.334-12.217a2.75 2.75 0 0 0-2.653-3.474H29.5a1.25 1.25 0 0 1-1.175-1.677c.884-2.432 1.662-5.935 1.637-8.953c-.012-1.511-.226-2.806-.654-3.765c-.414-.926-.996-1.484-1.791-1.72c-.013-.003-.017-.003-.022-.002a.2.2 0 0 0-.068.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.844 3.87c.427-1.165 1.735-2.37 3.383-1.881c1.651.489 2.726 1.668 3.364 3.097c.624 1.396.857 3.075.87 4.764c.023 2.72-.525 5.71-1.24 8.15h5.04c3.463 0 5.977 3.292 5.066 6.632L37.993 36.85a9.25 9.25 0 0 1-11.079 6.56l-14.07-3.37a7.25 7.25 0 0 1-5.295-5.107L6.315 30.5c-.759-2.727.79-5.417 3.205-6.525c6.324-2.902 9.707-7.127 12.357-12.526c.84-1.71 1.455-3.409 2.289-5.715c.21-.58.433-1.198.678-1.864m2.583.544a.65.65 0 0 0-.236.317c-.231.63-.447 1.225-.652 1.793c-.84 2.325-1.512 4.182-2.417 6.027c-2.831 5.766-6.578 10.493-13.56 13.696c-1.46.67-2.222 2.203-1.838 3.582l1.233 4.433a4.75 4.75 0 0 0 3.47 3.346l14.07 3.37a6.75 6.75 0 0 0 8.084-4.787l3.334-12.217a2.75 2.75 0 0 0-2.653-3.474H29.5a1.25 1.25 0 0 1-1.175-1.677c.884-2.432 1.662-5.935 1.637-8.953c-.012-1.511-.226-2.806-.654-3.765c-.414-.926-.996-1.484-1.791-1.72c-.013-.003-.017-.003-.022-.002a.2.2 0 0 0-.068.03"/></svg>
</template>

CSS

.icon-thumb-like-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.844%203.87c.427-1.165%201.735-2.37%203.383-1.881c1.651.489%202.726%201.668%203.364%203.097c.624%201.396.857%203.075.87%204.764c.023%202.72-.525%205.71-1.24%208.15h5.04c3.463%200%205.977%203.292%205.066%206.632L37.993%2036.85a9.25%209.25%200%200%201-11.079%206.56l-14.07-3.37a7.25%207.25%200%200%201-5.295-5.107L6.315%2030.5c-.759-2.727.79-5.417%203.205-6.525c6.324-2.902%209.707-7.127%2012.357-12.526c.84-1.71%201.455-3.409%202.289-5.715c.21-.58.433-1.198.678-1.864m2.583.544a.65.65%200%200%200-.236.317c-.231.63-.447%201.225-.652%201.793c-.84%202.325-1.512%204.182-2.417%206.027c-2.831%205.766-6.578%2010.493-13.56%2013.696c-1.46.67-2.222%202.203-1.838%203.582l1.233%204.433a4.75%204.75%200%200%200%203.47%203.346l14.07%203.37a6.75%206.75%200%200%200%208.084-4.787l3.334-12.217a2.75%202.75%200%200%200-2.653-3.474H29.5a1.25%201.25%200%200%201-1.175-1.677c.884-2.432%201.662-5.935%201.637-8.953c-.012-1.511-.226-2.806-.654-3.765c-.414-.926-.996-1.484-1.791-1.72c-.013-.003-.017-.003-.022-.002a.2.2%200%200%200-.068.03%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.844%203.87c.427-1.165%201.735-2.37%203.383-1.881c1.651.489%202.726%201.668%203.364%203.097c.624%201.396.857%203.075.87%204.764c.023%202.72-.525%205.71-1.24%208.15h5.04c3.463%200%205.977%203.292%205.066%206.632L37.993%2036.85a9.25%209.25%200%200%201-11.079%206.56l-14.07-3.37a7.25%207.25%200%200%201-5.295-5.107L6.315%2030.5c-.759-2.727.79-5.417%203.205-6.525c6.324-2.902%209.707-7.127%2012.357-12.526c.84-1.71%201.455-3.409%202.289-5.715c.21-.58.433-1.198.678-1.864m2.583.544a.65.65%200%200%200-.236.317c-.231.63-.447%201.225-.652%201.793c-.84%202.325-1.512%204.182-2.417%206.027c-2.831%205.766-6.578%2010.493-13.56%2013.696c-1.46.67-2.222%202.203-1.838%203.582l1.233%204.433a4.75%204.75%200%200%200%203.47%203.346l14.07%203.37a6.75%206.75%200%200%200%208.084-4.787l3.334-12.217a2.75%202.75%200%200%200-2.653-3.474H29.5a1.25%201.25%200%200%201-1.175-1.677c.884-2.432%201.662-5.935%201.637-8.953c-.012-1.511-.226-2.806-.654-3.765c-.414-.926-.996-1.484-1.791-1.72c-.013-.003-.017-.003-.022-.002a.2.2%200%200%200-.068.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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