thumbs down icon

thumbs-down from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
thumbs-down
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M20.3793 29.4002V36.6002C20.3793 39.5826 22.7969 42.0002 25.7793 42.0002L32.9793 25.8002V6.00023H12.0633C10.2682 5.97994 8.73244 7.2853 8.46327 9.06023L5.97927 25.2602C5.82077 26.3045 6.12885 27.3657 6.82192 28.1627C7.51499 28.9597 8.52311 29.4122 9.57927 29.4002H20.3793Z"/><path fill="#2F88FF" d="M32.9795 6.00017H37.7855C39.8942 5.96288 41.6968 7.51019 41.9795 9.60017V22.2002C41.6968 24.2901 39.8942 26.0375 37.7855 26.0002H32.9795V6.00017Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkThumbsDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M20.3793 29.4002V36.6002C20.3793 39.5826 22.7969 42.0002 25.7793 42.0002L32.9793 25.8002V6.00023H12.0633C10.2682 5.97994 8.73244 7.2853 8.46327 9.06023L5.97927 25.2602C5.82077 26.3045 6.12885 27.3657 6.82192 28.1627C7.51499 28.9597 8.52311 29.4122 9.57927 29.4002H20.3793Z"/><path fill="#2F88FF" d="M32.9795 6.00017H37.7855C39.8942 5.96288 41.6968 7.51019 41.9795 9.60017V22.2002C41.6968 24.2901 39.8942 26.0375 37.7855 26.0002H32.9795V6.00017Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M20.3793 29.4002V36.6002C20.3793 39.5826 22.7969 42.0002 25.7793 42.0002L32.9793 25.8002V6.00023H12.0633C10.2682 5.97994 8.73244 7.2853 8.46327 9.06023L5.97927 25.2602C5.82077 26.3045 6.12885 27.3657 6.82192 28.1627C7.51499 28.9597 8.52311 29.4122 9.57927 29.4002H20.3793Z"/><path fill="#2F88FF" d="M32.9795 6.00017H37.7855C39.8942 5.96288 41.6968 7.51019 41.9795 9.60017V22.2002C41.6968 24.2901 39.8942 26.0375 37.7855 26.0002H32.9795V6.00017Z"/></g></svg>
</template>

CSS

.icon-thumbs-down {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20.3793%2029.4002V36.6002C20.3793%2039.5826%2022.7969%2042.0002%2025.7793%2042.0002L32.9793%2025.8002V6.00023H12.0633C10.2682%205.97994%208.73244%207.2853%208.46327%209.06023L5.97927%2025.2602C5.82077%2026.3045%206.12885%2027.3657%206.82192%2028.1627C7.51499%2028.9597%208.52311%2029.4122%209.57927%2029.4002H20.3793Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M32.9795%206.00017H37.7855C39.8942%205.96288%2041.6968%207.51019%2041.9795%209.60017V22.2002C41.6968%2024.2901%2039.8942%2026.0375%2037.7855%2026.0002H32.9795V6.00017Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20.3793%2029.4002V36.6002C20.3793%2039.5826%2022.7969%2042.0002%2025.7793%2042.0002L32.9793%2025.8002V6.00023H12.0633C10.2682%205.97994%208.73244%207.2853%208.46327%209.06023L5.97927%2025.2602C5.82077%2026.3045%206.12885%2027.3657%206.82192%2028.1627C7.51499%2028.9597%208.52311%2029.4122%209.57927%2029.4002H20.3793Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M32.9795%206.00017H37.7855C39.8942%205.96288%2041.6968%207.51019%2041.9795%209.60017V22.2002C41.6968%2024.2901%2039.8942%2026.0375%2037.7855%2026.0002H32.9795V6.00017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/thumbs-down.svg?color=%231a73e8&size=48