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

Name
swipe-down-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 down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.997a.75.75 0 0 1 .743.647l.007.102V19.44l2.22-2.216a.75.75 0 0 1 .976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5 3.497a.75.75 0 0 1-.976.073l-.084-.073l-3.5-3.497a.749.749 0 0 1 .976-1.132l.084.073l2.22 2.216V6.746a.75.75 0 0 1 .75-.75M12 2c2.761 0 5 2.237 5 4.996a5 5 0 0 1-3.25 4.68v-1.651A3.499 3.499 0 0 0 12 3.499a3.499 3.499 0 0 0-1.75 6.526v1.652A5 5 0 0 1 7 6.996A5 5 0 0 1 12 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentSwipeDown24Regular(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="M12 5.997a.75.75 0 0 1 .743.647l.007.102V19.44l2.22-2.216a.75.75 0 0 1 .976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5 3.497a.75.75 0 0 1-.976.073l-.084-.073l-3.5-3.497a.749.749 0 0 1 .976-1.132l.084.073l2.22 2.216V6.746a.75.75 0 0 1 .75-.75M12 2c2.761 0 5 2.237 5 4.996a5 5 0 0 1-3.25 4.68v-1.651A3.499 3.499 0 0 0 12 3.499a3.499 3.499 0 0 0-1.75 6.526v1.652A5 5 0 0 1 7 6.996A5 5 0 0 1 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.997a.75.75 0 0 1 .743.647l.007.102V19.44l2.22-2.216a.75.75 0 0 1 .976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5 3.497a.75.75 0 0 1-.976.073l-.084-.073l-3.5-3.497a.749.749 0 0 1 .976-1.132l.084.073l2.22 2.216V6.746a.75.75 0 0 1 .75-.75M12 2c2.761 0 5 2.237 5 4.996a5 5 0 0 1-3.25 4.68v-1.651A3.499 3.499 0 0 0 12 3.499a3.499 3.499 0 0 0-1.75 6.526v1.652A5 5 0 0 1 7 6.996A5 5 0 0 1 12 2"/></svg>
</template>

CSS

.icon-swipe-down-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%22M12%205.997a.75.75%200%200%201%20.743.647l.007.102V19.44l2.22-2.216a.75.75%200%200%201%20.976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5%203.497a.75.75%200%200%201-.976.073l-.084-.073l-3.5-3.497a.749.749%200%200%201%20.976-1.132l.084.073l2.22%202.216V6.746a.75.75%200%200%201%20.75-.75M12%202c2.761%200%205%202.237%205%204.996a5%205%200%200%201-3.25%204.68v-1.651A3.499%203.499%200%200%200%2012%203.499a3.499%203.499%200%200%200-1.75%206.526v1.652A5%205%200%200%201%207%206.996A5%205%200%200%201%2012%202%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%22M12%205.997a.75.75%200%200%201%20.743.647l.007.102V19.44l2.22-2.216a.75.75%200%200%201%20.976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5%203.497a.75.75%200%200%201-.976.073l-.084-.073l-3.5-3.497a.749.749%200%200%201%20.976-1.132l.084.073l2.22%202.216V6.746a.75.75%200%200%201%20.75-.75M12%202c2.761%200%205%202.237%205%204.996a5%205%200%200%201-3.25%204.68v-1.651A3.499%203.499%200%200%200%2012%203.499a3.499%203.499%200%200%200-1.75%206.526v1.652A5%205%200%200%201%207%206.996A5%205%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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