hand thumbs down icon

hand-thumbs-down-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
hand-thumbs-down-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the hand thumbs down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211c.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362c.077-.27.113-.568.113-.856c0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616c.849.232 1.574.787 2.132 1.41c.56.626.914 1.28 1.039 1.638c.199.575.356 1.54.428 2.591"/></svg>

React

import type { SVGProps } from "react";

export function BiHandThumbsDownFill(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="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211c.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362c.077-.27.113-.568.113-.856c0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616c.849.232 1.574.787 2.132 1.41c.56.626.914 1.28 1.039 1.638c.199.575.356 1.54.428 2.591"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211c.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362c.077-.27.113-.568.113-.856c0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616c.849.232 1.574.787 2.132 1.41c.56.626.914 1.28 1.039 1.638c.199.575.356 1.54.428 2.591"/></svg>
</template>

CSS

.icon-hand-thumbs-down-fill {
  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%22M6.956%2014.534c.065.936.952%201.659%201.908%201.42l.261-.065a1.38%201.38%200%200%200%201.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065%201.669.071%202.516-.211c.518-.173.994-.68%201.2-1.272a1.9%201.9%200%200%200-.234-1.734c.058-.118.103-.242.138-.362c.077-.27.113-.568.113-.856c0-.29-.036-.586-.113-.857a2%202%200%200%200-.16-.403c.169-.387.107-.82-.003-1.149a3.2%203.2%200%200%200-.488-.9c.054-.153.076-.313.076-.465a1.86%201.86%200%200%200-.253-.912C13.1.757%2012.437.28%2011.5.28H8c-.605%200-1.07.08-1.466.217a4.8%204.8%200%200%200-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682%201.815%202%202.434%202%203.279v4c0%20.851.685%201.433%201.357%201.616c.849.232%201.574.787%202.132%201.41c.56.626.914%201.28%201.039%201.638c.199.575.356%201.54.428%202.591%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%22M6.956%2014.534c.065.936.952%201.659%201.908%201.42l.261-.065a1.38%201.38%200%200%200%201.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065%201.669.071%202.516-.211c.518-.173.994-.68%201.2-1.272a1.9%201.9%200%200%200-.234-1.734c.058-.118.103-.242.138-.362c.077-.27.113-.568.113-.856c0-.29-.036-.586-.113-.857a2%202%200%200%200-.16-.403c.169-.387.107-.82-.003-1.149a3.2%203.2%200%200%200-.488-.9c.054-.153.076-.313.076-.465a1.86%201.86%200%200%200-.253-.912C13.1.757%2012.437.28%2011.5.28H8c-.605%200-1.07.08-1.466.217a4.8%204.8%200%200%200-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682%201.815%202%202.434%202%203.279v4c0%20.851.685%201.433%201.357%201.616c.849.232%201.574.787%202.132%201.41c.56.626.914%201.28%201.039%201.638c.199.575.356%201.54.428%202.591%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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