thumb like icon
thumb-like-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- thumb-like-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M9.58 1.052c-.75-.209-1.336.35-1.545.871c-.24.6-.453 1.021-.706 1.524a45 45 0 0 0-.533 1.09c-.475 1.01-.948 1.656-1.293 2.045a4 4 0 0 1-.405.402a2 2 0 0 1-.101.081l-.016.012L3.109 8.18a2 2 0 0 0-.856 2.426l.52 1.384a2 2 0 0 0 1.273 1.205l5.356 1.682a2.5 2.5 0 0 0 3.148-1.68l1.364-4.647a2 2 0 0 0-1.92-2.563H10.61c.066-.227.133-.479.195-.74c.131-.562.243-1.203.232-1.738c-.009-.497-.06-1.019-.264-1.462c-.219-.475-.602-.832-1.192-.996M4.978 7.08l-.002.001Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentThumbLike16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.58 1.052c-.75-.209-1.336.35-1.545.871c-.24.6-.453 1.021-.706 1.524a45 45 0 0 0-.533 1.09c-.475 1.01-.948 1.656-1.293 2.045a4 4 0 0 1-.405.402a2 2 0 0 1-.101.081l-.016.012L3.109 8.18a2 2 0 0 0-.856 2.426l.52 1.384a2 2 0 0 0 1.273 1.205l5.356 1.682a2.5 2.5 0 0 0 3.148-1.68l1.364-4.647a2 2 0 0 0-1.92-2.563H10.61c.066-.227.133-.479.195-.74c.131-.562.243-1.203.232-1.738c-.009-.497-.06-1.019-.264-1.462c-.219-.475-.602-.832-1.192-.996M4.978 7.08l-.002.001Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.58 1.052c-.75-.209-1.336.35-1.545.871c-.24.6-.453 1.021-.706 1.524a45 45 0 0 0-.533 1.09c-.475 1.01-.948 1.656-1.293 2.045a4 4 0 0 1-.405.402a2 2 0 0 1-.101.081l-.016.012L3.109 8.18a2 2 0 0 0-.856 2.426l.52 1.384a2 2 0 0 0 1.273 1.205l5.356 1.682a2.5 2.5 0 0 0 3.148-1.68l1.364-4.647a2 2 0 0 0-1.92-2.563H10.61c.066-.227.133-.479.195-.74c.131-.562.243-1.203.232-1.738c-.009-.497-.06-1.019-.264-1.462c-.219-.475-.602-.832-1.192-.996M4.978 7.08l-.002.001Z"/></svg> </template>
CSS
.icon-thumb-like-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.58%201.052c-.75-.209-1.336.35-1.545.871c-.24.6-.453%201.021-.706%201.524a45%2045%200%200%200-.533%201.09c-.475%201.01-.948%201.656-1.293%202.045a4%204%200%200%201-.405.402a2%202%200%200%201-.101.081l-.016.012L3.109%208.18a2%202%200%200%200-.856%202.426l.52%201.384a2%202%200%200%200%201.273%201.205l5.356%201.682a2.5%202.5%200%200%200%203.148-1.68l1.364-4.647a2%202%200%200%200-1.92-2.563H10.61c.066-.227.133-.479.195-.74c.131-.562.243-1.203.232-1.738c-.009-.497-.06-1.019-.264-1.462c-.219-.475-.602-.832-1.192-.996M4.978%207.08l-.002.001Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.58%201.052c-.75-.209-1.336.35-1.545.871c-.24.6-.453%201.021-.706%201.524a45%2045%200%200%200-.533%201.09c-.475%201.01-.948%201.656-1.293%202.045a4%204%200%200%201-.405.402a2%202%200%200%201-.101.081l-.016.012L3.109%208.18a2%202%200%200%200-.856%202.426l.52%201.384a2%202%200%200%200%201.273%201.205l5.356%201.682a2.5%202.5%200%200%200%203.148-1.68l1.364-4.647a2%202%200%200%200-1.92-2.563H10.61c.066-.227.133-.479.195-.74c.131-.562.243-1.203.232-1.738c-.009-.497-.06-1.019-.264-1.462c-.219-.475-.602-.832-1.192-.996M4.978%207.08l-.002.001Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/thumb-like-16-filled.svg?color=%231a73e8&size=48