thumbsup filled icon
thumbsup-filled from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- thumbsup-filled
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Use the thumbsup filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 8.5v5c0 .827.673 1.5 1.5 1.5H4V7H2.5C1.673 7 1 7.673 1 8.5m13.571-1.685A1.98 1.98 0 0 0 12.959 6H9.526l.464-2.32a2.24 2.24 0 0 0-.464-1.86A2.23 2.23 0 0 0 7.794 1c-.444 0-.839.298-.951.693l-.464 1.286a16 16 0 0 1-1.378 2.876V15h6.397a1.99 1.99 0 0 0 1.909-1.404l1.562-5a1.98 1.98 0 0 0-.298-1.781"/></svg>
React
import type { SVGProps } from "react";
export function CodiconThumbsupFilled(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="M1 8.5v5c0 .827.673 1.5 1.5 1.5H4V7H2.5C1.673 7 1 7.673 1 8.5m13.571-1.685A1.98 1.98 0 0 0 12.959 6H9.526l.464-2.32a2.24 2.24 0 0 0-.464-1.86A2.23 2.23 0 0 0 7.794 1c-.444 0-.839.298-.951.693l-.464 1.286a16 16 0 0 1-1.378 2.876V15h6.397a1.99 1.99 0 0 0 1.909-1.404l1.562-5a1.98 1.98 0 0 0-.298-1.781"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 8.5v5c0 .827.673 1.5 1.5 1.5H4V7H2.5C1.673 7 1 7.673 1 8.5m13.571-1.685A1.98 1.98 0 0 0 12.959 6H9.526l.464-2.32a2.24 2.24 0 0 0-.464-1.86A2.23 2.23 0 0 0 7.794 1c-.444 0-.839.298-.951.693l-.464 1.286a16 16 0 0 1-1.378 2.876V15h6.397a1.99 1.99 0 0 0 1.909-1.404l1.562-5a1.98 1.98 0 0 0-.298-1.781"/></svg> </template>
CSS
.icon-thumbsup-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%22M1%208.5v5c0%20.827.673%201.5%201.5%201.5H4V7H2.5C1.673%207%201%207.673%201%208.5m13.571-1.685A1.98%201.98%200%200%200%2012.959%206H9.526l.464-2.32a2.24%202.24%200%200%200-.464-1.86A2.23%202.23%200%200%200%207.794%201c-.444%200-.839.298-.951.693l-.464%201.286a16%2016%200%200%201-1.378%202.876V15h6.397a1.99%201.99%200%200%200%201.909-1.404l1.562-5a1.98%201.98%200%200%200-.298-1.781%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%22M1%208.5v5c0%20.827.673%201.5%201.5%201.5H4V7H2.5C1.673%207%201%207.673%201%208.5m13.571-1.685A1.98%201.98%200%200%200%2012.959%206H9.526l.464-2.32a2.24%202.24%200%200%200-.464-1.86A2.23%202.23%200%200%200%207.794%201c-.444%200-.839.298-.951.693l-.464%201.286a16%2016%200%200%201-1.378%202.876V15h6.397a1.99%201.99%200%200%200%201.909-1.404l1.562-5a1.98%201.98%200%200%200-.298-1.781%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/thumbsup-filled.svg?color=%231a73e8&size=48