thumb-up-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
thumb-up-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the thumb up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.462 20H7.423V9l6.27-6.192l.442.442q.136.137.23.35t.093.392v.158L13.435 9h6.95q.627 0 1.12.494T22 10.616v1.23q0 .137-.03.298t-.082.298l-2.73 6.474q-.206.461-.693.773q-.486.311-1.003.311m-9.039-1h9.039q.211 0 .432-.115q.222-.116.337-.385L21 12v-1.384q0-.27-.173-.443T20.385 10h-8.193l1.158-5.461l-4.927 4.888zm0-9.573V19zm-1-.427v1H4v9h3.423v1H3V9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightThumbUpOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.462 20H7.423V9l6.27-6.192l.442.442q.136.137.23.35t.093.392v.158L13.435 9h6.95q.627 0 1.12.494T22 10.616v1.23q0 .137-.03.298t-.082.298l-2.73 6.474q-.206.461-.693.773q-.486.311-1.003.311m-9.039-1h9.039q.211 0 .432-.115q.222-.116.337-.385L21 12v-1.384q0-.27-.173-.443T20.385 10h-8.193l1.158-5.461l-4.927 4.888zm0-9.573V19zm-1-.427v1H4v9h3.423v1H3V9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.462 20H7.423V9l6.27-6.192l.442.442q.136.137.23.35t.093.392v.158L13.435 9h6.95q.627 0 1.12.494T22 10.616v1.23q0 .137-.03.298t-.082.298l-2.73 6.474q-.206.461-.693.773q-.486.311-1.003.311m-9.039-1h9.039q.211 0 .432-.115q.222-.116.337-.385L21 12v-1.384q0-.27-.173-.443T20.385 10h-8.193l1.158-5.461l-4.927 4.888zm0-9.573V19zm-1-.427v1H4v9h3.423v1H3V9z"/></svg>
</template>

CSS

.icon-thumb-up-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.462%2020H7.423V9l6.27-6.192l.442.442q.136.137.23.35t.093.392v.158L13.435%209h6.95q.627%200%201.12.494T22%2010.616v1.23q0%20.137-.03.298t-.082.298l-2.73%206.474q-.206.461-.693.773q-.486.311-1.003.311m-9.039-1h9.039q.211%200%20.432-.115q.222-.116.337-.385L21%2012v-1.384q0-.27-.173-.443T20.385%2010h-8.193l1.158-5.461l-4.927%204.888zm0-9.573V19zm-1-.427v1H4v9h3.423v1H3V9z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.462%2020H7.423V9l6.27-6.192l.442.442q.136.137.23.35t.093.392v.158L13.435%209h6.95q.627%200%201.12.494T22%2010.616v1.23q0%20.137-.03.298t-.082.298l-2.73%206.474q-.206.461-.693.773q-.486.311-1.003.311m-9.039-1h9.039q.211%200%20.432-.115q.222-.116.337-.385L21%2012v-1.384q0-.27-.173-.443T20.385%2010h-8.193l1.158-5.461l-4.927%204.888zm0-9.573V19zm-1-.427v1H4v9h3.423v1H3V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thumb-up-outline.svg?color=%231a73e8&size=48