thumbs up down icon
thumbs-up-down from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumbs-up-down
- Set
- Material Symbols Light
- Style
- Regular
- 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 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.116 13.27q-.691 0-1.153-.463T.5 11.654V5.769q0-.184.077-.353q.077-.17.22-.312L5.4.5l.404.404q.092.092.163.224t.072.241v.162l-.854 3.738h4.93q.599 0 .992.394t.393.99v.366q0 .15-.025.268t-.075.244l-2.211 5.108q-.137.29-.38.46t-.559.17zM18.6 23.5l-.404-.404q-.092-.092-.163-.224q-.071-.131-.071-.241v-.162l.854-3.738h-4.931q-.598 0-.992-.394t-.393-.99v-.366q0-.15.025-.269t.075-.243l2.212-5.107q.142-.29.382-.461q.24-.17.556-.17h6.134q.691 0 1.153.462t.463 1.153v5.885q0 .185-.074.35t-.222.315z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThumbsUpDown(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.116 13.27q-.691 0-1.153-.463T.5 11.654V5.769q0-.184.077-.353q.077-.17.22-.312L5.4.5l.404.404q.092.092.163.224t.072.241v.162l-.854 3.738h4.93q.599 0 .992.394t.393.99v.366q0 .15-.025.268t-.075.244l-2.211 5.108q-.137.29-.38.46t-.559.17zM18.6 23.5l-.404-.404q-.092-.092-.163-.224q-.071-.131-.071-.241v-.162l.854-3.738h-4.931q-.598 0-.992-.394t-.393-.99v-.366q0-.15.025-.269t.075-.243l2.212-5.107q.142-.29.382-.461q.24-.17.556-.17h6.134q.691 0 1.153.462t.463 1.153v5.885q0 .185-.074.35t-.222.315z"/></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.116 13.27q-.691 0-1.153-.463T.5 11.654V5.769q0-.184.077-.353q.077-.17.22-.312L5.4.5l.404.404q.092.092.163.224t.072.241v.162l-.854 3.738h4.93q.599 0 .992.394t.393.99v.366q0 .15-.025.268t-.075.244l-2.211 5.108q-.137.29-.38.46t-.559.17zM18.6 23.5l-.404-.404q-.092-.092-.163-.224q-.071-.131-.071-.241v-.162l.854-3.738h-4.931q-.598 0-.992-.394t-.393-.99v-.366q0-.15.025-.269t.075-.243l2.212-5.107q.142-.29.382-.461q.24-.17.556-.17h6.134q.691 0 1.153.462t.463 1.153v5.885q0 .185-.074.35t-.222.315z"/></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.116%2013.27q-.691%200-1.153-.463T.5%2011.654V5.769q0-.184.077-.353q.077-.17.22-.312L5.4.5l.404.404q.092.092.163.224t.072.241v.162l-.854%203.738h4.93q.599%200%20.992.394t.393.99v.366q0%20.15-.025.268t-.075.244l-2.211%205.108q-.137.29-.38.46t-.559.17zM18.6%2023.5l-.404-.404q-.092-.092-.163-.224q-.071-.131-.071-.241v-.162l.854-3.738h-4.931q-.598%200-.992-.394t-.393-.99v-.366q0-.15.025-.269t.075-.243l2.212-5.107q.142-.29.382-.461q.24-.17.556-.17h6.134q.691%200%201.153.462t.463%201.153v5.885q0%20.185-.074.35t-.222.315z%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.116%2013.27q-.691%200-1.153-.463T.5%2011.654V5.769q0-.184.077-.353q.077-.17.22-.312L5.4.5l.404.404q.092.092.163.224t.072.241v.162l-.854%203.738h4.93q.599%200%20.992.394t.393.99v.366q0%20.15-.025.268t-.075.244l-2.211%205.108q-.137.29-.38.46t-.559.17zM18.6%2023.5l-.404-.404q-.092-.092-.163-.224q-.071-.131-.071-.241v-.162l.854-3.738h-4.931q-.598%200-.992-.394t-.393-.99v-.366q0-.15.025-.269t.075-.243l2.212-5.107q.142-.29.382-.461q.24-.17.556-.17h6.134q.691%200%201.153.462t.463%201.153v5.885q0%20.185-.074.35t-.222.315z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thumbs-up-down.svg?color=%231a73e8&size=48