thumbs down icon

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

Name
thumbs-down-outline
Set
Flowbite Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 13c-.889.086-1.416.543-2.156 1.057a22.3 22.3 0 0 0-3.958 5.084a1.6 1.6 0 0 1-.582.628a1.55 1.55 0 0 1-1.466.087a1.6 1.6 0 0 1-.537-.406a1.67 1.67 0 0 1-.384-1.279l1.389-4.114M17 13h3V6.5A1.5 1.5 0 0 0 18.5 5v0A1.5 1.5 0 0 0 17 6.5zm-6.5 1H5.585c-.286 0-.372-.014-.626-.15a1.8 1.8 0 0 1-.637-.572a1.87 1.87 0 0 1-.215-1.673l2.098-6.4C6.462 4.48 6.632 4 7.88 4c2.302 0 4.79.943 6.67 1.475"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteThumbsDownOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17 13c-.889.086-1.416.543-2.156 1.057a22.3 22.3 0 0 0-3.958 5.084a1.6 1.6 0 0 1-.582.628a1.55 1.55 0 0 1-1.466.087a1.6 1.6 0 0 1-.537-.406a1.67 1.67 0 0 1-.384-1.279l1.389-4.114M17 13h3V6.5A1.5 1.5 0 0 0 18.5 5v0A1.5 1.5 0 0 0 17 6.5zm-6.5 1H5.585c-.286 0-.372-.014-.626-.15a1.8 1.8 0 0 1-.637-.572a1.87 1.87 0 0 1-.215-1.673l2.098-6.4C6.462 4.48 6.632 4 7.88 4c2.302 0 4.79.943 6.67 1.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 13c-.889.086-1.416.543-2.156 1.057a22.3 22.3 0 0 0-3.958 5.084a1.6 1.6 0 0 1-.582.628a1.55 1.55 0 0 1-1.466.087a1.6 1.6 0 0 1-.537-.406a1.67 1.67 0 0 1-.384-1.279l1.389-4.114M17 13h3V6.5A1.5 1.5 0 0 0 18.5 5v0A1.5 1.5 0 0 0 17 6.5zm-6.5 1H5.585c-.286 0-.372-.014-.626-.15a1.8 1.8 0 0 1-.637-.572a1.87 1.87 0 0 1-.215-1.673l2.098-6.4C6.462 4.48 6.632 4 7.88 4c2.302 0 4.79.943 6.67 1.475"/></svg>
</template>

CSS

.icon-thumbs-down-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2013c-.889.086-1.416.543-2.156%201.057a22.3%2022.3%200%200%200-3.958%205.084a1.6%201.6%200%200%201-.582.628a1.55%201.55%200%200%201-1.466.087a1.6%201.6%200%200%201-.537-.406a1.67%201.67%200%200%201-.384-1.279l1.389-4.114M17%2013h3V6.5A1.5%201.5%200%200%200%2018.5%205v0A1.5%201.5%200%200%200%2017%206.5zm-6.5%201H5.585c-.286%200-.372-.014-.626-.15a1.8%201.8%200%200%201-.637-.572a1.87%201.87%200%200%201-.215-1.673l2.098-6.4C6.462%204.48%206.632%204%207.88%204c2.302%200%204.79.943%206.67%201.475%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2013c-.889.086-1.416.543-2.156%201.057a22.3%2022.3%200%200%200-3.958%205.084a1.6%201.6%200%200%201-.582.628a1.55%201.55%200%200%201-1.466.087a1.6%201.6%200%200%201-.537-.406a1.67%201.67%200%200%201-.384-1.279l1.389-4.114M17%2013h3V6.5A1.5%201.5%200%200%200%2018.5%205v0A1.5%201.5%200%200%200%2017%206.5zm-6.5%201H5.585c-.286%200-.372-.014-.626-.15a1.8%201.8%200%200%201-.637-.572a1.87%201.87%200%200%201-.215-1.673l2.098-6.4C6.462%204.48%206.632%204%207.88%204c2.302%200%204.79.943%206.67%201.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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