victory hand medium light emoji
victory-hand-medium-light from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- victory-hand-medium-light
- 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 victory hand medium light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#eebfaa" d="M10.218 11.171c.412-1.212 1.362-1.655 2.47-1.655a2.52 2.52 0 0 1 1.766.686l-.329-5.608c-.078-.75.619-2.375 2.344-2.5c.833-.073 2.581.312 2.781 2.312c.193 1.928.392 5.597.49 7.407l.01.195c0 .14.219.344.398.055l1.977-5.86c.287-.781 1.36-2.175 3.36-1.5s1.734 2.89 1.421 3.734l-1.781 5.25c-.483 1.355-.345 2.958-.019 6.742l.003.04c.328 3.812-2.375 9.437-10.062 9.437c-4.453 0-7.922-2.718-8.703-7.875c-.511-3.37-.352-5.976-.352-5.976h.011a3 3 0 0 1-.034-.439v-2.248c0-1.85 1.203-2.798 2.687-2.798c.629 0 1.16.225 1.562.601"/><path fill="#d6a089" d="M15.13 4.927q.01.185.014.348l.526 7.729a.5.5 0 0 1-.295.49v-.804c0-1.091-.346-1.925-.896-2.464l-.171-2.512l-.183-3.12c-.075-.717.559-2.233 2.12-2.475l.003.104c-.364.01-.576.129-.718.28q-.233.25-.338.75c-.114.549-.086 1.162-.062 1.674M8.656 18.063q.668-.002 1.174-.235a4.67 4.67 0 0 1-.65-2.305c0-.563.021-1.329.043-2.042l.006-.188c.02-.647.037-1.23.037-1.574c0-.403.055-.751.134-1.033c.348.114.651.31.9.566q-.033.204-.034.467c0 .36-.018.959-.038 1.598l-.006.194a75 75 0 0 0-.042 2.012c0 .61.202 1.235.438 1.67l.008-.01a2.58 2.58 0 0 0 2.062 1.005c1.207 0 2.229-.791 2.567-2.03c-.118 1.764-.687 3.842-2.583 3.842c-1.15 0-1.844-.5-2.158-1.142c-.39.612-.842 1.142-2.092 1.142c-1.937 0-2.305-2.336-2.391-3.801c.263 1.186 1.339 1.863 2.625 1.863m9.938 1.862c.4.159.852.271 1.343.326c2.532.281 3.532 2.523 3.532 3.219c0 .473-.25.837-.622.988a1.5 1.5 0 0 1-.672.045a1.5 1.5 0 0 1-.224-.07c-.274-.124-.483-.38-.576-.791c-.213-.944-.995-2.43-2.604-2.75c-.868.206-1.702.679-2.598 1.38c-.912.714-1.856 1.638-2.947 2.71a.5.5 0 0 1-.701-.713c1.08-1.062 2.066-2.03 3.032-2.785a10.5 10.5 0 0 1 1.383-.93c-1.013-.555-1.221-1.8-1.221-2.397c0-.781.533-2.343 2.406-2.422l.056-.002c-2.217 1.534-1.55 3.397.382 4.18l.027-.006zm1.494-7.738l.024-.072l.037-.052l1.976-5.859c.256-.698 1.14-1.886 2.754-1.648c-.58.012-1.06.468-1.485 1.256c-.327.607-.544 1.261-.716 1.782c-.063.192-.12.365-.175.511l-1.466 4.398a.5.5 0 0 1-.949-.316"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatVictoryHandMediumLight(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="#eebfaa" d="M10.218 11.171c.412-1.212 1.362-1.655 2.47-1.655a2.52 2.52 0 0 1 1.766.686l-.329-5.608c-.078-.75.619-2.375 2.344-2.5c.833-.073 2.581.312 2.781 2.312c.193 1.928.392 5.597.49 7.407l.01.195c0 .14.219.344.398.055l1.977-5.86c.287-.781 1.36-2.175 3.36-1.5s1.734 2.89 1.421 3.734l-1.781 5.25c-.483 1.355-.345 2.958-.019 6.742l.003.04c.328 3.812-2.375 9.437-10.062 9.437c-4.453 0-7.922-2.718-8.703-7.875c-.511-3.37-.352-5.976-.352-5.976h.011a3 3 0 0 1-.034-.439v-2.248c0-1.85 1.203-2.798 2.687-2.798c.629 0 1.16.225 1.562.601"/><path fill="#d6a089" d="M15.13 4.927q.01.185.014.348l.526 7.729a.5.5 0 0 1-.295.49v-.804c0-1.091-.346-1.925-.896-2.464l-.171-2.512l-.183-3.12c-.075-.717.559-2.233 2.12-2.475l.003.104c-.364.01-.576.129-.718.28q-.233.25-.338.75c-.114.549-.086 1.162-.062 1.674M8.656 18.063q.668-.002 1.174-.235a4.67 4.67 0 0 1-.65-2.305c0-.563.021-1.329.043-2.042l.006-.188c.02-.647.037-1.23.037-1.574c0-.403.055-.751.134-1.033c.348.114.651.31.9.566q-.033.204-.034.467c0 .36-.018.959-.038 1.598l-.006.194a75 75 0 0 0-.042 2.012c0 .61.202 1.235.438 1.67l.008-.01a2.58 2.58 0 0 0 2.062 1.005c1.207 0 2.229-.791 2.567-2.03c-.118 1.764-.687 3.842-2.583 3.842c-1.15 0-1.844-.5-2.158-1.142c-.39.612-.842 1.142-2.092 1.142c-1.937 0-2.305-2.336-2.391-3.801c.263 1.186 1.339 1.863 2.625 1.863m9.938 1.862c.4.159.852.271 1.343.326c2.532.281 3.532 2.523 3.532 3.219c0 .473-.25.837-.622.988a1.5 1.5 0 0 1-.672.045a1.5 1.5 0 0 1-.224-.07c-.274-.124-.483-.38-.576-.791c-.213-.944-.995-2.43-2.604-2.75c-.868.206-1.702.679-2.598 1.38c-.912.714-1.856 1.638-2.947 2.71a.5.5 0 0 1-.701-.713c1.08-1.062 2.066-2.03 3.032-2.785a10.5 10.5 0 0 1 1.383-.93c-1.013-.555-1.221-1.8-1.221-2.397c0-.781.533-2.343 2.406-2.422l.056-.002c-2.217 1.534-1.55 3.397.382 4.18l.027-.006zm1.494-7.738l.024-.072l.037-.052l1.976-5.859c.256-.698 1.14-1.886 2.754-1.648c-.58.012-1.06.468-1.485 1.256c-.327.607-.544 1.261-.716 1.782c-.063.192-.12.365-.175.511l-1.466 4.398a.5.5 0 0 1-.949-.316"/></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="#eebfaa" d="M10.218 11.171c.412-1.212 1.362-1.655 2.47-1.655a2.52 2.52 0 0 1 1.766.686l-.329-5.608c-.078-.75.619-2.375 2.344-2.5c.833-.073 2.581.312 2.781 2.312c.193 1.928.392 5.597.49 7.407l.01.195c0 .14.219.344.398.055l1.977-5.86c.287-.781 1.36-2.175 3.36-1.5s1.734 2.89 1.421 3.734l-1.781 5.25c-.483 1.355-.345 2.958-.019 6.742l.003.04c.328 3.812-2.375 9.437-10.062 9.437c-4.453 0-7.922-2.718-8.703-7.875c-.511-3.37-.352-5.976-.352-5.976h.011a3 3 0 0 1-.034-.439v-2.248c0-1.85 1.203-2.798 2.687-2.798c.629 0 1.16.225 1.562.601"/><path fill="#d6a089" d="M15.13 4.927q.01.185.014.348l.526 7.729a.5.5 0 0 1-.295.49v-.804c0-1.091-.346-1.925-.896-2.464l-.171-2.512l-.183-3.12c-.075-.717.559-2.233 2.12-2.475l.003.104c-.364.01-.576.129-.718.28q-.233.25-.338.75c-.114.549-.086 1.162-.062 1.674M8.656 18.063q.668-.002 1.174-.235a4.67 4.67 0 0 1-.65-2.305c0-.563.021-1.329.043-2.042l.006-.188c.02-.647.037-1.23.037-1.574c0-.403.055-.751.134-1.033c.348.114.651.31.9.566q-.033.204-.034.467c0 .36-.018.959-.038 1.598l-.006.194a75 75 0 0 0-.042 2.012c0 .61.202 1.235.438 1.67l.008-.01a2.58 2.58 0 0 0 2.062 1.005c1.207 0 2.229-.791 2.567-2.03c-.118 1.764-.687 3.842-2.583 3.842c-1.15 0-1.844-.5-2.158-1.142c-.39.612-.842 1.142-2.092 1.142c-1.937 0-2.305-2.336-2.391-3.801c.263 1.186 1.339 1.863 2.625 1.863m9.938 1.862c.4.159.852.271 1.343.326c2.532.281 3.532 2.523 3.532 3.219c0 .473-.25.837-.622.988a1.5 1.5 0 0 1-.672.045a1.5 1.5 0 0 1-.224-.07c-.274-.124-.483-.38-.576-.791c-.213-.944-.995-2.43-2.604-2.75c-.868.206-1.702.679-2.598 1.38c-.912.714-1.856 1.638-2.947 2.71a.5.5 0 0 1-.701-.713c1.08-1.062 2.066-2.03 3.032-2.785a10.5 10.5 0 0 1 1.383-.93c-1.013-.555-1.221-1.8-1.221-2.397c0-.781.533-2.343 2.406-2.422l.056-.002c-2.217 1.534-1.55 3.397.382 4.18l.027-.006zm1.494-7.738l.024-.072l.037-.052l1.976-5.859c.256-.698 1.14-1.886 2.754-1.648c-.58.012-1.06.468-1.485 1.256c-.327.607-.544 1.261-.716 1.782c-.063.192-.12.365-.175.511l-1.466 4.398a.5.5 0 0 1-.949-.316"/></g></svg> </template>
CSS
.icon-victory-hand-medium-light {
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%23eebfaa%22%20d%3D%22M10.218%2011.171c.412-1.212%201.362-1.655%202.47-1.655a2.52%202.52%200%200%201%201.766.686l-.329-5.608c-.078-.75.619-2.375%202.344-2.5c.833-.073%202.581.312%202.781%202.312c.193%201.928.392%205.597.49%207.407l.01.195c0%20.14.219.344.398.055l1.977-5.86c.287-.781%201.36-2.175%203.36-1.5s1.734%202.89%201.421%203.734l-1.781%205.25c-.483%201.355-.345%202.958-.019%206.742l.003.04c.328%203.812-2.375%209.437-10.062%209.437c-4.453%200-7.922-2.718-8.703-7.875c-.511-3.37-.352-5.976-.352-5.976h.011a3%203%200%200%201-.034-.439v-2.248c0-1.85%201.203-2.798%202.687-2.798c.629%200%201.16.225%201.562.601%22%2F%3E%3Cpath%20fill%3D%22%23d6a089%22%20d%3D%22M15.13%204.927q.01.185.014.348l.526%207.729a.5.5%200%200%201-.295.49v-.804c0-1.091-.346-1.925-.896-2.464l-.171-2.512l-.183-3.12c-.075-.717.559-2.233%202.12-2.475l.003.104c-.364.01-.576.129-.718.28q-.233.25-.338.75c-.114.549-.086%201.162-.062%201.674M8.656%2018.063q.668-.002%201.174-.235a4.67%204.67%200%200%201-.65-2.305c0-.563.021-1.329.043-2.042l.006-.188c.02-.647.037-1.23.037-1.574c0-.403.055-.751.134-1.033c.348.114.651.31.9.566q-.033.204-.034.467c0%20.36-.018.959-.038%201.598l-.006.194a75%2075%200%200%200-.042%202.012c0%20.61.202%201.235.438%201.67l.008-.01a2.58%202.58%200%200%200%202.062%201.005c1.207%200%202.229-.791%202.567-2.03c-.118%201.764-.687%203.842-2.583%203.842c-1.15%200-1.844-.5-2.158-1.142c-.39.612-.842%201.142-2.092%201.142c-1.937%200-2.305-2.336-2.391-3.801c.263%201.186%201.339%201.863%202.625%201.863m9.938%201.862c.4.159.852.271%201.343.326c2.532.281%203.532%202.523%203.532%203.219c0%20.473-.25.837-.622.988a1.5%201.5%200%200%201-.672.045a1.5%201.5%200%200%201-.224-.07c-.274-.124-.483-.38-.576-.791c-.213-.944-.995-2.43-2.604-2.75c-.868.206-1.702.679-2.598%201.38c-.912.714-1.856%201.638-2.947%202.71a.5.5%200%200%201-.701-.713c1.08-1.062%202.066-2.03%203.032-2.785a10.5%2010.5%200%200%201%201.383-.93c-1.013-.555-1.221-1.8-1.221-2.397c0-.781.533-2.343%202.406-2.422l.056-.002c-2.217%201.534-1.55%203.397.382%204.18l.027-.006zm1.494-7.738l.024-.072l.037-.052l1.976-5.859c.256-.698%201.14-1.886%202.754-1.648c-.58.012-1.06.468-1.485%201.256c-.327.607-.544%201.261-.716%201.782c-.063.192-.12.365-.175.511l-1.466%204.398a.5.5%200%200%201-.949-.316%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%23eebfaa%22%20d%3D%22M10.218%2011.171c.412-1.212%201.362-1.655%202.47-1.655a2.52%202.52%200%200%201%201.766.686l-.329-5.608c-.078-.75.619-2.375%202.344-2.5c.833-.073%202.581.312%202.781%202.312c.193%201.928.392%205.597.49%207.407l.01.195c0%20.14.219.344.398.055l1.977-5.86c.287-.781%201.36-2.175%203.36-1.5s1.734%202.89%201.421%203.734l-1.781%205.25c-.483%201.355-.345%202.958-.019%206.742l.003.04c.328%203.812-2.375%209.437-10.062%209.437c-4.453%200-7.922-2.718-8.703-7.875c-.511-3.37-.352-5.976-.352-5.976h.011a3%203%200%200%201-.034-.439v-2.248c0-1.85%201.203-2.798%202.687-2.798c.629%200%201.16.225%201.562.601%22%2F%3E%3Cpath%20fill%3D%22%23d6a089%22%20d%3D%22M15.13%204.927q.01.185.014.348l.526%207.729a.5.5%200%200%201-.295.49v-.804c0-1.091-.346-1.925-.896-2.464l-.171-2.512l-.183-3.12c-.075-.717.559-2.233%202.12-2.475l.003.104c-.364.01-.576.129-.718.28q-.233.25-.338.75c-.114.549-.086%201.162-.062%201.674M8.656%2018.063q.668-.002%201.174-.235a4.67%204.67%200%200%201-.65-2.305c0-.563.021-1.329.043-2.042l.006-.188c.02-.647.037-1.23.037-1.574c0-.403.055-.751.134-1.033c.348.114.651.31.9.566q-.033.204-.034.467c0%20.36-.018.959-.038%201.598l-.006.194a75%2075%200%200%200-.042%202.012c0%20.61.202%201.235.438%201.67l.008-.01a2.58%202.58%200%200%200%202.062%201.005c1.207%200%202.229-.791%202.567-2.03c-.118%201.764-.687%203.842-2.583%203.842c-1.15%200-1.844-.5-2.158-1.142c-.39.612-.842%201.142-2.092%201.142c-1.937%200-2.305-2.336-2.391-3.801c.263%201.186%201.339%201.863%202.625%201.863m9.938%201.862c.4.159.852.271%201.343.326c2.532.281%203.532%202.523%203.532%203.219c0%20.473-.25.837-.622.988a1.5%201.5%200%200%201-.672.045a1.5%201.5%200%200%201-.224-.07c-.274-.124-.483-.38-.576-.791c-.213-.944-.995-2.43-2.604-2.75c-.868.206-1.702.679-2.598%201.38c-.912.714-1.856%201.638-2.947%202.71a.5.5%200%200%201-.701-.713c1.08-1.062%202.066-2.03%203.032-2.785a10.5%2010.5%200%200%201%201.383-.93c-1.013-.555-1.221-1.8-1.221-2.397c0-.781.533-2.343%202.406-2.422l.056-.002c-2.217%201.534-1.55%203.397.382%204.18l.027-.006zm1.494-7.738l.024-.072l.037-.052l1.976-5.859c.256-.698%201.14-1.886%202.754-1.648c-.58.012-1.06.468-1.485%201.256c-.327.607-.544%201.261-.716%201.782c-.063.192-.12.365-.175.511l-1.466%204.398a.5.5%200%200%201-.949-.316%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/victory-hand-medium-light.svg?color=%231a73e8&size=48