thumbs up double icon
thumbs-up-double from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumbs-up-double
- 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 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.9 17l.775-1.825q.175-.375.25-.763T19 13.6V13q0-1.65-1.175-2.825T15 9h-1.65q.125-1.05-.125-1.9T12.4 5.6L16 2l.8.8q.35.35.488.788t.062.912L17 7h4q.825 0 1.413.588T23 9v.575q0 .2-.038.4t-.112.4l-2.325 5.4q-.25.55-.75.888t-1.1.337zM1 21V11h2v10zm4 0V11l5-5l.8.8q.35.35.488.788t.062.912L11 11h4q.825 0 1.413.588T17 13v.6q0 .2-.038.388t-.112.387L14.525 19.8q-.25.55-.75.875t-1.1.325z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThumbsUpDouble(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.9 17l.775-1.825q.175-.375.25-.763T19 13.6V13q0-1.65-1.175-2.825T15 9h-1.65q.125-1.05-.125-1.9T12.4 5.6L16 2l.8.8q.35.35.488.788t.062.912L17 7h4q.825 0 1.413.588T23 9v.575q0 .2-.038.4t-.112.4l-2.325 5.4q-.25.55-.75.888t-1.1.337zM1 21V11h2v10zm4 0V11l5-5l.8.8q.35.35.488.788t.062.912L11 11h4q.825 0 1.413.588T17 13v.6q0 .2-.038.388t-.112.387L14.525 19.8q-.25.55-.75.875t-1.1.325z"/></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.9 17l.775-1.825q.175-.375.25-.763T19 13.6V13q0-1.65-1.175-2.825T15 9h-1.65q.125-1.05-.125-1.9T12.4 5.6L16 2l.8.8q.35.35.488.788t.062.912L17 7h4q.825 0 1.413.588T23 9v.575q0 .2-.038.4t-.112.4l-2.325 5.4q-.25.55-.75.888t-1.1.337zM1 21V11h2v10zm4 0V11l5-5l.8.8q.35.35.488.788t.062.912L11 11h4q.825 0 1.413.588T17 13v.6q0 .2-.038.388t-.112.387L14.525 19.8q-.25.55-.75.875t-1.1.325z"/></svg> </template>
CSS
.icon-thumbs-up-double {
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.9%2017l.775-1.825q.175-.375.25-.763T19%2013.6V13q0-1.65-1.175-2.825T15%209h-1.65q.125-1.05-.125-1.9T12.4%205.6L16%202l.8.8q.35.35.488.788t.062.912L17%207h4q.825%200%201.413.588T23%209v.575q0%20.2-.038.4t-.112.4l-2.325%205.4q-.25.55-.75.888t-1.1.337zM1%2021V11h2v10zm4%200V11l5-5l.8.8q.35.35.488.788t.062.912L11%2011h4q.825%200%201.413.588T17%2013v.6q0%20.2-.038.388t-.112.387L14.525%2019.8q-.25.55-.75.875t-1.1.325z%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.9%2017l.775-1.825q.175-.375.25-.763T19%2013.6V13q0-1.65-1.175-2.825T15%209h-1.65q.125-1.05-.125-1.9T12.4%205.6L16%202l.8.8q.35.35.488.788t.062.912L17%207h4q.825%200%201.413.588T23%209v.575q0%20.2-.038.4t-.112.4l-2.325%205.4q-.25.55-.75.888t-1.1.337zM1%2021V11h2v10zm4%200V11l5-5l.8.8q.35.35.488.788t.062.912L11%2011h4q.825%200%201.413.588T17%2013v.6q0%20.2-.038.388t-.112.387L14.525%2019.8q-.25.55-.75.875t-1.1.325z%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.svg?color=%231a73e8&size=48