swipe-right-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
swipe-right-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the swipe right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.997 12c0 .38.282.694.647.743l.102.007H19.44l-2.216 2.22a.75.75 0 0 0-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75 0 0 0 .073-.976l-.073-.084l-3.497-3.5a.749.749 0 0 0-1.132.976l.073.084l2.216 2.22H6.746a.75.75 0 0 0-.75.75M2 12c0 2.761 2.237 5 4.996 5a5 5 0 0 0 4.68-3.25h-1.651A3.499 3.499 0 0 1 3.499 12a3.499 3.499 0 0 1 6.526-1.75h1.652A5 5 0 0 0 6.996 7A5 5 0 0 0 2 12"/></svg>

React

import type { SVGProps } from "react";

export function FluentSwipeRight24Regular(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="M5.997 12c0 .38.282.694.647.743l.102.007H19.44l-2.216 2.22a.75.75 0 0 0-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75 0 0 0 .073-.976l-.073-.084l-3.497-3.5a.749.749 0 0 0-1.132.976l.073.084l2.216 2.22H6.746a.75.75 0 0 0-.75.75M2 12c0 2.761 2.237 5 4.996 5a5 5 0 0 0 4.68-3.25h-1.651A3.499 3.499 0 0 1 3.499 12a3.499 3.499 0 0 1 6.526-1.75h1.652A5 5 0 0 0 6.996 7A5 5 0 0 0 2 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.997 12c0 .38.282.694.647.743l.102.007H19.44l-2.216 2.22a.75.75 0 0 0-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75 0 0 0 .073-.976l-.073-.084l-3.497-3.5a.749.749 0 0 0-1.132.976l.073.084l2.216 2.22H6.746a.75.75 0 0 0-.75.75M2 12c0 2.761 2.237 5 4.996 5a5 5 0 0 0 4.68-3.25h-1.651A3.499 3.499 0 0 1 3.499 12a3.499 3.499 0 0 1 6.526-1.75h1.652A5 5 0 0 0 6.996 7A5 5 0 0 0 2 12"/></svg>
</template>

CSS

.icon-swipe-right-24-regular {
  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%22M5.997%2012c0%20.38.282.694.647.743l.102.007H19.44l-2.216%202.22a.75.75%200%200%200-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75%200%200%200%20.073-.976l-.073-.084l-3.497-3.5a.749.749%200%200%200-1.132.976l.073.084l2.216%202.22H6.746a.75.75%200%200%200-.75.75M2%2012c0%202.761%202.237%205%204.996%205a5%205%200%200%200%204.68-3.25h-1.651A3.499%203.499%200%200%201%203.499%2012a3.499%203.499%200%200%201%206.526-1.75h1.652A5%205%200%200%200%206.996%207A5%205%200%200%200%202%2012%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%22M5.997%2012c0%20.38.282.694.647.743l.102.007H19.44l-2.216%202.22a.75.75%200%200%200-.073.976l.073.084c.266.267.682.29.975.073l.084-.073l3.497-3.5a.75.75%200%200%200%20.073-.976l-.073-.084l-3.497-3.5a.749.749%200%200%200-1.132.976l.073.084l2.216%202.22H6.746a.75.75%200%200%200-.75.75M2%2012c0%202.761%202.237%205%204.996%205a5%205%200%200%200%204.68-3.25h-1.651A3.499%203.499%200%200%201%203.499%2012a3.499%203.499%200%200%201%206.526-1.75h1.652A5%205%200%200%200%206.996%207A5%205%200%200%200%202%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/swipe-right-24-regular.svg?color=%231a73e8&size=48