thumbsdown icon

thumbsdown from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
thumbsdown
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the thumbsdown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 1H4.838C3.274 1 2.717 2.202 2.435 3.105L1.092 7.404A2 2 0 0 0 3.001 10h2.327l-.534 1.781a2.503 2.503 0 0 0 2.395 3.22a1 1 0 0 0 .898-.555l2.084-4.169a.5.5 0 0 1 .447-.276H13c1.103 0 2-.897 2-2V3c0-1.103-.897-2-2-2M9.276 9.829l-2.083 4.167l-.005.003a1.5 1.5 0 0 1-1.438-1.932l.728-2.425A.5.5 0 0 0 6 8.998H3.001a1 1 0 0 1-.954-1.299L3.39 3.401c.363-1.165.842-1.403 1.448-1.403H11v7h-.382c-.572 0-1.087.318-1.342.829zM14 8c0 .551-.448 1-1 1h-1V2h1c.552 0 1 .449 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconThumbsdown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 1H4.838C3.274 1 2.717 2.202 2.435 3.105L1.092 7.404A2 2 0 0 0 3.001 10h2.327l-.534 1.781a2.503 2.503 0 0 0 2.395 3.22a1 1 0 0 0 .898-.555l2.084-4.169a.5.5 0 0 1 .447-.276H13c1.103 0 2-.897 2-2V3c0-1.103-.897-2-2-2M9.276 9.829l-2.083 4.167l-.005.003a1.5 1.5 0 0 1-1.438-1.932l.728-2.425A.5.5 0 0 0 6 8.998H3.001a1 1 0 0 1-.954-1.299L3.39 3.401c.363-1.165.842-1.403 1.448-1.403H11v7h-.382c-.572 0-1.087.318-1.342.829zM14 8c0 .551-.448 1-1 1h-1V2h1c.552 0 1 .449 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 1H4.838C3.274 1 2.717 2.202 2.435 3.105L1.092 7.404A2 2 0 0 0 3.001 10h2.327l-.534 1.781a2.503 2.503 0 0 0 2.395 3.22a1 1 0 0 0 .898-.555l2.084-4.169a.5.5 0 0 1 .447-.276H13c1.103 0 2-.897 2-2V3c0-1.103-.897-2-2-2M9.276 9.829l-2.083 4.167l-.005.003a1.5 1.5 0 0 1-1.438-1.932l.728-2.425A.5.5 0 0 0 6 8.998H3.001a1 1 0 0 1-.954-1.299L3.39 3.401c.363-1.165.842-1.403 1.448-1.403H11v7h-.382c-.572 0-1.087.318-1.342.829zM14 8c0 .551-.448 1-1 1h-1V2h1c.552 0 1 .449 1 1z"/></svg>
</template>

CSS

.icon-thumbsdown {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201H4.838C3.274%201%202.717%202.202%202.435%203.105L1.092%207.404A2%202%200%200%200%203.001%2010h2.327l-.534%201.781a2.503%202.503%200%200%200%202.395%203.22a1%201%200%200%200%20.898-.555l2.084-4.169a.5.5%200%200%201%20.447-.276H13c1.103%200%202-.897%202-2V3c0-1.103-.897-2-2-2M9.276%209.829l-2.083%204.167l-.005.003a1.5%201.5%200%200%201-1.438-1.932l.728-2.425A.5.5%200%200%200%206%208.998H3.001a1%201%200%200%201-.954-1.299L3.39%203.401c.363-1.165.842-1.403%201.448-1.403H11v7h-.382c-.572%200-1.087.318-1.342.829zM14%208c0%20.551-.448%201-1%201h-1V2h1c.552%200%201%20.449%201%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201H4.838C3.274%201%202.717%202.202%202.435%203.105L1.092%207.404A2%202%200%200%200%203.001%2010h2.327l-.534%201.781a2.503%202.503%200%200%200%202.395%203.22a1%201%200%200%200%20.898-.555l2.084-4.169a.5.5%200%200%201%20.447-.276H13c1.103%200%202-.897%202-2V3c0-1.103-.897-2-2-2M9.276%209.829l-2.083%204.167l-.005.003a1.5%201.5%200%200%201-1.438-1.932l.728-2.425A.5.5%200%200%200%206%208.998H3.001a1%201%200%200%201-.954-1.299L3.39%203.401c.363-1.165.842-1.403%201.448-1.403H11v7h-.382c-.572%200-1.087.318-1.342.829zM14%208c0%20.551-.448%201-1%201h-1V2h1c.552%200%201%20.449%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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