finger victory icon
finger-victory-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- finger-victory-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the finger victory icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.327 1.128a1.98 1.98 0 0 1 2.429 1.424l1.28 5.54l1.19-4.623a1.97 1.97 0 1 1 3.76 1.169l-1.777 5.827l-5.812-.645a2.59 2.59 0 0 0-2.877 2.574a2.16 2.16 0 0 0 1.539 2.067l3.233.971a.2.2 0 0 1 .122.281l-.394.787l1.182-.886a.5.5 0 0 0-.169-.883l-3.26-.889a1.393 1.393 0 0 1 .493-2.728l7.24.658a2 2 0 0 1 1.785 1.622c.05.42.011.861-.134 1.296l-.712 2.137a7.567 7.567 0 0 1-14.564-.751c-.247-1.11-.459-2.237-.754-3.335l-.647-2.415a1.749 1.749 0 0 1 3.344-1.022l-.215-.803A1.75 1.75 0 0 1 9.828 7.2l-.891-3.617a1.98 1.98 0 0 1 1.39-2.454"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFingerVictoryFill(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="M10.327 1.128a1.98 1.98 0 0 1 2.429 1.424l1.28 5.54l1.19-4.623a1.97 1.97 0 1 1 3.76 1.169l-1.777 5.827l-5.812-.645a2.59 2.59 0 0 0-2.877 2.574a2.16 2.16 0 0 0 1.539 2.067l3.233.971a.2.2 0 0 1 .122.281l-.394.787l1.182-.886a.5.5 0 0 0-.169-.883l-3.26-.889a1.393 1.393 0 0 1 .493-2.728l7.24.658a2 2 0 0 1 1.785 1.622c.05.42.011.861-.134 1.296l-.712 2.137a7.567 7.567 0 0 1-14.564-.751c-.247-1.11-.459-2.237-.754-3.335l-.647-2.415a1.749 1.749 0 0 1 3.344-1.022l-.215-.803A1.75 1.75 0 0 1 9.828 7.2l-.891-3.617a1.98 1.98 0 0 1 1.39-2.454"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.327 1.128a1.98 1.98 0 0 1 2.429 1.424l1.28 5.54l1.19-4.623a1.97 1.97 0 1 1 3.76 1.169l-1.777 5.827l-5.812-.645a2.59 2.59 0 0 0-2.877 2.574a2.16 2.16 0 0 0 1.539 2.067l3.233.971a.2.2 0 0 1 .122.281l-.394.787l1.182-.886a.5.5 0 0 0-.169-.883l-3.26-.889a1.393 1.393 0 0 1 .493-2.728l7.24.658a2 2 0 0 1 1.785 1.622c.05.42.011.861-.134 1.296l-.712 2.137a7.567 7.567 0 0 1-14.564-.751c-.247-1.11-.459-2.237-.754-3.335l-.647-2.415a1.749 1.749 0 0 1 3.344-1.022l-.215-.803A1.75 1.75 0 0 1 9.828 7.2l-.891-3.617a1.98 1.98 0 0 1 1.39-2.454"/></svg> </template>
CSS
.icon-finger-victory-fill {
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%22M10.327%201.128a1.98%201.98%200%200%201%202.429%201.424l1.28%205.54l1.19-4.623a1.97%201.97%200%201%201%203.76%201.169l-1.777%205.827l-5.812-.645a2.59%202.59%200%200%200-2.877%202.574a2.16%202.16%200%200%200%201.539%202.067l3.233.971a.2.2%200%200%201%20.122.281l-.394.787l1.182-.886a.5.5%200%200%200-.169-.883l-3.26-.889a1.393%201.393%200%200%201%20.493-2.728l7.24.658a2%202%200%200%201%201.785%201.622c.05.42.011.861-.134%201.296l-.712%202.137a7.567%207.567%200%200%201-14.564-.751c-.247-1.11-.459-2.237-.754-3.335l-.647-2.415a1.749%201.749%200%200%201%203.344-1.022l-.215-.803A1.75%201.75%200%200%201%209.828%207.2l-.891-3.617a1.98%201.98%200%200%201%201.39-2.454%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%22M10.327%201.128a1.98%201.98%200%200%201%202.429%201.424l1.28%205.54l1.19-4.623a1.97%201.97%200%201%201%203.76%201.169l-1.777%205.827l-5.812-.645a2.59%202.59%200%200%200-2.877%202.574a2.16%202.16%200%200%200%201.539%202.067l3.233.971a.2.2%200%200%201%20.122.281l-.394.787l1.182-.886a.5.5%200%200%200-.169-.883l-3.26-.889a1.393%201.393%200%200%201%20.493-2.728l7.24.658a2%202%200%200%201%201.785%201.622c.05.42.011.861-.134%201.296l-.712%202.137a7.567%207.567%200%200%201-14.564-.751c-.247-1.11-.459-2.237-.754-3.335l-.647-2.415a1.749%201.749%200%200%201%203.344-1.022l-.215-.803A1.75%201.75%200%200%201%209.828%207.2l-.891-3.617a1.98%201.98%200%200%201%201.39-2.454%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/finger-victory-fill.svg?color=%231a73e8&size=48