thumbs up double icon
thumbs-up-double-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumbs-up-double-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M19.35 17q-.525 0-.812-.425t-.088-.925l.225-.475q.475-1.175.388-2.275t-.588-1.975t-1.4-1.4T15 9h-1.675q.125-.85-.037-1.588t-.538-1.337q-.125-.2-.125-.45T12.8 5.2l2.475-2.475q.3-.3.713-.3t.712.3l.075.075q.35.35.488.788t.087.912L17 7h4q.825 0 1.413.588T23 9v.6q0 .2-.05.4t-.125.375l-2.575 6.05q-.125.275-.363.425t-.537.15M6 21q-.425 0-.712-.288T5 20v-8.175q0-.4.15-.762t.425-.638l3.7-3.7q.3-.3.738-.275t.762.35q.35.35.488.788t.087.912L11 11h4q.575 0 1.025.3t.725.8t.3 1.1t-.225 1.2L14.5 19.8q-.225.55-.725.875t-1.1.325zm-4 0q-.425 0-.712-.288T1 20v-8q0-.425.288-.712T2 11t.713.288T3 12v8q0 .425-.288.713T2 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThumbsUpDoubleRounded(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="M19.35 17q-.525 0-.812-.425t-.088-.925l.225-.475q.475-1.175.388-2.275t-.588-1.975t-1.4-1.4T15 9h-1.675q.125-.85-.037-1.588t-.538-1.337q-.125-.2-.125-.45T12.8 5.2l2.475-2.475q.3-.3.713-.3t.712.3l.075.075q.35.35.488.788t.087.912L17 7h4q.825 0 1.413.588T23 9v.6q0 .2-.05.4t-.125.375l-2.575 6.05q-.125.275-.363.425t-.537.15M6 21q-.425 0-.712-.288T5 20v-8.175q0-.4.15-.762t.425-.638l3.7-3.7q.3-.3.738-.275t.762.35q.35.35.488.788t.087.912L11 11h4q.575 0 1.025.3t.725.8t.3 1.1t-.225 1.2L14.5 19.8q-.225.55-.725.875t-1.1.325zm-4 0q-.425 0-.712-.288T1 20v-8q0-.425.288-.712T2 11t.713.288T3 12v8q0 .425-.288.713T2 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.35 17q-.525 0-.812-.425t-.088-.925l.225-.475q.475-1.175.388-2.275t-.588-1.975t-1.4-1.4T15 9h-1.675q.125-.85-.037-1.588t-.538-1.337q-.125-.2-.125-.45T12.8 5.2l2.475-2.475q.3-.3.713-.3t.712.3l.075.075q.35.35.488.788t.087.912L17 7h4q.825 0 1.413.588T23 9v.6q0 .2-.05.4t-.125.375l-2.575 6.05q-.125.275-.363.425t-.537.15M6 21q-.425 0-.712-.288T5 20v-8.175q0-.4.15-.762t.425-.638l3.7-3.7q.3-.3.738-.275t.762.35q.35.35.488.788t.087.912L11 11h4q.575 0 1.025.3t.725.8t.3 1.1t-.225 1.2L14.5 19.8q-.225.55-.725.875t-1.1.325zm-4 0q-.425 0-.712-.288T1 20v-8q0-.425.288-.712T2 11t.713.288T3 12v8q0 .425-.288.713T2 21"/></svg> </template>
CSS
.icon-thumbs-up-double-rounded {
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%22M19.35%2017q-.525%200-.812-.425t-.088-.925l.225-.475q.475-1.175.388-2.275t-.588-1.975t-1.4-1.4T15%209h-1.675q.125-.85-.037-1.588t-.538-1.337q-.125-.2-.125-.45T12.8%205.2l2.475-2.475q.3-.3.713-.3t.712.3l.075.075q.35.35.488.788t.087.912L17%207h4q.825%200%201.413.588T23%209v.6q0%20.2-.05.4t-.125.375l-2.575%206.05q-.125.275-.363.425t-.537.15M6%2021q-.425%200-.712-.288T5%2020v-8.175q0-.4.15-.762t.425-.638l3.7-3.7q.3-.3.738-.275t.762.35q.35.35.488.788t.087.912L11%2011h4q.575%200%201.025.3t.725.8t.3%201.1t-.225%201.2L14.5%2019.8q-.225.55-.725.875t-1.1.325zm-4%200q-.425%200-.712-.288T1%2020v-8q0-.425.288-.712T2%2011t.713.288T3%2012v8q0%20.425-.288.713T2%2021%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%22M19.35%2017q-.525%200-.812-.425t-.088-.925l.225-.475q.475-1.175.388-2.275t-.588-1.975t-1.4-1.4T15%209h-1.675q.125-.85-.037-1.588t-.538-1.337q-.125-.2-.125-.45T12.8%205.2l2.475-2.475q.3-.3.713-.3t.712.3l.075.075q.35.35.488.788t.087.912L17%207h4q.825%200%201.413.588T23%209v.6q0%20.2-.05.4t-.125.375l-2.575%206.05q-.125.275-.363.425t-.537.15M6%2021q-.425%200-.712-.288T5%2020v-8.175q0-.4.15-.762t.425-.638l3.7-3.7q.3-.3.738-.275t.762.35q.35.35.488.788t.087.912L11%2011h4q.575%200%201.025.3t.725.8t.3%201.1t-.225%201.2L14.5%2019.8q-.225.55-.725.875t-1.1.325zm-4%200q-.425%200-.712-.288T1%2020v-8q0-.425.288-.712T2%2011t.713.288T3%2012v8q0%20.425-.288.713T2%2021%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-rounded.svg?color=%231a73e8&size=48