thumb like dislike icon
thumb-like-dislike-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- thumb-like-dislike-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the thumb like dislike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.291 3.218a5 5 0 0 1-.12.782h.32a1.51 1.51 0 0 1 1.443 1.945a335 335 0 0 0-.767 2.607a2.004 2.004 0 0 1-2.506 1.36l-3.203-.97a1.5 1.5 0 0 1-.972-.918L.095 6.961a1.5 1.5 0 0 1 .663-1.82l.994-.568a1.5 1.5 0 0 0 .577-.591l1.209-2.243c.239-.444.788-.884 1.45-.696c.558.158.917.506 1.113.934c.186.407.215.858.19 1.241m3.537 8.78a5 5 0 0 0-.12.781c-.024.384.004.835.19 1.241c.197.43.556.777 1.113.934c.662.188 1.212-.252 1.451-.695l1.208-2.243a1.5 1.5 0 0 1 .577-.591l.994-.568a1.5 1.5 0 0 0 .664-1.82l-.391-1.064a1.5 1.5 0 0 0-.973-.917l-3.202-.97a2.004 2.004 0 0 0-2.506 1.36c-.224.77-.506 1.735-.767 2.607a1.51 1.51 0 0 0 1.443 1.945z"/></svg>
React
import type { SVGProps } from "react";
export function FluentThumbLikeDislike16Filled(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="M6.291 3.218a5 5 0 0 1-.12.782h.32a1.51 1.51 0 0 1 1.443 1.945a335 335 0 0 0-.767 2.607a2.004 2.004 0 0 1-2.506 1.36l-3.203-.97a1.5 1.5 0 0 1-.972-.918L.095 6.961a1.5 1.5 0 0 1 .663-1.82l.994-.568a1.5 1.5 0 0 0 .577-.591l1.209-2.243c.239-.444.788-.884 1.45-.696c.558.158.917.506 1.113.934c.186.407.215.858.19 1.241m3.537 8.78a5 5 0 0 0-.12.781c-.024.384.004.835.19 1.241c.197.43.556.777 1.113.934c.662.188 1.212-.252 1.451-.695l1.208-2.243a1.5 1.5 0 0 1 .577-.591l.994-.568a1.5 1.5 0 0 0 .664-1.82l-.391-1.064a1.5 1.5 0 0 0-.973-.917l-3.202-.97a2.004 2.004 0 0 0-2.506 1.36c-.224.77-.506 1.735-.767 2.607a1.51 1.51 0 0 0 1.443 1.945z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.291 3.218a5 5 0 0 1-.12.782h.32a1.51 1.51 0 0 1 1.443 1.945a335 335 0 0 0-.767 2.607a2.004 2.004 0 0 1-2.506 1.36l-3.203-.97a1.5 1.5 0 0 1-.972-.918L.095 6.961a1.5 1.5 0 0 1 .663-1.82l.994-.568a1.5 1.5 0 0 0 .577-.591l1.209-2.243c.239-.444.788-.884 1.45-.696c.558.158.917.506 1.113.934c.186.407.215.858.19 1.241m3.537 8.78a5 5 0 0 0-.12.781c-.024.384.004.835.19 1.241c.197.43.556.777 1.113.934c.662.188 1.212-.252 1.451-.695l1.208-2.243a1.5 1.5 0 0 1 .577-.591l.994-.568a1.5 1.5 0 0 0 .664-1.82l-.391-1.064a1.5 1.5 0 0 0-.973-.917l-3.202-.97a2.004 2.004 0 0 0-2.506 1.36c-.224.77-.506 1.735-.767 2.607a1.51 1.51 0 0 0 1.443 1.945z"/></svg> </template>
CSS
.icon-thumb-like-dislike-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%22M6.291%203.218a5%205%200%200%201-.12.782h.32a1.51%201.51%200%200%201%201.443%201.945a335%20335%200%200%200-.767%202.607a2.004%202.004%200%200%201-2.506%201.36l-3.203-.97a1.5%201.5%200%200%201-.972-.918L.095%206.961a1.5%201.5%200%200%201%20.663-1.82l.994-.568a1.5%201.5%200%200%200%20.577-.591l1.209-2.243c.239-.444.788-.884%201.45-.696c.558.158.917.506%201.113.934c.186.407.215.858.19%201.241m3.537%208.78a5%205%200%200%200-.12.781c-.024.384.004.835.19%201.241c.197.43.556.777%201.113.934c.662.188%201.212-.252%201.451-.695l1.208-2.243a1.5%201.5%200%200%201%20.577-.591l.994-.568a1.5%201.5%200%200%200%20.664-1.82l-.391-1.064a1.5%201.5%200%200%200-.973-.917l-3.202-.97a2.004%202.004%200%200%200-2.506%201.36c-.224.77-.506%201.735-.767%202.607a1.51%201.51%200%200%200%201.443%201.945z%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%22M6.291%203.218a5%205%200%200%201-.12.782h.32a1.51%201.51%200%200%201%201.443%201.945a335%20335%200%200%200-.767%202.607a2.004%202.004%200%200%201-2.506%201.36l-3.203-.97a1.5%201.5%200%200%201-.972-.918L.095%206.961a1.5%201.5%200%200%201%20.663-1.82l.994-.568a1.5%201.5%200%200%200%20.577-.591l1.209-2.243c.239-.444.788-.884%201.45-.696c.558.158.917.506%201.113.934c.186.407.215.858.19%201.241m3.537%208.78a5%205%200%200%200-.12.781c-.024.384.004.835.19%201.241c.197.43.556.777%201.113.934c.662.188%201.212-.252%201.451-.695l1.208-2.243a1.5%201.5%200%200%201%20.577-.591l.994-.568a1.5%201.5%200%200%200%20.664-1.82l-.391-1.064a1.5%201.5%200%200%200-.973-.917l-3.202-.97a2.004%202.004%200%200%200-2.506%201.36c-.224.77-.506%201.735-.767%202.607a1.51%201.51%200%200%200%201.443%201.945z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/thumb-like-dislike-16-filled.svg?color=%231a73e8&size=48