thumbs down icon

thumbs-down from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
thumbs-down
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More status icons from Line Awesome

Use the thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.156 6c-1.41 0-2.64.996-2.937 2.375l-2.157 10C4.668 20.223 6.114 22 8 22h5.75l-.188.75c-.203.156-.332.223-.624.625c-.47.64-.938 1.633-.938 2.969C12 27.77 13.29 29 14.906 29h.406l.313-.281L22.406 22H27V6zm0 2H21v12.594l-6.406 6.312c-.422-.082-.594-.254-.594-.562c0-.903.273-1.461.531-1.813s.438-.437.438-.437l.344-.188l.124-.406l.594-2.25l.313-1.25H8c-.66 0-1.105-.574-.969-1.219l2.125-10c.102-.469.524-.781 1-.781M23 8h2v12h-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaThumbsDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.156 6c-1.41 0-2.64.996-2.937 2.375l-2.157 10C4.668 20.223 6.114 22 8 22h5.75l-.188.75c-.203.156-.332.223-.624.625c-.47.64-.938 1.633-.938 2.969C12 27.77 13.29 29 14.906 29h.406l.313-.281L22.406 22H27V6zm0 2H21v12.594l-6.406 6.312c-.422-.082-.594-.254-.594-.562c0-.903.273-1.461.531-1.813s.438-.437.438-.437l.344-.188l.124-.406l.594-2.25l.313-1.25H8c-.66 0-1.105-.574-.969-1.219l2.125-10c.102-.469.524-.781 1-.781M23 8h2v12h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.156 6c-1.41 0-2.64.996-2.937 2.375l-2.157 10C4.668 20.223 6.114 22 8 22h5.75l-.188.75c-.203.156-.332.223-.624.625c-.47.64-.938 1.633-.938 2.969C12 27.77 13.29 29 14.906 29h.406l.313-.281L22.406 22H27V6zm0 2H21v12.594l-6.406 6.312c-.422-.082-.594-.254-.594-.562c0-.903.273-1.461.531-1.813s.438-.437.438-.437l.344-.188l.124-.406l.594-2.25l.313-1.25H8c-.66 0-1.105-.574-.969-1.219l2.125-10c.102-.469.524-.781 1-.781M23 8h2v12h-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.156%206c-1.41%200-2.64.996-2.937%202.375l-2.157%2010C4.668%2020.223%206.114%2022%208%2022h5.75l-.188.75c-.203.156-.332.223-.624.625c-.47.64-.938%201.633-.938%202.969C12%2027.77%2013.29%2029%2014.906%2029h.406l.313-.281L22.406%2022H27V6zm0%202H21v12.594l-6.406%206.312c-.422-.082-.594-.254-.594-.562c0-.903.273-1.461.531-1.813s.438-.437.438-.437l.344-.188l.124-.406l.594-2.25l.313-1.25H8c-.66%200-1.105-.574-.969-1.219l2.125-10c.102-.469.524-.781%201-.781M23%208h2v12h-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.156%206c-1.41%200-2.64.996-2.937%202.375l-2.157%2010C4.668%2020.223%206.114%2022%208%2022h5.75l-.188.75c-.203.156-.332.223-.624.625c-.47.64-.938%201.633-.938%202.969C12%2027.77%2013.29%2029%2014.906%2029h.406l.313-.281L22.406%2022H27V6zm0%202H21v12.594l-6.406%206.312c-.422-.082-.594-.254-.594-.562c0-.903.273-1.461.531-1.813s.438-.437.438-.437l.344-.188l.124-.406l.594-2.25l.313-1.25H8c-.66%200-1.105-.574-.969-1.219l2.125-10c.102-.469.524-.781%201-.781M23%208h2v12h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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