thumb like icon
thumb-like-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- thumb-like-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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="M28.227 1.989c-1.648-.49-2.956.716-3.383 1.88c-.245.667-.468 1.285-.678 1.865c-.834 2.306-1.449 4.005-2.289 5.715c-2.65 5.399-6.033 9.624-12.357 12.526c-2.414 1.108-3.964 3.798-3.205 6.525l1.234 4.432a7.25 7.25 0 0 0 5.295 5.107l14.07 3.37a9.25 9.25 0 0 0 11.079-6.56l3.334-12.217c.911-3.34-1.603-6.632-5.065-6.632h-5.04c.714-2.44 1.262-5.43 1.24-8.15c-.014-1.689-.248-3.368-.871-4.764c-.639-1.43-1.713-2.608-3.364-3.097"/></svg>
React
import type { SVGProps } from "react";
export function FluentThumbLike48Filled(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="M28.227 1.989c-1.648-.49-2.956.716-3.383 1.88c-.245.667-.468 1.285-.678 1.865c-.834 2.306-1.449 4.005-2.289 5.715c-2.65 5.399-6.033 9.624-12.357 12.526c-2.414 1.108-3.964 3.798-3.205 6.525l1.234 4.432a7.25 7.25 0 0 0 5.295 5.107l14.07 3.37a9.25 9.25 0 0 0 11.079-6.56l3.334-12.217c.911-3.34-1.603-6.632-5.065-6.632h-5.04c.714-2.44 1.262-5.43 1.24-8.15c-.014-1.689-.248-3.368-.871-4.764c-.639-1.43-1.713-2.608-3.364-3.097"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.227 1.989c-1.648-.49-2.956.716-3.383 1.88c-.245.667-.468 1.285-.678 1.865c-.834 2.306-1.449 4.005-2.289 5.715c-2.65 5.399-6.033 9.624-12.357 12.526c-2.414 1.108-3.964 3.798-3.205 6.525l1.234 4.432a7.25 7.25 0 0 0 5.295 5.107l14.07 3.37a9.25 9.25 0 0 0 11.079-6.56l3.334-12.217c.911-3.34-1.603-6.632-5.065-6.632h-5.04c.714-2.44 1.262-5.43 1.24-8.15c-.014-1.689-.248-3.368-.871-4.764c-.639-1.43-1.713-2.608-3.364-3.097"/></svg> </template>
CSS
.icon-thumb-like-48-filled {
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%22M28.227%201.989c-1.648-.49-2.956.716-3.383%201.88c-.245.667-.468%201.285-.678%201.865c-.834%202.306-1.449%204.005-2.289%205.715c-2.65%205.399-6.033%209.624-12.357%2012.526c-2.414%201.108-3.964%203.798-3.205%206.525l1.234%204.432a7.25%207.25%200%200%200%205.295%205.107l14.07%203.37a9.25%209.25%200%200%200%2011.079-6.56l3.334-12.217c.911-3.34-1.603-6.632-5.065-6.632h-5.04c.714-2.44%201.262-5.43%201.24-8.15c-.014-1.689-.248-3.368-.871-4.764c-.639-1.43-1.713-2.608-3.364-3.097%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%22M28.227%201.989c-1.648-.49-2.956.716-3.383%201.88c-.245.667-.468%201.285-.678%201.865c-.834%202.306-1.449%204.005-2.289%205.715c-2.65%205.399-6.033%209.624-12.357%2012.526c-2.414%201.108-3.964%203.798-3.205%206.525l1.234%204.432a7.25%207.25%200%200%200%205.295%205.107l14.07%203.37a9.25%209.25%200%200%200%2011.079-6.56l3.334-12.217c.911-3.34-1.603-6.632-5.065-6.632h-5.04c.714-2.44%201.262-5.43%201.24-8.15c-.014-1.689-.248-3.368-.871-4.764c-.639-1.43-1.713-2.608-3.364-3.097%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-filled.svg?color=%231a73e8&size=48