finger victory icon
finger-victory-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- finger-victory-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 12l.857 3.858a6.566 6.566 0 0 0 12.64.652l.712-2.136a2 2 0 0 0-1.698-2.623l-6.26-.626a1.386 1.386 0 0 0-.503 2.715L15 15l-1 1.5m2-5.5l1.984-5.952a1.538 1.538 0 0 0-2.888-1.055L13.5 7.999l-1.644-4.91a1.533 1.533 0 0 0-2.928.909L10.5 9.499m-2.646 1.698l-.518-1.932a1.5 1.5 0 0 1 2.898-.776l.518 1.932a1.5 1.5 0 0 1-2.898.776M4.9 11.76l-.26-.966a1.5 1.5 0 1 1 2.898-.777l.26.966a1.5 1.5 0 0 1-2.898.777"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFingerVictoryLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m5 12l.857 3.858a6.566 6.566 0 0 0 12.64.652l.712-2.136a2 2 0 0 0-1.698-2.623l-6.26-.626a1.386 1.386 0 0 0-.503 2.715L15 15l-1 1.5m2-5.5l1.984-5.952a1.538 1.538 0 0 0-2.888-1.055L13.5 7.999l-1.644-4.91a1.533 1.533 0 0 0-2.928.909L10.5 9.499m-2.646 1.698l-.518-1.932a1.5 1.5 0 0 1 2.898-.776l.518 1.932a1.5 1.5 0 0 1-2.898.776M4.9 11.76l-.26-.966a1.5 1.5 0 1 1 2.898-.777l.26.966a1.5 1.5 0 0 1-2.898.777"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 12l.857 3.858a6.566 6.566 0 0 0 12.64.652l.712-2.136a2 2 0 0 0-1.698-2.623l-6.26-.626a1.386 1.386 0 0 0-.503 2.715L15 15l-1 1.5m2-5.5l1.984-5.952a1.538 1.538 0 0 0-2.888-1.055L13.5 7.999l-1.644-4.91a1.533 1.533 0 0 0-2.928.909L10.5 9.499m-2.646 1.698l-.518-1.932a1.5 1.5 0 0 1 2.898-.776l.518 1.932a1.5 1.5 0 0 1-2.898.776M4.9 11.76l-.26-.966a1.5 1.5 0 1 1 2.898-.777l.26.966a1.5 1.5 0 0 1-2.898.777"/></svg> </template>
CSS
.icon-finger-victory-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m5%2012l.857%203.858a6.566%206.566%200%200%200%2012.64.652l.712-2.136a2%202%200%200%200-1.698-2.623l-6.26-.626a1.386%201.386%200%200%200-.503%202.715L15%2015l-1%201.5m2-5.5l1.984-5.952a1.538%201.538%200%200%200-2.888-1.055L13.5%207.999l-1.644-4.91a1.533%201.533%200%200%200-2.928.909L10.5%209.499m-2.646%201.698l-.518-1.932a1.5%201.5%200%200%201%202.898-.776l.518%201.932a1.5%201.5%200%200%201-2.898.776M4.9%2011.76l-.26-.966a1.5%201.5%200%201%201%202.898-.777l.26.966a1.5%201.5%200%200%201-2.898.777%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m5%2012l.857%203.858a6.566%206.566%200%200%200%2012.64.652l.712-2.136a2%202%200%200%200-1.698-2.623l-6.26-.626a1.386%201.386%200%200%200-.503%202.715L15%2015l-1%201.5m2-5.5l1.984-5.952a1.538%201.538%200%200%200-2.888-1.055L13.5%207.999l-1.644-4.91a1.533%201.533%200%200%200-2.928.909L10.5%209.499m-2.646%201.698l-.518-1.932a1.5%201.5%200%200%201%202.898-.776l.518%201.932a1.5%201.5%200%200%201-2.898.776M4.9%2011.76l-.26-.966a1.5%201.5%200%201%201%202.898-.777l.26.966a1.5%201.5%200%200%201-2.898.777%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/finger-victory-line.svg?color=%231a73e8&size=48