thumbsdown filled icon

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

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

Use the thumbsdown filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 7.5v-5c0-.827-.673-1.5-1.5-1.5H12v8h1.5c.827 0 1.5-.673 1.5-1.5M1.429 9.185c.381.518.969.815 1.612.815h3.433l-.464 2.32a2.24 2.24 0 0 0 .464 1.86c.427.521 1.059.82 1.732.82c.444 0 .839-.298.951-.693l.464-1.286a16 16 0 0 1 1.378-2.876V1H4.602a1.99 1.99 0 0 0-1.909 1.404l-1.562 5a1.98 1.98 0 0 0 .297 1.781z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconThumbsdownFilled(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="M15 7.5v-5c0-.827-.673-1.5-1.5-1.5H12v8h1.5c.827 0 1.5-.673 1.5-1.5M1.429 9.185c.381.518.969.815 1.612.815h3.433l-.464 2.32a2.24 2.24 0 0 0 .464 1.86c.427.521 1.059.82 1.732.82c.444 0 .839-.298.951-.693l.464-1.286a16 16 0 0 1 1.378-2.876V1H4.602a1.99 1.99 0 0 0-1.909 1.404l-1.562 5a1.98 1.98 0 0 0 .297 1.781z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 7.5v-5c0-.827-.673-1.5-1.5-1.5H12v8h1.5c.827 0 1.5-.673 1.5-1.5M1.429 9.185c.381.518.969.815 1.612.815h3.433l-.464 2.32a2.24 2.24 0 0 0 .464 1.86c.427.521 1.059.82 1.732.82c.444 0 .839-.298.951-.693l.464-1.286a16 16 0 0 1 1.378-2.876V1H4.602a1.99 1.99 0 0 0-1.909 1.404l-1.562 5a1.98 1.98 0 0 0 .297 1.781z"/></svg>
</template>

CSS

.icon-thumbsdown-filled {
  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%22M15%207.5v-5c0-.827-.673-1.5-1.5-1.5H12v8h1.5c.827%200%201.5-.673%201.5-1.5M1.429%209.185c.381.518.969.815%201.612.815h3.433l-.464%202.32a2.24%202.24%200%200%200%20.464%201.86c.427.521%201.059.82%201.732.82c.444%200%20.839-.298.951-.693l.464-1.286a16%2016%200%200%201%201.378-2.876V1H4.602a1.99%201.99%200%200%200-1.909%201.404l-1.562%205a1.98%201.98%200%200%200%20.297%201.781z%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%22M15%207.5v-5c0-.827-.673-1.5-1.5-1.5H12v8h1.5c.827%200%201.5-.673%201.5-1.5M1.429%209.185c.381.518.969.815%201.612.815h3.433l-.464%202.32a2.24%202.24%200%200%200%20.464%201.86c.427.521%201.059.82%201.732.82c.444%200%20.839-.298.951-.693l.464-1.286a16%2016%200%200%201%201.378-2.876V1H4.602a1.99%201.99%200%200%200-1.909%201.404l-1.562%205a1.98%201.98%200%200%200%20.297%201.781z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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