component 2 double tap swipe up icon
component-2-double-tap-swipe-up-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- component-2-double-tap-swipe-up-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the component 2 double tap 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 16.017a.75.75 0 0 0 .743-.648l.007-.102V4.562l2.22 2.218a.75.75 0 0 0 .976.073l.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-.073l2.22-2.218v10.705c0 .414.336.75.75.75m0 6a7 7 0 0 0 1.75-13.78v1.564a5.5 5.5 0 1 1-3.5 0V8.237A7 7 0 0 0 12 22.017m0-2.5a4.5 4.5 0 0 0 1.751-8.647v1.71a3 3 0 1 1-3.5 0l-.001-1.71A4.501 4.501 0 0 0 12 19.517"/></svg>
React
import type { SVGProps } from "react";
export function FluentComponent2DoubleTapSwipeUp24Regular(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 16.017a.75.75 0 0 0 .743-.648l.007-.102V4.562l2.22 2.218a.75.75 0 0 0 .976.073l.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-.073l2.22-2.218v10.705c0 .414.336.75.75.75m0 6a7 7 0 0 0 1.75-13.78v1.564a5.5 5.5 0 1 1-3.5 0V8.237A7 7 0 0 0 12 22.017m0-2.5a4.5 4.5 0 0 0 1.751-8.647v1.71a3 3 0 1 1-3.5 0l-.001-1.71A4.501 4.501 0 0 0 12 19.517"/></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 16.017a.75.75 0 0 0 .743-.648l.007-.102V4.562l2.22 2.218a.75.75 0 0 0 .976.073l.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-.073l2.22-2.218v10.705c0 .414.336.75.75.75m0 6a7 7 0 0 0 1.75-13.78v1.564a5.5 5.5 0 1 1-3.5 0V8.237A7 7 0 0 0 12 22.017m0-2.5a4.5 4.5 0 0 0 1.751-8.647v1.71a3 3 0 1 1-3.5 0l-.001-1.71A4.501 4.501 0 0 0 12 19.517"/></svg> </template>
CSS
.icon-component-2-double-tap-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%2016.017a.75.75%200%200%200%20.743-.648l.007-.102V4.562l2.22%202.218a.75.75%200%200%200%20.976.073l.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-.073l2.22-2.218v10.705c0%20.414.336.75.75.75m0%206a7%207%200%200%200%201.75-13.78v1.564a5.5%205.5%200%201%201-3.5%200V8.237A7%207%200%200%200%2012%2022.017m0-2.5a4.5%204.5%200%200%200%201.751-8.647v1.71a3%203%200%201%201-3.5%200l-.001-1.71A4.501%204.501%200%200%200%2012%2019.517%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%2016.017a.75.75%200%200%200%20.743-.648l.007-.102V4.562l2.22%202.218a.75.75%200%200%200%20.976.073l.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-.073l2.22-2.218v10.705c0%20.414.336.75.75.75m0%206a7%207%200%200%200%201.75-13.78v1.564a5.5%205.5%200%201%201-3.5%200V8.237A7%207%200%200%200%2012%2022.017m0-2.5a4.5%204.5%200%200%200%201.751-8.647v1.71a3%203%200%201%201-3.5%200l-.001-1.71A4.501%204.501%200%200%200%2012%2019.517%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/component-2-double-tap-swipe-up-24-regular.svg?color=%231a73e8&size=48