thumbsup icon
thumbsup from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- thumbsup
- Set
- Octicons
- Style
- Regular
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the thumbsup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55c.91-1 .88-1.8.63-3.27c-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97c0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4c-.5 0-1.08.5-1 1c.25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02l1-6c-.03-.64-.38-1-1-1h-.01z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonThumbsup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55c.91-1 .88-1.8.63-3.27c-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97c0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4c-.5 0-1.08.5-1 1c.25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02l1-6c-.03-.64-.38-1-1-1h-.01z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 8.17l-.97 5.95C14.84 15.5 13.13 16 12 16H5.69c-.2 0-.38-.05-.53-.14L3.72 15H2c-1.06 0-2-.94-2-2V9c0-1.06.94-2.02 2-2h2c.91 0 1.39-.45 2.39-1.55c.91-1 .88-1.8.63-3.27c-.08-.5.06-1 .42-1.42C7.83.29 8.42 0 9 0c1.83 0 3 3.71 3 5.01l-.02.98h2.04c1.16 0 1.95.8 1.98 1.97c0 .11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7 0-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4c-.5 0-1.08.5-1 1c.25 1.58.34 2.78-.89 4.14C6.11 7.25 5.36 8 4 8v6l1.67 1H12c.73 0 1.95-.31 2-1l.02-.02l1-6c-.03-.64-.38-1-1-1h-.01z" fill="currentColor"/></svg> </template>
CSS
.icon-thumbsup {
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-rule%3D%22evenodd%22%20d%3D%22M15.98%208.17l-.97%205.95C14.84%2015.5%2013.13%2016%2012%2016H5.69c-.2%200-.38-.05-.53-.14L3.72%2015H2c-1.06%200-2-.94-2-2V9c0-1.06.94-2.02%202-2h2c.91%200%201.39-.45%202.39-1.55c.91-1%20.88-1.8.63-3.27c-.08-.5.06-1%20.42-1.42C7.83.29%208.42%200%209%200c1.83%200%203%203.71%203%205.01l-.02.98h2.04c1.16%200%201.95.8%201.98%201.97c0%20.11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7%200-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4c-.5%200-1.08.5-1%201c.25%201.58.34%202.78-.89%204.14C6.11%207.25%205.36%208%204%208v6l1.67%201H12c.73%200%201.95-.31%202-1l.02-.02l1-6c-.03-.64-.38-1-1-1h-.01z%22%20fill%3D%22currentColor%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-rule%3D%22evenodd%22%20d%3D%22M15.98%208.17l-.97%205.95C14.84%2015.5%2013.13%2016%2012%2016H5.69c-.2%200-.38-.05-.53-.14L3.72%2015H2c-1.06%200-2-.94-2-2V9c0-1.06.94-2.02%202-2h2c.91%200%201.39-.45%202.39-1.55c.91-1%20.88-1.8.63-3.27c-.08-.5.06-1%20.42-1.42C7.83.29%208.42%200%209%200c1.83%200%203%203.71%203%205.01l-.02.98h2.04c1.16%200%201.95.8%201.98%201.97c0%20.11-.02.21-.02.21zm-1.97-1.19h-1.99c-.7%200-1.03-.28-1.03-.97l.03-1.03c0-1.27-1.17-4-2-4c-.5%200-1.08.5-1%201c.25%201.58.34%202.78-.89%204.14C6.11%207.25%205.36%208%204%208v6l1.67%201H12c.73%200%201.95-.31%202-1l.02-.02l1-6c-.03-.64-.38-1-1-1h-.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/thumbsup.svg?color=%231a73e8&size=48