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

Name
double-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

Related icons in Fluent UI System Icons

Use the double 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="M6.75 18a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.084.073l-3.5 3.5a.75.75 0 0 0 .976 1.133l.084-.073L6 4.561V17.25c0 .414.336.75.75.75m10.498 0a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.085.073l-3.5 3.5a.75.75 0 0 0 .977 1.133l.084-.073l2.22-2.219V17.25c0 .414.335.75.75.75M6.75 22a4.75 4.75 0 0 0 1.751-9.167v1.679a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 6.75 22m10.498 0a4.75 4.75 0 0 0 1.75-9.167L19 14.512a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 17.248 22"/></svg>

React

import type { SVGProps } from "react";

export function FluentDoubleSwipeUp24Regular(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="M6.75 18a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.084.073l-3.5 3.5a.75.75 0 0 0 .976 1.133l.084-.073L6 4.561V17.25c0 .414.336.75.75.75m10.498 0a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.085.073l-3.5 3.5a.75.75 0 0 0 .977 1.133l.084-.073l2.22-2.219V17.25c0 .414.335.75.75.75M6.75 22a4.75 4.75 0 0 0 1.751-9.167v1.679a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 6.75 22m10.498 0a4.75 4.75 0 0 0 1.75-9.167L19 14.512a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 17.248 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="M6.75 18a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.084.073l-3.5 3.5a.75.75 0 0 0 .976 1.133l.084-.073L6 4.561V17.25c0 .414.336.75.75.75m10.498 0a.75.75 0 0 0 .743-.648l.007-.102V4.561l2.22 2.22a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084l-3.5-3.5a.75.75 0 0 0-.976-.073l-.085.073l-3.5 3.5a.75.75 0 0 0 .977 1.133l.084-.073l2.22-2.219V17.25c0 .414.335.75.75.75M6.75 22a4.75 4.75 0 0 0 1.751-9.167v1.679a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 6.75 22m10.498 0a4.75 4.75 0 0 0 1.75-9.167L19 14.512a3.25 3.25 0 1 1-3.502 0v-1.68A4.752 4.752 0 0 0 17.248 22"/></svg>
</template>

CSS

.icon-double-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%22M6.75%2018a.75.75%200%200%200%20.743-.648l.007-.102V4.561l2.22%202.22a.75.75%200%200%200%20.976.072l.084-.073a.75.75%200%200%200%20.073-.976l-.073-.084l-3.5-3.5a.75.75%200%200%200-.976-.073l-.084.073l-3.5%203.5a.75.75%200%200%200%20.976%201.133l.084-.073L6%204.561V17.25c0%20.414.336.75.75.75m10.498%200a.75.75%200%200%200%20.743-.648l.007-.102V4.561l2.22%202.22a.75.75%200%200%200%20.976.072l.084-.073a.75.75%200%200%200%20.073-.976l-.073-.084l-3.5-3.5a.75.75%200%200%200-.976-.073l-.085.073l-3.5%203.5a.75.75%200%200%200%20.977%201.133l.084-.073l2.22-2.219V17.25c0%20.414.335.75.75.75M6.75%2022a4.75%204.75%200%200%200%201.751-9.167v1.679a3.25%203.25%200%201%201-3.502%200v-1.68A4.752%204.752%200%200%200%206.75%2022m10.498%200a4.75%204.75%200%200%200%201.75-9.167L19%2014.512a3.25%203.25%200%201%201-3.502%200v-1.68A4.752%204.752%200%200%200%2017.248%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%22M6.75%2018a.75.75%200%200%200%20.743-.648l.007-.102V4.561l2.22%202.22a.75.75%200%200%200%20.976.072l.084-.073a.75.75%200%200%200%20.073-.976l-.073-.084l-3.5-3.5a.75.75%200%200%200-.976-.073l-.084.073l-3.5%203.5a.75.75%200%200%200%20.976%201.133l.084-.073L6%204.561V17.25c0%20.414.336.75.75.75m10.498%200a.75.75%200%200%200%20.743-.648l.007-.102V4.561l2.22%202.22a.75.75%200%200%200%20.976.072l.084-.073a.75.75%200%200%200%20.073-.976l-.073-.084l-3.5-3.5a.75.75%200%200%200-.976-.073l-.085.073l-3.5%203.5a.75.75%200%200%200%20.977%201.133l.084-.073l2.22-2.219V17.25c0%20.414.335.75.75.75M6.75%2022a4.75%204.75%200%200%200%201.751-9.167v1.679a3.25%203.25%200%201%201-3.502%200v-1.68A4.752%204.752%200%200%200%206.75%2022m10.498%200a4.75%204.75%200%200%200%201.75-9.167L19%2014.512a3.25%203.25%200%201%201-3.502%200v-1.68A4.752%204.752%200%200%200%2017.248%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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