thumbs up down icon

thumbs-up-down from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
thumbs-up-down
Set
Material Symbols
Style
Regular
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 down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L5.4 0l.75.75q.15.15.25.388t.1.462v.2L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm16.6 10l-.75-.75q-.15-.15-.25-.387t-.1-.463v-.2l.7-3.2H13q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsThumbsUpDown(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="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L5.4 0l.75.75q.15.15.25.388t.1.462v.2L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm16.6 10l-.75-.75q-.15-.15-.25-.387t-.1-.463v-.2l.7-3.2H13q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L5.4 0l.75.75q.15.15.25.388t.1.462v.2L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm16.6 10l-.75-.75q-.15-.15-.25-.387t-.1-.463v-.2l.7-3.2H13q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487z"/></svg>
</template>

CSS

.icon-thumbs-up-down {
  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%22M2%2014q-.825%200-1.412-.587T0%2012V6q0-.3.125-.575T.45%204.95L5.4%200l.75.75q.15.15.25.388t.1.462v.2L5.8%205H11q.425%200%20.713.288T12%206v1.25q0%20.15-.025.288T11.9%207.8l-2.25%205.3q-.175.425-.562.663T8.25%2014zm16.6%2010l-.75-.75q-.15-.15-.25-.387t-.1-.463v-.2l.7-3.2H13q-.425%200-.712-.288T12%2018v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75%2010H22q.825%200%201.413.587T24%2012v6q0%20.3-.112.563t-.338.487z%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%22M2%2014q-.825%200-1.412-.587T0%2012V6q0-.3.125-.575T.45%204.95L5.4%200l.75.75q.15.15.25.388t.1.462v.2L5.8%205H11q.425%200%20.713.288T12%206v1.25q0%20.15-.025.288T11.9%207.8l-2.25%205.3q-.175.425-.562.663T8.25%2014zm16.6%2010l-.75-.75q-.15-.15-.25-.387t-.1-.463v-.2l.7-3.2H13q-.425%200-.712-.288T12%2018v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75%2010H22q.825%200%201.413.587T24%2012v6q0%20.3-.112.563t-.338.487z%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-down.svg?color=%231a73e8&size=48