thumbs up double icon

thumbs-up-double-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
thumbs-up-double-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the thumbs up double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.825 17L21 9.575V9h-6.3l.475-3.35L13.8 7.025L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h5v2H3v6h3v2zm3 0v-9l6-6l1.5 1.5L11 11h6v3l-3 7zm2-2h6.675L15 13.6V13H8.7l.475-3.35L6 12.825zm0 0v-6.175z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsThumbsUpDoubleOutlineSharp(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.825 17L21 9.575V9h-6.3l.475-3.35L13.8 7.025L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h5v2H3v6h3v2zm3 0v-9l6-6l1.5 1.5L11 11h6v3l-3 7zm2-2h6.675L15 13.6V13H8.7l.475-3.35L6 12.825zm0 0v-6.175z"/></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.825 17L21 9.575V9h-6.3l.475-3.35L13.8 7.025L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h5v2H3v6h3v2zm3 0v-9l6-6l1.5 1.5L11 11h6v3l-3 7zm2-2h6.675L15 13.6V13H8.7l.475-3.35L6 12.825zm0 0v-6.175z"/></svg>
</template>

CSS

.icon-thumbs-up-double-outline-sharp {
  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.825%2017L21%209.575V9h-6.3l.475-3.35L13.8%207.025L12.4%205.6L16%202l1.5%201.5L17%207h6v3l-3%207zM1%2021V11h5v2H3v6h3v2zm3%200v-9l6-6l1.5%201.5L11%2011h6v3l-3%207zm2-2h6.675L15%2013.6V13H8.7l.475-3.35L6%2012.825zm0%200v-6.175z%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.825%2017L21%209.575V9h-6.3l.475-3.35L13.8%207.025L12.4%205.6L16%202l1.5%201.5L17%207h6v3l-3%207zM1%2021V11h5v2H3v6h3v2zm3%200v-9l6-6l1.5%201.5L11%2011h6v3l-3%207zm2-2h6.675L15%2013.6V13H8.7l.475-3.35L6%2012.825zm0%200v-6.175z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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