thumbs down icon

thumbs-down-solid from Flowbite Icons by Themesberg · Solid · Emoji · MIT Free for personal and commercial use.

Name
thumbs-down-solid
Set
Flowbite Icons
Style
Solid
Category
Emoji
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More emoji icons from Flowbite 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" fill-rule="evenodd" d="M8.97 14.316H5.004c-.322 0-.64-.08-.925-.232a2 2 0 0 1-.717-.645a2.1 2.1 0 0 1-.242-1.883l2.36-7.201C5.769 3.54 5.96 3 7.365 3c2.072 0 4.276.678 6.156 1.256c.473.145.925.284 1.35.404h.114v9.862a25.5 25.5 0 0 0-4.238 5.514c-.197.376-.516.67-.901.83a1.74 1.74 0 0 1-1.21.048a1.8 1.8 0 0 1-.96-.757a1.87 1.87 0 0 1-.269-1.211l1.562-4.63ZM19.822 14H17V6a2 2 0 1 1 4 0v6.823c0 .65-.527 1.177-1.177 1.177Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteThumbsDownSolid(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" fillRule="evenodd" d="M8.97 14.316H5.004c-.322 0-.64-.08-.925-.232a2 2 0 0 1-.717-.645a2.1 2.1 0 0 1-.242-1.883l2.36-7.201C5.769 3.54 5.96 3 7.365 3c2.072 0 4.276.678 6.156 1.256c.473.145.925.284 1.35.404h.114v9.862a25.5 25.5 0 0 0-4.238 5.514c-.197.376-.516.67-.901.83a1.74 1.74 0 0 1-1.21.048a1.8 1.8 0 0 1-.96-.757a1.87 1.87 0 0 1-.269-1.211l1.562-4.63ZM19.822 14H17V6a2 2 0 1 1 4 0v6.823c0 .65-.527 1.177-1.177 1.177Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.97 14.316H5.004c-.322 0-.64-.08-.925-.232a2 2 0 0 1-.717-.645a2.1 2.1 0 0 1-.242-1.883l2.36-7.201C5.769 3.54 5.96 3 7.365 3c2.072 0 4.276.678 6.156 1.256c.473.145.925.284 1.35.404h.114v9.862a25.5 25.5 0 0 0-4.238 5.514c-.197.376-.516.67-.901.83a1.74 1.74 0 0 1-1.21.048a1.8 1.8 0 0 1-.96-.757a1.87 1.87 0 0 1-.269-1.211l1.562-4.63ZM19.822 14H17V6a2 2 0 1 1 4 0v6.823c0 .65-.527 1.177-1.177 1.177Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-thumbs-down-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.97%2014.316H5.004c-.322%200-.64-.08-.925-.232a2%202%200%200%201-.717-.645a2.1%202.1%200%200%201-.242-1.883l2.36-7.201C5.769%203.54%205.96%203%207.365%203c2.072%200%204.276.678%206.156%201.256c.473.145.925.284%201.35.404h.114v9.862a25.5%2025.5%200%200%200-4.238%205.514c-.197.376-.516.67-.901.83a1.74%201.74%200%200%201-1.21.048a1.8%201.8%200%200%201-.96-.757a1.87%201.87%200%200%201-.269-1.211l1.562-4.63ZM19.822%2014H17V6a2%202%200%201%201%204%200v6.823c0%20.65-.527%201.177-1.177%201.177Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.97%2014.316H5.004c-.322%200-.64-.08-.925-.232a2%202%200%200%201-.717-.645a2.1%202.1%200%200%201-.242-1.883l2.36-7.201C5.769%203.54%205.96%203%207.365%203c2.072%200%204.276.678%206.156%201.256c.473.145.925.284%201.35.404h.114v9.862a25.5%2025.5%200%200%200-4.238%205.514c-.197.376-.516.67-.901.83a1.74%201.74%200%200%201-1.21.048a1.8%201.8%200%200%201-.96-.757a1.87%201.87%200%200%201-.269-1.211l1.562-4.63ZM19.822%2014H17V6a2%202%200%201%201%204%200v6.823c0%20.65-.527%201.177-1.177%201.177Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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