ios thumbs up icon

ios-thumbs-up from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-thumbs-up
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios thumbs up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431.3 388.8c7.5-6.3 16.7-16.1 16.7-31.4 0-13.7-5.7-22.8-10.9-29.1-.6-1.2-1.1-2.3-1.6-3.4l-.2-1.1c-.7-3.5 0-7.1 2-10 3.4-5 5.8-12.3 5.8-25.7 0-11.6-4.8-18.4-9.7-23.2-4.4-4.3-6.1-12.5-4.1-18.3 4.8-13.9.2-28.4-8.2-37.8-10.5-11.8-20.3-13.2-46.4-11.7-18 1.1-55.5 6.9-80.2 10.8-10.1 1.6-18.9 3-21.6 3.2-12.7 1.3-15.2 0-16.4-4.9-.5-2.1 1.9-6.9 4.9-13 4-8.1 9.5-19.2 14.5-35.8 10.1-33.2 9-69.2-2.7-90.2-5.5-9.9-14.8-19.1-26.3-19.1S223.6 50.5 219 56c-3.4 4-2.3 11.6-6.2 26.8-3.1 12.4-7 30.9-12 42-7.5 16.6-39.7 45.1-57 60.4-4.1 3.6-7.6 6.7-10.1 9.1-8.7 8.1-17.6 21.1-25.5 32.7-5.4 7.8-10.4 15.2-13.7 18.5-7.1 7.1-16.6 10.9-22.3 10.9-4.4 0-8 3.6-8 8v159.5c0 4.6 3.7 8.3 8.3 8.3 35.5 0 50.5 5.8 66.4 11.8 12.2 4.7 24.9 9.5 46.4 12.1 32.4 4 74.2 8.1 112.6 8.1 20.4 0 39.9-2 56.6-3.9 31-3.6 64.2-10.8 75.2-37 4.1-9.7 2.2-17.6-.5-23.7-.4-.8-.7-1.7-.8-2.6-.6-3.3.6-6.3 2.9-8.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosThumbsUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431.3 388.8c7.5-6.3 16.7-16.1 16.7-31.4 0-13.7-5.7-22.8-10.9-29.1-.6-1.2-1.1-2.3-1.6-3.4l-.2-1.1c-.7-3.5 0-7.1 2-10 3.4-5 5.8-12.3 5.8-25.7 0-11.6-4.8-18.4-9.7-23.2-4.4-4.3-6.1-12.5-4.1-18.3 4.8-13.9.2-28.4-8.2-37.8-10.5-11.8-20.3-13.2-46.4-11.7-18 1.1-55.5 6.9-80.2 10.8-10.1 1.6-18.9 3-21.6 3.2-12.7 1.3-15.2 0-16.4-4.9-.5-2.1 1.9-6.9 4.9-13 4-8.1 9.5-19.2 14.5-35.8 10.1-33.2 9-69.2-2.7-90.2-5.5-9.9-14.8-19.1-26.3-19.1S223.6 50.5 219 56c-3.4 4-2.3 11.6-6.2 26.8-3.1 12.4-7 30.9-12 42-7.5 16.6-39.7 45.1-57 60.4-4.1 3.6-7.6 6.7-10.1 9.1-8.7 8.1-17.6 21.1-25.5 32.7-5.4 7.8-10.4 15.2-13.7 18.5-7.1 7.1-16.6 10.9-22.3 10.9-4.4 0-8 3.6-8 8v159.5c0 4.6 3.7 8.3 8.3 8.3 35.5 0 50.5 5.8 66.4 11.8 12.2 4.7 24.9 9.5 46.4 12.1 32.4 4 74.2 8.1 112.6 8.1 20.4 0 39.9-2 56.6-3.9 31-3.6 64.2-10.8 75.2-37 4.1-9.7 2.2-17.6-.5-23.7-.4-.8-.7-1.7-.8-2.6-.6-3.3.6-6.3 2.9-8.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431.3 388.8c7.5-6.3 16.7-16.1 16.7-31.4 0-13.7-5.7-22.8-10.9-29.1-.6-1.2-1.1-2.3-1.6-3.4l-.2-1.1c-.7-3.5 0-7.1 2-10 3.4-5 5.8-12.3 5.8-25.7 0-11.6-4.8-18.4-9.7-23.2-4.4-4.3-6.1-12.5-4.1-18.3 4.8-13.9.2-28.4-8.2-37.8-10.5-11.8-20.3-13.2-46.4-11.7-18 1.1-55.5 6.9-80.2 10.8-10.1 1.6-18.9 3-21.6 3.2-12.7 1.3-15.2 0-16.4-4.9-.5-2.1 1.9-6.9 4.9-13 4-8.1 9.5-19.2 14.5-35.8 10.1-33.2 9-69.2-2.7-90.2-5.5-9.9-14.8-19.1-26.3-19.1S223.6 50.5 219 56c-3.4 4-2.3 11.6-6.2 26.8-3.1 12.4-7 30.9-12 42-7.5 16.6-39.7 45.1-57 60.4-4.1 3.6-7.6 6.7-10.1 9.1-8.7 8.1-17.6 21.1-25.5 32.7-5.4 7.8-10.4 15.2-13.7 18.5-7.1 7.1-16.6 10.9-22.3 10.9-4.4 0-8 3.6-8 8v159.5c0 4.6 3.7 8.3 8.3 8.3 35.5 0 50.5 5.8 66.4 11.8 12.2 4.7 24.9 9.5 46.4 12.1 32.4 4 74.2 8.1 112.6 8.1 20.4 0 39.9-2 56.6-3.9 31-3.6 64.2-10.8 75.2-37 4.1-9.7 2.2-17.6-.5-23.7-.4-.8-.7-1.7-.8-2.6-.6-3.3.6-6.3 2.9-8.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-thumbs-up {
  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%22M431.3%20388.8c7.5-6.3%2016.7-16.1%2016.7-31.4%200-13.7-5.7-22.8-10.9-29.1-.6-1.2-1.1-2.3-1.6-3.4l-.2-1.1c-.7-3.5%200-7.1%202-10%203.4-5%205.8-12.3%205.8-25.7%200-11.6-4.8-18.4-9.7-23.2-4.4-4.3-6.1-12.5-4.1-18.3%204.8-13.9.2-28.4-8.2-37.8-10.5-11.8-20.3-13.2-46.4-11.7-18%201.1-55.5%206.9-80.2%2010.8-10.1%201.6-18.9%203-21.6%203.2-12.7%201.3-15.2%200-16.4-4.9-.5-2.1%201.9-6.9%204.9-13%204-8.1%209.5-19.2%2014.5-35.8%2010.1-33.2%209-69.2-2.7-90.2-5.5-9.9-14.8-19.1-26.3-19.1S223.6%2050.5%20219%2056c-3.4%204-2.3%2011.6-6.2%2026.8-3.1%2012.4-7%2030.9-12%2042-7.5%2016.6-39.7%2045.1-57%2060.4-4.1%203.6-7.6%206.7-10.1%209.1-8.7%208.1-17.6%2021.1-25.5%2032.7-5.4%207.8-10.4%2015.2-13.7%2018.5-7.1%207.1-16.6%2010.9-22.3%2010.9-4.4%200-8%203.6-8%208v159.5c0%204.6%203.7%208.3%208.3%208.3%2035.5%200%2050.5%205.8%2066.4%2011.8%2012.2%204.7%2024.9%209.5%2046.4%2012.1%2032.4%204%2074.2%208.1%20112.6%208.1%2020.4%200%2039.9-2%2056.6-3.9%2031-3.6%2064.2-10.8%2075.2-37%204.1-9.7%202.2-17.6-.5-23.7-.4-.8-.7-1.7-.8-2.6-.6-3.3.6-6.3%202.9-8.2z%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%22M431.3%20388.8c7.5-6.3%2016.7-16.1%2016.7-31.4%200-13.7-5.7-22.8-10.9-29.1-.6-1.2-1.1-2.3-1.6-3.4l-.2-1.1c-.7-3.5%200-7.1%202-10%203.4-5%205.8-12.3%205.8-25.7%200-11.6-4.8-18.4-9.7-23.2-4.4-4.3-6.1-12.5-4.1-18.3%204.8-13.9.2-28.4-8.2-37.8-10.5-11.8-20.3-13.2-46.4-11.7-18%201.1-55.5%206.9-80.2%2010.8-10.1%201.6-18.9%203-21.6%203.2-12.7%201.3-15.2%200-16.4-4.9-.5-2.1%201.9-6.9%204.9-13%204-8.1%209.5-19.2%2014.5-35.8%2010.1-33.2%209-69.2-2.7-90.2-5.5-9.9-14.8-19.1-26.3-19.1S223.6%2050.5%20219%2056c-3.4%204-2.3%2011.6-6.2%2026.8-3.1%2012.4-7%2030.9-12%2042-7.5%2016.6-39.7%2045.1-57%2060.4-4.1%203.6-7.6%206.7-10.1%209.1-8.7%208.1-17.6%2021.1-25.5%2032.7-5.4%207.8-10.4%2015.2-13.7%2018.5-7.1%207.1-16.6%2010.9-22.3%2010.9-4.4%200-8%203.6-8%208v159.5c0%204.6%203.7%208.3%208.3%208.3%2035.5%200%2050.5%205.8%2066.4%2011.8%2012.2%204.7%2024.9%209.5%2046.4%2012.1%2032.4%204%2074.2%208.1%20112.6%208.1%2020.4%200%2039.9-2%2056.6-3.9%2031-3.6%2064.2-10.8%2075.2-37%204.1-9.7%202.2-17.6-.5-23.7-.4-.8-.7-1.7-.8-2.6-.6-3.3.6-6.3%202.9-8.2z%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/ios-thumbs-up.svg?color=%231a73e8&size=48