thumbs up medium dark emoji
thumbs-up-medium-dark from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- thumbs-up-medium-dark
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji Flat
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the thumbs up medium dark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#966661" d="M12.313 5.531c0-2.9 2.124-3.583 3.312-3.562c2.413 0 3.082 2.009 3.281 3.078c.248 1.33.006 4.509-.106 5.969l-.003.041a2.3 2.3 0 0 1 .515-.057h3.858c1.56 0 2.83 1.27 2.83 2.83c0 .806-.259 1.535-.765 2.05c1.044.461 1.765 1.428 1.765 2.544c0 1.023-.463 1.92-1.364 2.418c.823.511 1.364 1.366 1.364 2.332c0 1.107-.543 2.069-1.598 2.533c.375.386.598.96.598 1.794c0 1.38-.969 2.502-2.83 2.502h-3.858q-.068 0-.134-.003h-3.131C5.609 30.172 5 23.406 5 20.656c0-5.156 2.298-6.689 4.34-8.051c.966-.644 1.875-1.25 2.457-2.183c.488-.783.515-1.5.515-4.89"/><path fill="#764c49" d="M19 11c-1.02.031-4 .594-4 2.969c0 1.25.469 1.953 1.031 2.344c-.562.25-1.062 1.178-1.062 2.328c0 1.28 1.062 2.218 1.062 2.218s-1.062 1.032-1.062 2.266c0 .932.408 1.62 1.062 2.088c-.354.2-1.062.893-1.062 2.068c0 1.401 1.308 2.575 3.87 2.68c-1.248-.231-1.855-1.375-1.855-2.46c0-.358.134-.934.467-1.442H23a.5.5 0 0 0 0-1h-5.411c-.405-.53-.605-1.218-.605-1.885c0-.416.157-1.088.546-1.674H23a.5.5 0 0 0 0-1h-5.25c-.513-.55-.766-1.325-.766-2.076c0-.357.116-.905.396-1.424H23a.5.5 0 0 0 0-1h-5.173c-.564-.597-.843-1.484-.843-2.17c0-.81.443-2.6 2.016-2.81z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatThumbsUpMediumDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#966661" d="M12.313 5.531c0-2.9 2.124-3.583 3.312-3.562c2.413 0 3.082 2.009 3.281 3.078c.248 1.33.006 4.509-.106 5.969l-.003.041a2.3 2.3 0 0 1 .515-.057h3.858c1.56 0 2.83 1.27 2.83 2.83c0 .806-.259 1.535-.765 2.05c1.044.461 1.765 1.428 1.765 2.544c0 1.023-.463 1.92-1.364 2.418c.823.511 1.364 1.366 1.364 2.332c0 1.107-.543 2.069-1.598 2.533c.375.386.598.96.598 1.794c0 1.38-.969 2.502-2.83 2.502h-3.858q-.068 0-.134-.003h-3.131C5.609 30.172 5 23.406 5 20.656c0-5.156 2.298-6.689 4.34-8.051c.966-.644 1.875-1.25 2.457-2.183c.488-.783.515-1.5.515-4.89"/><path fill="#764c49" d="M19 11c-1.02.031-4 .594-4 2.969c0 1.25.469 1.953 1.031 2.344c-.562.25-1.062 1.178-1.062 2.328c0 1.28 1.062 2.218 1.062 2.218s-1.062 1.032-1.062 2.266c0 .932.408 1.62 1.062 2.088c-.354.2-1.062.893-1.062 2.068c0 1.401 1.308 2.575 3.87 2.68c-1.248-.231-1.855-1.375-1.855-2.46c0-.358.134-.934.467-1.442H23a.5.5 0 0 0 0-1h-5.411c-.405-.53-.605-1.218-.605-1.885c0-.416.157-1.088.546-1.674H23a.5.5 0 0 0 0-1h-5.25c-.513-.55-.766-1.325-.766-2.076c0-.357.116-.905.396-1.424H23a.5.5 0 0 0 0-1h-5.173c-.564-.597-.843-1.484-.843-2.17c0-.81.443-2.6 2.016-2.81z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#966661" d="M12.313 5.531c0-2.9 2.124-3.583 3.312-3.562c2.413 0 3.082 2.009 3.281 3.078c.248 1.33.006 4.509-.106 5.969l-.003.041a2.3 2.3 0 0 1 .515-.057h3.858c1.56 0 2.83 1.27 2.83 2.83c0 .806-.259 1.535-.765 2.05c1.044.461 1.765 1.428 1.765 2.544c0 1.023-.463 1.92-1.364 2.418c.823.511 1.364 1.366 1.364 2.332c0 1.107-.543 2.069-1.598 2.533c.375.386.598.96.598 1.794c0 1.38-.969 2.502-2.83 2.502h-3.858q-.068 0-.134-.003h-3.131C5.609 30.172 5 23.406 5 20.656c0-5.156 2.298-6.689 4.34-8.051c.966-.644 1.875-1.25 2.457-2.183c.488-.783.515-1.5.515-4.89"/><path fill="#764c49" d="M19 11c-1.02.031-4 .594-4 2.969c0 1.25.469 1.953 1.031 2.344c-.562.25-1.062 1.178-1.062 2.328c0 1.28 1.062 2.218 1.062 2.218s-1.062 1.032-1.062 2.266c0 .932.408 1.62 1.062 2.088c-.354.2-1.062.893-1.062 2.068c0 1.401 1.308 2.575 3.87 2.68c-1.248-.231-1.855-1.375-1.855-2.46c0-.358.134-.934.467-1.442H23a.5.5 0 0 0 0-1h-5.411c-.405-.53-.605-1.218-.605-1.885c0-.416.157-1.088.546-1.674H23a.5.5 0 0 0 0-1h-5.25c-.513-.55-.766-1.325-.766-2.076c0-.357.116-.905.396-1.424H23a.5.5 0 0 0 0-1h-5.173c-.564-.597-.843-1.484-.843-2.17c0-.81.443-2.6 2.016-2.81z"/></g></svg> </template>
CSS
.icon-thumbs-up-medium-dark {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23966661%22%20d%3D%22M12.313%205.531c0-2.9%202.124-3.583%203.312-3.562c2.413%200%203.082%202.009%203.281%203.078c.248%201.33.006%204.509-.106%205.969l-.003.041a2.3%202.3%200%200%201%20.515-.057h3.858c1.56%200%202.83%201.27%202.83%202.83c0%20.806-.259%201.535-.765%202.05c1.044.461%201.765%201.428%201.765%202.544c0%201.023-.463%201.92-1.364%202.418c.823.511%201.364%201.366%201.364%202.332c0%201.107-.543%202.069-1.598%202.533c.375.386.598.96.598%201.794c0%201.38-.969%202.502-2.83%202.502h-3.858q-.068%200-.134-.003h-3.131C5.609%2030.172%205%2023.406%205%2020.656c0-5.156%202.298-6.689%204.34-8.051c.966-.644%201.875-1.25%202.457-2.183c.488-.783.515-1.5.515-4.89%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22M19%2011c-1.02.031-4%20.594-4%202.969c0%201.25.469%201.953%201.031%202.344c-.562.25-1.062%201.178-1.062%202.328c0%201.28%201.062%202.218%201.062%202.218s-1.062%201.032-1.062%202.266c0%20.932.408%201.62%201.062%202.088c-.354.2-1.062.893-1.062%202.068c0%201.401%201.308%202.575%203.87%202.68c-1.248-.231-1.855-1.375-1.855-2.46c0-.358.134-.934.467-1.442H23a.5.5%200%200%200%200-1h-5.411c-.405-.53-.605-1.218-.605-1.885c0-.416.157-1.088.546-1.674H23a.5.5%200%200%200%200-1h-5.25c-.513-.55-.766-1.325-.766-2.076c0-.357.116-.905.396-1.424H23a.5.5%200%200%200%200-1h-5.173c-.564-.597-.843-1.484-.843-2.17c0-.81.443-2.6%202.016-2.81z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23966661%22%20d%3D%22M12.313%205.531c0-2.9%202.124-3.583%203.312-3.562c2.413%200%203.082%202.009%203.281%203.078c.248%201.33.006%204.509-.106%205.969l-.003.041a2.3%202.3%200%200%201%20.515-.057h3.858c1.56%200%202.83%201.27%202.83%202.83c0%20.806-.259%201.535-.765%202.05c1.044.461%201.765%201.428%201.765%202.544c0%201.023-.463%201.92-1.364%202.418c.823.511%201.364%201.366%201.364%202.332c0%201.107-.543%202.069-1.598%202.533c.375.386.598.96.598%201.794c0%201.38-.969%202.502-2.83%202.502h-3.858q-.068%200-.134-.003h-3.131C5.609%2030.172%205%2023.406%205%2020.656c0-5.156%202.298-6.689%204.34-8.051c.966-.644%201.875-1.25%202.457-2.183c.488-.783.515-1.5.515-4.89%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22M19%2011c-1.02.031-4%20.594-4%202.969c0%201.25.469%201.953%201.031%202.344c-.562.25-1.062%201.178-1.062%202.328c0%201.28%201.062%202.218%201.062%202.218s-1.062%201.032-1.062%202.266c0%20.932.408%201.62%201.062%202.088c-.354.2-1.062.893-1.062%202.068c0%201.401%201.308%202.575%203.87%202.68c-1.248-.231-1.855-1.375-1.855-2.46c0-.358.134-.934.467-1.442H23a.5.5%200%200%200%200-1h-5.411c-.405-.53-.605-1.218-.605-1.885c0-.416.157-1.088.546-1.674H23a.5.5%200%200%200%200-1h-5.25c-.513-.55-.766-1.325-.766-2.076c0-.357.116-.905.396-1.424H23a.5.5%200%200%200%200-1h-5.173c-.564-.597-.843-1.484-.843-2.17c0-.81.443-2.6%202.016-2.81z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/thumbs-up-medium-dark.svg?color=%231a73e8&size=48