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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.003a.75.75 0 0 0 .743-.647l.007-.102V4.56l2.22 2.216a.75.75 0 0 0 .976.073l.084-.073a.75.75 0 0 0 .073-.975l-.073-.084l-3.5-3.498a.75.75 0 0 0-.976-.072l-.084.072l-3.5 3.498a.749.749 0 0 0 .976 1.132l.084-.073l2.22-2.216v12.694c0 .414.336.75.75.75M12 22c2.761 0 5-2.237 5-4.996a5 5 0 0 0-3.25-4.68v1.651A3.499 3.499 0 0 1 12 20.501a3.499 3.499 0 0 1-1.75-6.526v-1.652A5 5 0 0 0 7 17.004A5 5 0 0 0 12 22"/></svg>

React

import type { SVGProps } from "react";

export function FluentSwipeUp24Regular(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 18.003a.75.75 0 0 0 .743-.647l.007-.102V4.56l2.22 2.216a.75.75 0 0 0 .976.073l.084-.073a.75.75 0 0 0 .073-.975l-.073-.084l-3.5-3.498a.75.75 0 0 0-.976-.072l-.084.072l-3.5 3.498a.749.749 0 0 0 .976 1.132l.084-.073l2.22-2.216v12.694c0 .414.336.75.75.75M12 22c2.761 0 5-2.237 5-4.996a5 5 0 0 0-3.25-4.68v1.651A3.499 3.499 0 0 1 12 20.501a3.499 3.499 0 0 1-1.75-6.526v-1.652A5 5 0 0 0 7 17.004A5 5 0 0 0 12 22"/></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 18.003a.75.75 0 0 0 .743-.647l.007-.102V4.56l2.22 2.216a.75.75 0 0 0 .976.073l.084-.073a.75.75 0 0 0 .073-.975l-.073-.084l-3.5-3.498a.75.75 0 0 0-.976-.072l-.084.072l-3.5 3.498a.749.749 0 0 0 .976 1.132l.084-.073l2.22-2.216v12.694c0 .414.336.75.75.75M12 22c2.761 0 5-2.237 5-4.996a5 5 0 0 0-3.25-4.68v1.651A3.499 3.499 0 0 1 12 20.501a3.499 3.499 0 0 1-1.75-6.526v-1.652A5 5 0 0 0 7 17.004A5 5 0 0 0 12 22"/></svg>
</template>

CSS

.icon-swipe-up-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%2018.003a.75.75%200%200%200%20.743-.647l.007-.102V4.56l2.22%202.216a.75.75%200%200%200%20.976.073l.084-.073a.75.75%200%200%200%20.073-.975l-.073-.084l-3.5-3.498a.75.75%200%200%200-.976-.072l-.084.072l-3.5%203.498a.749.749%200%200%200%20.976%201.132l.084-.073l2.22-2.216v12.694c0%20.414.336.75.75.75M12%2022c2.761%200%205-2.237%205-4.996a5%205%200%200%200-3.25-4.68v1.651A3.499%203.499%200%200%201%2012%2020.501a3.499%203.499%200%200%201-1.75-6.526v-1.652A5%205%200%200%200%207%2017.004A5%205%200%200%200%2012%2022%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%2018.003a.75.75%200%200%200%20.743-.647l.007-.102V4.56l2.22%202.216a.75.75%200%200%200%20.976.073l.084-.073a.75.75%200%200%200%20.073-.975l-.073-.084l-3.5-3.498a.75.75%200%200%200-.976-.072l-.084.072l-3.5%203.498a.749.749%200%200%200%20.976%201.132l.084-.073l2.22-2.216v12.694c0%20.414.336.75.75.75M12%2022c2.761%200%205-2.237%205-4.996a5%205%200%200%200-3.25-4.68v1.651A3.499%203.499%200%200%201%2012%2020.501a3.499%203.499%200%200%201-1.75-6.526v-1.652A5%205%200%200%200%207%2017.004A5%205%200%200%200%2012%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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