thumbs down icon

thumbs-down from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
thumbs-down
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.75 2.75H4.568c-.98 0-1.775.795-1.775 1.776v8.284c0 .98.795 1.775 1.775 1.775h1.184c.98 0 1.775-.794 1.775-1.775V4.526c0-.98-.795-1.776-1.775-1.776"/><path d="m21.16 11.757l-1.42-7.101a2.37 2.37 0 0 0-2.367-1.906h-7.48a2.367 2.367 0 0 0-2.367 2.367v7.101a3.23 3.23 0 0 0 1.184 2.367l.982 5.918a.887.887 0 0 0 1.278.65l1.1-.543a3.55 3.55 0 0 0 1.87-4.048l-.496-1.965h5.396a2.368 2.368 0 0 0 2.32-2.84"/></g></svg>

React

import type { SVGProps } from "react";

export function MageThumbsDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.75 2.75H4.568c-.98 0-1.775.795-1.775 1.776v8.284c0 .98.795 1.775 1.775 1.775h1.184c.98 0 1.775-.794 1.775-1.775V4.526c0-.98-.795-1.776-1.775-1.776"/><path d="m21.16 11.757l-1.42-7.101a2.37 2.37 0 0 0-2.367-1.906h-7.48a2.367 2.367 0 0 0-2.367 2.367v7.101a3.23 3.23 0 0 0 1.184 2.367l.982 5.918a.887.887 0 0 0 1.278.65l1.1-.543a3.55 3.55 0 0 0 1.87-4.048l-.496-1.965h5.396a2.368 2.368 0 0 0 2.32-2.84"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.75 2.75H4.568c-.98 0-1.775.795-1.775 1.776v8.284c0 .98.795 1.775 1.775 1.775h1.184c.98 0 1.775-.794 1.775-1.775V4.526c0-.98-.795-1.776-1.775-1.776"/><path d="m21.16 11.757l-1.42-7.101a2.37 2.37 0 0 0-2.367-1.906h-7.48a2.367 2.367 0 0 0-2.367 2.367v7.101a3.23 3.23 0 0 0 1.184 2.367l.982 5.918a.887.887 0 0 0 1.278.65l1.1-.543a3.55 3.55 0 0 0 1.87-4.048l-.496-1.965h5.396a2.368 2.368 0 0 0 2.32-2.84"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.75%202.75H4.568c-.98%200-1.775.795-1.775%201.776v8.284c0%20.98.795%201.775%201.775%201.775h1.184c.98%200%201.775-.794%201.775-1.775V4.526c0-.98-.795-1.776-1.775-1.776%22%2F%3E%3Cpath%20d%3D%22m21.16%2011.757l-1.42-7.101a2.37%202.37%200%200%200-2.367-1.906h-7.48a2.367%202.367%200%200%200-2.367%202.367v7.101a3.23%203.23%200%200%200%201.184%202.367l.982%205.918a.887.887%200%200%200%201.278.65l1.1-.543a3.55%203.55%200%200%200%201.87-4.048l-.496-1.965h5.396a2.368%202.368%200%200%200%202.32-2.84%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.75%202.75H4.568c-.98%200-1.775.795-1.775%201.776v8.284c0%20.98.795%201.775%201.775%201.775h1.184c.98%200%201.775-.794%201.775-1.775V4.526c0-.98-.795-1.776-1.775-1.776%22%2F%3E%3Cpath%20d%3D%22m21.16%2011.757l-1.42-7.101a2.37%202.37%200%200%200-2.367-1.906h-7.48a2.367%202.367%200%200%200-2.367%202.367v7.101a3.23%203.23%200%200%200%201.184%202.367l.982%205.918a.887.887%200%200%200%201.278.65l1.1-.543a3.55%203.55%200%200%200%201.87-4.048l-.496-1.965h5.396a2.368%202.368%200%200%200%202.32-2.84%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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