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

Name
thumb-down-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.845 5.203C8.67 3.848 10.213 3 11.904 3h2.013a6 6 0 0 1 5.919 5.014l.776 4.657A2 2 0 0 1 18.639 15H13.5c-.276 0-.5.224-.501.5c-.01 1.235-.074 2.65-.499 3.5c-.5 1-1.156 1.5-2 1.5s-1.608-.873-1.5-1.781c.108-.909-.078-2.625-.5-3.719S7 12.039 7 10c0-1.007.113-2.126.262-3.168a4.3 4.3 0 0 1 .583-1.63Zm0 0A4.5 4.5 0 0 0 6.5 5C5.12 5 4 6.5 4 9.5S5.12 14 6.5 14c.641 0 1.214.137 1.718.333"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteThumbDownLine(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" strokeWidth="2" d="M7.845 5.203C8.67 3.848 10.213 3 11.904 3h2.013a6 6 0 0 1 5.919 5.014l.776 4.657A2 2 0 0 1 18.639 15H13.5c-.276 0-.5.224-.501.5c-.01 1.235-.074 2.65-.499 3.5c-.5 1-1.156 1.5-2 1.5s-1.608-.873-1.5-1.781c.108-.909-.078-2.625-.5-3.719S7 12.039 7 10c0-1.007.113-2.126.262-3.168a4.3 4.3 0 0 1 .583-1.63Zm0 0A4.5 4.5 0 0 0 6.5 5C5.12 5 4 6.5 4 9.5S5.12 14 6.5 14c.641 0 1.214.137 1.718.333"/></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-width="2" d="M7.845 5.203C8.67 3.848 10.213 3 11.904 3h2.013a6 6 0 0 1 5.919 5.014l.776 4.657A2 2 0 0 1 18.639 15H13.5c-.276 0-.5.224-.501.5c-.01 1.235-.074 2.65-.499 3.5c-.5 1-1.156 1.5-2 1.5s-1.608-.873-1.5-1.781c.108-.909-.078-2.625-.5-3.719S7 12.039 7 10c0-1.007.113-2.126.262-3.168a4.3 4.3 0 0 1 .583-1.63Zm0 0A4.5 4.5 0 0 0 6.5 5C5.12 5 4 6.5 4 9.5S5.12 14 6.5 14c.641 0 1.214.137 1.718.333"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.845%205.203C8.67%203.848%2010.213%203%2011.904%203h2.013a6%206%200%200%201%205.919%205.014l.776%204.657A2%202%200%200%201%2018.639%2015H13.5c-.276%200-.5.224-.501.5c-.01%201.235-.074%202.65-.499%203.5c-.5%201-1.156%201.5-2%201.5s-1.608-.873-1.5-1.781c.108-.909-.078-2.625-.5-3.719S7%2012.039%207%2010c0-1.007.113-2.126.262-3.168a4.3%204.3%200%200%201%20.583-1.63Zm0%200A4.5%204.5%200%200%200%206.5%205C5.12%205%204%206.5%204%209.5S5.12%2014%206.5%2014c.641%200%201.214.137%201.718.333%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-width%3D%222%22%20d%3D%22M7.845%205.203C8.67%203.848%2010.213%203%2011.904%203h2.013a6%206%200%200%201%205.919%205.014l.776%204.657A2%202%200%200%201%2018.639%2015H13.5c-.276%200-.5.224-.501.5c-.01%201.235-.074%202.65-.499%203.5c-.5%201-1.156%201.5-2%201.5s-1.608-.873-1.5-1.781c.108-.909-.078-2.625-.5-3.719S7%2012.039%207%2010c0-1.007.113-2.126.262-3.168a4.3%204.3%200%200%201%20.583-1.63Zm0%200A4.5%204.5%200%200%200%206.5%205C5.12%205%204%206.5%204%209.5S5.12%2014%206.5%2014c.641%200%201.214.137%201.718.333%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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