thumb down icon

thumb-down-line from Remix Icon by Remix Design · Line · System · Apache-2.0 Free for personal and commercial use.

Name
thumb-down-line
Set
Remix Icon
Style
Line
Category
System
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More system icons from Remix Icon

Use the thumb down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33l4.71-6.672c.25-.354.57-.644.933-.857M19 13h2V5h-2z"/></svg>

React

import type { SVGProps } from "react";

export function RiThumbDownLine(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="M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33l4.71-6.672c.25-.354.57-.644.933-.857M19 13h2V5h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33l4.71-6.672c.25-.354.57-.644.933-.857M19 13h2V5h-2z"/></svg>
</template>

CSS

.icon-thumb-down-line {
  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%22M9.4%2016H3a2%202%200%200%201-2-2v-2.104a2%202%200%200%201%20.15-.762L4.246%203.62A1%201%200%200%201%205.17%203H22a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-3.482a1%201%200%200%200-.817.423l-5.453%207.726a.5.5%200%200%201-.632.159L9.802%2022.4a2.5%202.5%200%200%201-1.305-2.853zm7.6-2.588V5H5.84L3%2011.896V14h6.4a2%202%200%200%201%201.938%202.493l-.903%203.548a.5.5%200%200%200%20.261.571l.661.33l4.71-6.672c.25-.354.57-.644.933-.857M19%2013h2V5h-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.4%2016H3a2%202%200%200%201-2-2v-2.104a2%202%200%200%201%20.15-.762L4.246%203.62A1%201%200%200%201%205.17%203H22a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-3.482a1%201%200%200%200-.817.423l-5.453%207.726a.5.5%200%200%201-.632.159L9.802%2022.4a2.5%202.5%200%200%201-1.305-2.853zm7.6-2.588V5H5.84L3%2011.896V14h6.4a2%202%200%200%201%201.938%202.493l-.903%203.548a.5.5%200%200%200%20.261.571l.661.33l4.71-6.672c.25-.354.57-.644.933-.857M19%2013h2V5h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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