thumb like dislike icon

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

Name
thumb-like-dislike-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M4.418 2.213L3.21 4.456a2.5 2.5 0 0 1-.962.985l-.994.568a.5.5 0 0 0-.221.607l.391 1.063a.5.5 0 0 0 .324.305l3.203.971a1.004 1.004 0 0 0 1.255-.682c.224-.772.507-1.74.77-2.615A.51.51 0 0 0 6.49 5H5.5a.5.5 0 0 1-.465-.684l.001-.003l.03-.085q.034-.095.082-.262a4 4 0 0 0 .145-.81c.02-.303-.012-.567-.101-.762c-.079-.173-.212-.314-.476-.389c-.03-.008-.07-.008-.125.023a.47.47 0 0 0-.173.185m1.873 1.005a5 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.241m5.29 10.567l1.209-2.244a2.5 2.5 0 0 1 .961-.985l.994-.567a.5.5 0 0 0 .222-.607l-.392-1.063a.5.5 0 0 0-.324-.306l-3.202-.97a1.004 1.004 0 0 0-1.256.681c-.224.773-.507 1.74-.769 2.616a.51.51 0 0 0 .485.658h.99a.5.5 0 0 1 .465.684v.002l-.031.086a4 4 0 0 0-.226 1.073c-.02.302.011.566.1.76c.08.173.212.314.477.39c.03.008.07.008.124-.023a.47.47 0 0 0 .174-.186m-1.873-1.006c.018-.284.067-.554.12-.781H9.51a1.51 1.51 0 0 1-1.443-1.945c.261-.872.543-1.836.767-2.608a2.004 2.004 0 0 1 2.506-1.36l3.202.971c.45.137.81.476.973.917l.391 1.063a1.5 1.5 0 0 1-.664 1.821l-.994.568a1.5 1.5 0 0 0-.577.59l-1.208 2.244c-.239.443-.789.883-1.45.695a1.68 1.68 0 0 1-1.114-.934c-.186-.406-.214-.857-.19-1.24"/></svg>

React

import type { SVGProps } from "react";

