thumbsup icon
thumbsup from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- thumbsup
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
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 512 512"><path d="M424.2 259.3c13.8-4.5 23.8-17.5 23.8-32.8 0-19-15.4-34.5-34.5-34.5H310.9c2-25 10-53.6 1.1-87.3-7.5-28.4-39.4-49.7-52.4-36.8-5 4.9-3.5 15.2-3.5 33.8 0 42.8-17.8 86.1-39.8 108.7-9.4 9.7-25.2 13-40.2 13.6v-16H64v240h112v-32c20.6-.5 52.6 5.2 75.8 6.6 52 3.1 102-2.4 126.3-8.1 24.3-5.7 35-13 35-30.6 0-6.4-1.9-12.3-5.1-17.3 11.8-4.7 20.1-16.2 20.1-29.7 0-7.2-2.4-13.8-6.4-19.2 11.9-4.6 20.4-16.2 20.4-29.8-.1-12.5-7.4-23.4-17.9-28.6zM112 415.7c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonThumbsup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M424.2 259.3c13.8-4.5 23.8-17.5 23.8-32.8 0-19-15.4-34.5-34.5-34.5H310.9c2-25 10-53.6 1.1-87.3-7.5-28.4-39.4-49.7-52.4-36.8-5 4.9-3.5 15.2-3.5 33.8 0 42.8-17.8 86.1-39.8 108.7-9.4 9.7-25.2 13-40.2 13.6v-16H64v240h112v-32c20.6-.5 52.6 5.2 75.8 6.6 52 3.1 102-2.4 126.3-8.1 24.3-5.7 35-13 35-30.6 0-6.4-1.9-12.3-5.1-17.3 11.8-4.7 20.1-16.2 20.1-29.7 0-7.2-2.4-13.8-6.4-19.2 11.9-4.6 20.4-16.2 20.4-29.8-.1-12.5-7.4-23.4-17.9-28.6zM112 415.7c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M424.2 259.3c13.8-4.5 23.8-17.5 23.8-32.8 0-19-15.4-34.5-34.5-34.5H310.9c2-25 10-53.6 1.1-87.3-7.5-28.4-39.4-49.7-52.4-36.8-5 4.9-3.5 15.2-3.5 33.8 0 42.8-17.8 86.1-39.8 108.7-9.4 9.7-25.2 13-40.2 13.6v-16H64v240h112v-32c20.6-.5 52.6 5.2 75.8 6.6 52 3.1 102-2.4 126.3-8.1 24.3-5.7 35-13 35-30.6 0-6.4-1.9-12.3-5.1-17.3 11.8-4.7 20.1-16.2 20.1-29.7 0-7.2-2.4-13.8-6.4-19.2 11.9-4.6 20.4-16.2 20.4-29.8-.1-12.5-7.4-23.4-17.9-28.6zM112 415.7c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z" 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%20512%20512%22%3E%3Cpath%20d%3D%22M424.2%20259.3c13.8-4.5%2023.8-17.5%2023.8-32.8%200-19-15.4-34.5-34.5-34.5H310.9c2-25%2010-53.6%201.1-87.3-7.5-28.4-39.4-49.7-52.4-36.8-5%204.9-3.5%2015.2-3.5%2033.8%200%2042.8-17.8%2086.1-39.8%20108.7-9.4%209.7-25.2%2013-40.2%2013.6v-16H64v240h112v-32c20.6-.5%2052.6%205.2%2075.8%206.6%2052%203.1%20102-2.4%20126.3-8.1%2024.3-5.7%2035-13%2035-30.6%200-6.4-1.9-12.3-5.1-17.3%2011.8-4.7%2020.1-16.2%2020.1-29.7%200-7.2-2.4-13.8-6.4-19.2%2011.9-4.6%2020.4-16.2%2020.4-29.8-.1-12.5-7.4-23.4-17.9-28.6zM112%20415.7c-8.8%200-16-7.1-16-16%200-8.8%207.2-16%2016-16s16%207.1%2016%2016c0%208.8-7.2%2016-16%2016z%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%20512%20512%22%3E%3Cpath%20d%3D%22M424.2%20259.3c13.8-4.5%2023.8-17.5%2023.8-32.8%200-19-15.4-34.5-34.5-34.5H310.9c2-25%2010-53.6%201.1-87.3-7.5-28.4-39.4-49.7-52.4-36.8-5%204.9-3.5%2015.2-3.5%2033.8%200%2042.8-17.8%2086.1-39.8%20108.7-9.4%209.7-25.2%2013-40.2%2013.6v-16H64v240h112v-32c20.6-.5%2052.6%205.2%2075.8%206.6%2052%203.1%20102-2.4%20126.3-8.1%2024.3-5.7%2035-13%2035-30.6%200-6.4-1.9-12.3-5.1-17.3%2011.8-4.7%2020.1-16.2%2020.1-29.7%200-7.2-2.4-13.8-6.4-19.2%2011.9-4.6%2020.4-16.2%2020.4-29.8-.1-12.5-7.4-23.4-17.9-28.6zM112%20415.7c-8.8%200-16-7.1-16-16%200-8.8%207.2-16%2016-16s16%207.1%2016%2016c0%208.8-7.2%2016-16%2016z%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/ion/thumbsup.svg?color=%231a73e8&size=48