thumbs down icon

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

Name
thumbs-down-fill
Set
Mage Icons
Style
Fill
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"><path fill="currentColor" d="m21.89 11.6l-1.42-7.09a3.12 3.12 0 0 0-1.1-1.83a3.2 3.2 0 0 0-2-.68H9.89a3.1 3.1 0 0 0-2.21.91A2.48 2.48 0 0 0 5.75 2H4.56a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.2a2.48 2.48 0 0 0 1.85-.82q.18.251.41.46l.94 5.65a1.65 1.65 0 0 0 .87 1.2c.23.114.483.175.74.18a1.7 1.7 0 0 0 .74-.18l1.1-.54a4.29 4.29 0 0 0 2.26-4.91l-.26-1h4.44c.46.004.915-.1 1.33-.3a3.13 3.13 0 0 0 1.72-3.44zM6.76 12.81a1 1 0 0 1-1 1H4.57a1 1 0 0 1-1-1V4.52a1 1 0 0 1 1-1h1.19a1 1 0 0 1 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MageThumbsDownFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.89 11.6l-1.42-7.09a3.12 3.12 0 0 0-1.1-1.83a3.2 3.2 0 0 0-2-.68H9.89a3.1 3.1 0 0 0-2.21.91A2.48 2.48 0 0 0 5.75 2H4.56a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.2a2.48 2.48 0 0 0 1.85-.82q.18.251.41.46l.94 5.65a1.65 1.65 0 0 0 .87 1.2c.23.114.483.175.74.18a1.7 1.7 0 0 0 .74-.18l1.1-.54a4.29 4.29 0 0 0 2.26-4.91l-.26-1h4.44c.46.004.915-.1 1.33-.3a3.13 3.13 0 0 0 1.72-3.44zM6.76 12.81a1 1 0 0 1-1 1H4.57a1 1 0 0 1-1-1V4.52a1 1 0 0 1 1-1h1.19a1 1 0 0 1 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.89 11.6l-1.42-7.09a3.12 3.12 0 0 0-1.1-1.83a3.2 3.2 0 0 0-2-.68H9.89a3.1 3.1 0 0 0-2.21.91A2.48 2.48 0 0 0 5.75 2H4.56a2.52 2.52 0 0 0-2.52 2.52v8.29a2.52 2.52 0 0 0 2.52 2.52h1.2a2.48 2.48 0 0 0 1.85-.82q.18.251.41.46l.94 5.65a1.65 1.65 0 0 0 .87 1.2c.23.114.483.175.74.18a1.7 1.7 0 0 0 .74-.18l1.1-.54a4.29 4.29 0 0 0 2.26-4.91l-.26-1h4.44c.46.004.915-.1 1.33-.3a3.13 3.13 0 0 0 1.72-3.44zM6.76 12.81a1 1 0 0 1-1 1H4.57a1 1 0 0 1-1-1V4.52a1 1 0 0 1 1-1h1.19a1 1 0 0 1 1 1z"/></svg>
</template>

CSS

.icon-thumbs-down-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.89%2011.6l-1.42-7.09a3.12%203.12%200%200%200-1.1-1.83a3.2%203.2%200%200%200-2-.68H9.89a3.1%203.1%200%200%200-2.21.91A2.48%202.48%200%200%200%205.75%202H4.56a2.52%202.52%200%200%200-2.52%202.52v8.29a2.52%202.52%200%200%200%202.52%202.52h1.2a2.48%202.48%200%200%200%201.85-.82q.18.251.41.46l.94%205.65a1.65%201.65%200%200%200%20.87%201.2c.23.114.483.175.74.18a1.7%201.7%200%200%200%20.74-.18l1.1-.54a4.29%204.29%200%200%200%202.26-4.91l-.26-1h4.44c.46.004.915-.1%201.33-.3a3.13%203.13%200%200%200%201.72-3.44zM6.76%2012.81a1%201%200%200%201-1%201H4.57a1%201%200%200%201-1-1V4.52a1%201%200%200%201%201-1h1.19a1%201%200%200%201%201%201z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.89%2011.6l-1.42-7.09a3.12%203.12%200%200%200-1.1-1.83a3.2%203.2%200%200%200-2-.68H9.89a3.1%203.1%200%200%200-2.21.91A2.48%202.48%200%200%200%205.75%202H4.56a2.52%202.52%200%200%200-2.52%202.52v8.29a2.52%202.52%200%200%200%202.52%202.52h1.2a2.48%202.48%200%200%200%201.85-.82q.18.251.41.46l.94%205.65a1.65%201.65%200%200%200%20.87%201.2c.23.114.483.175.74.18a1.7%201.7%200%200%200%20.74-.18l1.1-.54a4.29%204.29%200%200%200%202.26-4.91l-.26-1h4.44c.46.004.915-.1%201.33-.3a3.13%203.13%200%200%200%201.72-3.44zM6.76%2012.81a1%201%200%200%201-1%201H4.57a1%201%200%200%201-1-1V4.52a1%201%200%200%201%201-1h1.19a1%201%200%200%201%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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