hand swipe right icon
hand-swipe-right-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hand-swipe-right-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the hand swipe right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 140v36c0 24.66-8.08 41.1-8.42 41.79a4 4 0 1 1-7.16-3.58c.07-.15 7.58-15.55 7.58-38.21v-36a16 16 0 0 0-32 0v4a4 4 0 0 1-8 0v-20a16 16 0 0 0-32 0v12a4 4 0 0 1-8 0V68a16 16 0 0 0-32 0v108a4 4 0 0 1-7.39 2.11l-18.68-30a1 1 0 0 1-.07-.12a16 16 0 0 0-27.72 16l29.31 50a4 4 0 0 1-6.9 4L31.22 168a24 24 0 0 1 41.52-24.09L84 162V68a24 24 0 0 1 48 0v38.13a24 24 0 0 1 39.94 16.06A24 24 0 0 1 212 140m38.83-86.83l-32-32a4 4 0 0 0-5.66 5.66L238.34 52H176a4 4 0 0 0 0 8h62.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66"/></svg>
React
import type { SVGProps } from "react";
export function PhHandSwipeRightThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 140v36c0 24.66-8.08 41.1-8.42 41.79a4 4 0 1 1-7.16-3.58c.07-.15 7.58-15.55 7.58-38.21v-36a16 16 0 0 0-32 0v4a4 4 0 0 1-8 0v-20a16 16 0 0 0-32 0v12a4 4 0 0 1-8 0V68a16 16 0 0 0-32 0v108a4 4 0 0 1-7.39 2.11l-18.68-30a1 1 0 0 1-.07-.12a16 16 0 0 0-27.72 16l29.31 50a4 4 0 0 1-6.9 4L31.22 168a24 24 0 0 1 41.52-24.09L84 162V68a24 24 0 0 1 48 0v38.13a24 24 0 0 1 39.94 16.06A24 24 0 0 1 212 140m38.83-86.83l-32-32a4 4 0 0 0-5.66 5.66L238.34 52H176a4 4 0 0 0 0 8h62.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 140v36c0 24.66-8.08 41.1-8.42 41.79a4 4 0 1 1-7.16-3.58c.07-.15 7.58-15.55 7.58-38.21v-36a16 16 0 0 0-32 0v4a4 4 0 0 1-8 0v-20a16 16 0 0 0-32 0v12a4 4 0 0 1-8 0V68a16 16 0 0 0-32 0v108a4 4 0 0 1-7.39 2.11l-18.68-30a1 1 0 0 1-.07-.12a16 16 0 0 0-27.72 16l29.31 50a4 4 0 0 1-6.9 4L31.22 168a24 24 0 0 1 41.52-24.09L84 162V68a24 24 0 0 1 48 0v38.13a24 24 0 0 1 39.94 16.06A24 24 0 0 1 212 140m38.83-86.83l-32-32a4 4 0 0 0-5.66 5.66L238.34 52H176a4 4 0 0 0 0 8h62.34l-25.17 25.17a4 4 0 0 0 5.66 5.66l32-32a4 4 0 0 0 0-5.66"/></svg> </template>
CSS
.icon-hand-swipe-right-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212%20140v36c0%2024.66-8.08%2041.1-8.42%2041.79a4%204%200%201%201-7.16-3.58c.07-.15%207.58-15.55%207.58-38.21v-36a16%2016%200%200%200-32%200v4a4%204%200%200%201-8%200v-20a16%2016%200%200%200-32%200v12a4%204%200%200%201-8%200V68a16%2016%200%200%200-32%200v108a4%204%200%200%201-7.39%202.11l-18.68-30a1%201%200%200%201-.07-.12a16%2016%200%200%200-27.72%2016l29.31%2050a4%204%200%200%201-6.9%204L31.22%20168a24%2024%200%200%201%2041.52-24.09L84%20162V68a24%2024%200%200%201%2048%200v38.13a24%2024%200%200%201%2039.94%2016.06A24%2024%200%200%201%20212%20140m38.83-86.83l-32-32a4%204%200%200%200-5.66%205.66L238.34%2052H176a4%204%200%200%200%200%208h62.34l-25.17%2025.17a4%204%200%200%200%205.66%205.66l32-32a4%204%200%200%200%200-5.66%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212%20140v36c0%2024.66-8.08%2041.1-8.42%2041.79a4%204%200%201%201-7.16-3.58c.07-.15%207.58-15.55%207.58-38.21v-36a16%2016%200%200%200-32%200v4a4%204%200%200%201-8%200v-20a16%2016%200%200%200-32%200v12a4%204%200%200%201-8%200V68a16%2016%200%200%200-32%200v108a4%204%200%200%201-7.39%202.11l-18.68-30a1%201%200%200%201-.07-.12a16%2016%200%200%200-27.72%2016l29.31%2050a4%204%200%200%201-6.9%204L31.22%20168a24%2024%200%200%201%2041.52-24.09L84%20162V68a24%2024%200%200%201%2048%200v38.13a24%2024%200%200%201%2039.94%2016.06A24%2024%200%200%201%20212%20140m38.83-86.83l-32-32a4%204%200%200%200-5.66%205.66L238.34%2052H176a4%204%200%200%200%200%208h62.34l-25.17%2025.17a4%204%200%200%200%205.66%205.66l32-32a4%204%200%200%200%200-5.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-swipe-right-thin.svg?color=%231a73e8&size=48