finger swipe icon
finger-swipe-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- finger-swipe-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 swipe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7 4.5a2.5 2.5 0 0 1 5 0v4.605l5.442.605A4 4 0 0 1 21 13.685V14a8 8 0 0 1-8 8h-.674a8 8 0 0 1-7.155-4.422l-3.065-6.13a1 1 0 0 1 .447-1.342c1.115-.558 2.194-.816 3.332-.342c.385.161.753.398 1.115.698z" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 2A2.5 2.5 0 0 0 7 4.5v5.962a4.7 4.7 0 0 0-.87-.584c-1.02-.518-2.01-.438-3.053-.012c-.84.345-1.107 1.308-.747 2.028l2.842 5.684A8 8 0 0 0 12.326 22H13a8 8 0 0 0 8-8v-.315a4 4 0 0 0-3.558-3.975L12 9.105V4.5A2.5 2.5 0 0 0 9.5 2"/><path fill="currentColor" d="M13.083 3.399a1 1 0 0 1 1.316-.518a9.6 9.6 0 0 1 2.53 1.603c.316.28.629.584.879.927a1 1 0 0 1-.219 1.397a1.01 1.01 0 0 1-1.395-.216a5 5 0 0 0-.592-.612A7.6 7.6 0 0 0 13.6 4.715a1 1 0 0 1-.518-1.316M5.511 5.17a1 1 0 1 0-1.023-1.72a9 9 0 0 0-1.694 1.291a5.4 5.4 0 0 0-.601.669a1.01 1.01 0 0 0 .218 1.398a1 1 0 0 0 1.394-.215c.116-.15.248-.287.384-.419A7 7 0 0 1 5.51 5.17"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFingerSwipeFill(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" fillRule="evenodd" d="M7 4.5a2.5 2.5 0 0 1 5 0v4.605l5.442.605A4 4 0 0 1 21 13.685V14a8 8 0 0 1-8 8h-.674a8 8 0 0 1-7.155-4.422l-3.065-6.13a1 1 0 0 1 .447-1.342c1.115-.558 2.194-.816 3.332-.342c.385.161.753.398 1.115.698z" clipRule="evenodd"/><path fill="currentColor" d="M9.5 2A2.5 2.5 0 0 0 7 4.5v5.962a4.7 4.7 0 0 0-.87-.584c-1.02-.518-2.01-.438-3.053-.012c-.84.345-1.107 1.308-.747 2.028l2.842 5.684A8 8 0 0 0 12.326 22H13a8 8 0 0 0 8-8v-.315a4 4 0 0 0-3.558-3.975L12 9.105V4.5A2.5 2.5 0 0 0 9.5 2"/><path fill="currentColor" d="M13.083 3.399a1 1 0 0 1 1.316-.518a9.6 9.6 0 0 1 2.53 1.603c.316.28.629.584.879.927a1 1 0 0 1-.219 1.397a1.01 1.01 0 0 1-1.395-.216a5 5 0 0 0-.592-.612A7.6 7.6 0 0 0 13.6 4.715a1 1 0 0 1-.518-1.316M5.511 5.17a1 1 0 1 0-1.023-1.72a9 9 0 0 0-1.694 1.291a5.4 5.4 0 0 0-.601.669a1.01 1.01 0 0 0 .218 1.398a1 1 0 0 0 1.394-.215c.116-.15.248-.287.384-.419A7 7 0 0 1 5.51 5.17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7 4.5a2.5 2.5 0 0 1 5 0v4.605l5.442.605A4 4 0 0 1 21 13.685V14a8 8 0 0 1-8 8h-.674a8 8 0 0 1-7.155-4.422l-3.065-6.13a1 1 0 0 1 .447-1.342c1.115-.558 2.194-.816 3.332-.342c.385.161.753.398 1.115.698z" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 2A2.5 2.5 0 0 0 7 4.5v5.962a4.7 4.7 0 0 0-.87-.584c-1.02-.518-2.01-.438-3.053-.012c-.84.345-1.107 1.308-.747 2.028l2.842 5.684A8 8 0 0 0 12.326 22H13a8 8 0 0 0 8-8v-.315a4 4 0 0 0-3.558-3.975L12 9.105V4.5A2.5 2.5 0 0 0 9.5 2"/><path fill="currentColor" d="M13.083 3.399a1 1 0 0 1 1.316-.518a9.6 9.6 0 0 1 2.53 1.603c.316.28.629.584.879.927a1 1 0 0 1-.219 1.397a1.01 1.01 0 0 1-1.395-.216a5 5 0 0 0-.592-.612A7.6 7.6 0 0 0 13.6 4.715a1 1 0 0 1-.518-1.316M5.511 5.17a1 1 0 1 0-1.023-1.72a9 9 0 0 0-1.694 1.291a5.4 5.4 0 0 0-.601.669a1.01 1.01 0 0 0 .218 1.398a1 1 0 0 0 1.394-.215c.116-.15.248-.287.384-.419A7 7 0 0 1 5.51 5.17"/></svg> </template>
CSS
.icon-finger-swipe-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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%204.5a2.5%202.5%200%200%201%205%200v4.605l5.442.605A4%204%200%200%201%2021%2013.685V14a8%208%200%200%201-8%208h-.674a8%208%200%200%201-7.155-4.422l-3.065-6.13a1%201%200%200%201%20.447-1.342c1.115-.558%202.194-.816%203.332-.342c.385.161.753.398%201.115.698z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202A2.5%202.5%200%200%200%207%204.5v5.962a4.7%204.7%200%200%200-.87-.584c-1.02-.518-2.01-.438-3.053-.012c-.84.345-1.107%201.308-.747%202.028l2.842%205.684A8%208%200%200%200%2012.326%2022H13a8%208%200%200%200%208-8v-.315a4%204%200%200%200-3.558-3.975L12%209.105V4.5A2.5%202.5%200%200%200%209.5%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.083%203.399a1%201%200%200%201%201.316-.518a9.6%209.6%200%200%201%202.53%201.603c.316.28.629.584.879.927a1%201%200%200%201-.219%201.397a1.01%201.01%200%200%201-1.395-.216a5%205%200%200%200-.592-.612A7.6%207.6%200%200%200%2013.6%204.715a1%201%200%200%201-.518-1.316M5.511%205.17a1%201%200%201%200-1.023-1.72a9%209%200%200%200-1.694%201.291a5.4%205.4%200%200%200-.601.669a1.01%201.01%200%200%200%20.218%201.398a1%201%200%200%200%201.394-.215c.116-.15.248-.287.384-.419A7%207%200%200%201%205.51%205.17%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%204.5a2.5%202.5%200%200%201%205%200v4.605l5.442.605A4%204%200%200%201%2021%2013.685V14a8%208%200%200%201-8%208h-.674a8%208%200%200%201-7.155-4.422l-3.065-6.13a1%201%200%200%201%20.447-1.342c1.115-.558%202.194-.816%203.332-.342c.385.161.753.398%201.115.698z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202A2.5%202.5%200%200%200%207%204.5v5.962a4.7%204.7%200%200%200-.87-.584c-1.02-.518-2.01-.438-3.053-.012c-.84.345-1.107%201.308-.747%202.028l2.842%205.684A8%208%200%200%200%2012.326%2022H13a8%208%200%200%200%208-8v-.315a4%204%200%200%200-3.558-3.975L12%209.105V4.5A2.5%202.5%200%200%200%209.5%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.083%203.399a1%201%200%200%201%201.316-.518a9.6%209.6%200%200%201%202.53%201.603c.316.28.629.584.879.927a1%201%200%200%201-.219%201.397a1.01%201.01%200%200%201-1.395-.216a5%205%200%200%200-.592-.612A7.6%207.6%200%200%200%2013.6%204.715a1%201%200%200%201-.518-1.316M5.511%205.17a1%201%200%201%200-1.023-1.72a9%209%200%200%200-1.694%201.291a5.4%205.4%200%200%200-.601.669a1.01%201.01%200%200%200%20.218%201.398a1%201%200%200%200%201.394-.215c.116-.15.248-.287.384-.419A7%207%200%200%201%205.51%205.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/finger-swipe-fill.svg?color=%231a73e8&size=48