export function FluentThumbLikeDislike16Regular(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="M4.418 2.213L3.21 4.456a2.5 2.5 0 0 1-.962.985l-.994.568a.5.5 0 0 0-.221.607l.391 1.063a.5.5 0 0 0 .324.305l3.203.971a1.004 1.004 0 0 0 1.255-.682c.224-.772.507-1.74.77-2.615A.51.51 0 0 0 6.49 5H5.5a.5.5 0 0 1-.465-.684l.001-.003l.03-.085q.034-.095.082-.262a4 4 0 0 0 .145-.81c.02-.303-.012-.567-.101-.762c-.079-.173-.212-.314-.476-.389c-.03-.008-.07-.008-.125.023a.47.47 0 0 0-.173.185m1.873 1.005a5 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.241m5.29 10.567l1.209-2.244a2.5 2.5 0 0 1 .961-.985l.994-.567a.5.5 0 0 0 .222-.607l-.392-1.063a.5.5 0 0 0-.324-.306l-3.202-.97a1.004 1.004 0 0 0-1.256.681c-.224.773-.507 1.74-.769 2.616a.51.51 0 0 0 .485.658h.99a.5.5 0 0 1 .465.684v.002l-.031.086a4 4 0 0 0-.226 1.073c-.02.302.011.566.1.76c.08.173.212.314.477.39c.03.008.07.008.124-.023a.47.47 0 0 0 .174-.186m-1.873-1.006c.018-.284.067-.554.12-.781H9.51a1.51 1.51 0 0 1-1.443-1.945c.261-.872.543-1.836.767-2.608a2.004 2.004 0 0 1 2.506-1.36l3.202.971c.45.137.81.476.973.917l.391 1.063a1.5 1.5 0 0 1-.664 1.821l-.994.568a1.5 1.5 0 0 0-.577.59l-1.208 2.244c-.239.443-.789.883-1.45.695a1.68 1.68 0 0 1-1.114-.934c-.186-.406-.214-.857-.19-1.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.418 2.213L3.21 4.456a2.5 2.5 0 0 1-.962.985l-.994.568a.5.5 0 0 0-.221.607l.391 1.063a.5.5 0 0 0 .324.305l3.203.971a1.004 1.004 0 0 0 1.255-.682c.224-.772.507-1.74.77-2.615A.51.51 0 0 0 6.49 5H5.5a.5.5 0 0 1-.465-.684l.001-.003l.03-.085q.034-.095.082-.262a4 4 0 0 0 .145-.81c.02-.303-.012-.567-.101-.762c-.079-.173-.212-.314-.476-.389c-.03-.008-.07-.008-.125.023a.47.47 0 0 0-.173.185m1.873 1.005a5 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.241m5.29 10.567l1.209-2.244a2.5 2.5 0 0 1 .961-.985l.994-.567a.5.5 0 0 0 .222-.607l-.392-1.063a.5.5 0 0 0-.324-.306l-3.202-.97a1.004 1.004 0 0 0-1.256.681c-.224.773-.507 1.74-.769 2.616a.51.51 0 0 0 .485.658h.99a.5.5 0 0 1 .465.684v.002l-.031.086a4 4 0 0 0-.226 1.073c-.02.302.011.566.1.76c.08.173.212.314.477.39c.03.008.07.008.124-.023a.47.47 0 0 0 .174-.186m-1.873-1.006c.018-.284.067-.554.12-.781H9.51a1.51 1.51 0 0 1-1.443-1.945c.261-.872.543-1.836.767-2.608a2.004 2.004 0 0 1 2.506-1.36l3.202.971c.45.137.81.476.973.917l.391 1.063a1.5 1.5 0 0 1-.664 1.821l-.994.568a1.5 1.5 0 0 0-.577.59l-1.208 2.244c-.239.443-.789.883-1.45.695a1.68 1.68 0 0 1-1.114-.934c-.186-.406-.214-.857-.19-1.24"/></svg>
</template>

CSS

.icon-thumb-like-dislike-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.418%202.213L3.21%204.456a2.5%202.5%200%200%201-.962.985l-.994.568a.5.5%200%200%200-.221.607l.391%201.063a.5.5%200%200%200%20.324.305l3.203.971a1.004%201.004%200%200%200%201.255-.682c.224-.772.507-1.74.77-2.615A.51.51%200%200%200%206.49%205H5.5a.5.5%200%200%201-.465-.684l.001-.003l.03-.085q.034-.095.082-.262a4%204%200%200%200%20.145-.81c.02-.303-.012-.567-.101-.762c-.079-.173-.212-.314-.476-.389c-.03-.008-.07-.008-.125.023a.47.47%200%200%200-.173.185m1.873%201.005a5%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.241m5.29%2010.567l1.209-2.244a2.5%202.5%200%200%201%20.961-.985l.994-.567a.5.5%200%200%200%20.222-.607l-.392-1.063a.5.5%200%200%200-.324-.306l-3.202-.97a1.004%201.004%200%200%200-1.256.681c-.224.773-.507%201.74-.769%202.616a.51.51%200%200%200%20.485.658h.99a.5.5%200%200%201%20.465.684v.002l-.031.086a4%204%200%200%200-.226%201.073c-.02.302.011.566.1.76c.08.173.212.314.477.39c.03.008.07.008.124-.023a.47.47%200%200%200%20.174-.186m-1.873-1.006c.018-.284.067-.554.12-.781H9.51a1.51%201.51%200%200%201-1.443-1.945c.261-.872.543-1.836.767-2.608a2.004%202.004%200%200%201%202.506-1.36l3.202.971c.45.137.81.476.973.917l.391%201.063a1.5%201.5%200%200%201-.664%201.821l-.994.568a1.5%201.5%200%200%200-.577.59l-1.208%202.244c-.239.443-.789.883-1.45.695a1.68%201.68%200%200%201-1.114-.934c-.186-.406-.214-.857-.19-1.24%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%22M4.418%202.213L3.21%204.456a2.5%202.5%200%200%201-.962.985l-.994.568a.5.5%200%200%200-.221.607l.391%201.063a.5.5%200%200%200%20.324.305l3.203.971a1.004%201.004%200%200%200%201.255-.682c.224-.772.507-1.74.77-2.615A.51.51%200%200%200%206.49%205H5.5a.5.5%200%200%201-.465-.684l.001-.003l.03-.085q.034-.095.082-.262a4%204%200%200%200%20.145-.81c.02-.303-.012-.567-.101-.762c-.079-.173-.212-.314-.476-.389c-.03-.008-.07-.008-.125.023a.47.47%200%200%200-.173.185m1.873%201.005a5%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.241m5.29%2010.567l1.209-2.244a2.5%202.5%200%200%201%20.961-.985l.994-.567a.5.5%200%200%200%20.222-.607l-.392-1.063a.5.5%200%200%200-.324-.306l-3.202-.97a1.004%201.004%200%200%200-1.256.681c-.224.773-.507%201.74-.769%202.616a.51.51%200%200%200%20.485.658h.99a.5.5%200%200%201%20.465.684v.002l-.031.086a4%204%200%200%200-.226%201.073c-.02.302.011.566.1.76c.08.173.212.314.477.39c.03.008.07.008.124-.023a.47.47%200%200%200%20.174-.186m-1.873-1.006c.018-.284.067-.554.12-.781H9.51a1.51%201.51%200%200%201-1.443-1.945c.261-.872.543-1.836.767-2.608a2.004%202.004%200%200%201%202.506-1.36l3.202.971c.45.137.81.476.973.917l.391%201.063a1.5%201.5%200%200%201-.664%201.821l-.994.568a1.5%201.5%200%200%200-.577.59l-1.208%202.244c-.239.443-.789.883-1.45.695a1.68%201.68%200%200%201-1.114-.934c-.186-.406-.214-.857-.19-1.24%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-regular.svg?color=%231a73e8&size=48