thumbs up double icon
thumbs-up-double-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumbs-up-double-sharp
- Set
- Material Symbols
- Style
- 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.9 17l1.1-2.575V9h-5.7l.325-2.2L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h2v10zm4 0V11l5-5l1.5 1.5L11 11h6v3l-3 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThumbsUpDoubleSharp(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 17l1.1-2.575V9h-5.7l.325-2.2L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h2v10zm4 0V11l5-5l1.5 1.5L11 11h6v3l-3 7z"/></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 17l1.1-2.575V9h-5.7l.325-2.2L12.4 5.6L16 2l1.5 1.5L17 7h6v3l-3 7zM1 21V11h2v10zm4 0V11l5-5l1.5 1.5L11 11h6v3l-3 7z"/></svg> </template>
CSS
.icon-thumbs-up-double-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.9%2017l1.1-2.575V9h-5.7l.325-2.2L12.4%205.6L16%202l1.5%201.5L17%207h6v3l-3%207zM1%2021V11h2v10zm4%200V11l5-5l1.5%201.5L11%2011h6v3l-3%207z%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%2017l1.1-2.575V9h-5.7l.325-2.2L12.4%205.6L16%202l1.5%201.5L17%207h6v3l-3%207zM1%2021V11h2v10zm4%200V11l5-5l1.5%201.5L11%2011h6v3l-3%207z%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-sharp.svg?color=%231a73e8&size=48