dual screen arrow up icon
dual-screen-arrow-up-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- dual-screen-arrow-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
dual-screen-20-filleddual-screen-add-20-filleddual-screen-arrow-right-20-filleddual-screen-clock-20-filleddual-screen-closed-alert-20-filleddual-screen-desktop-20-filleddual-screen-dismiss-20-filleddual-screen-group-20-filleddual-screen-header-20-filleddual-screen-lock-20-filleddual-screen-mirror-20-filleddual-screen-pagination-20-filleddual-screen-settings-20-filleddual-screen-span-20-filleddual-screen-speaker-20-filleddual-screen-status-bar-20-filleddual-screen-tablet-20-filleddual-screen-update-20-filleddual-screen-vertical-scroll-20-filleddual-screen-vibrate-20-filled
Use the dual screen arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6-1.793V9.5a.5.5 0 0 0 1 0V4.707l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.497V22h8.998a1.75 1.75 0 0 0 1.75-1.75l.001-10.277a6.5 6.5 0 0 1-1.5 1.655v8.622a.25.25 0 0 1-.25.25h-7.498v-8.691a6.5 6.5 0 0 1-1.501-1.48v10.168H3.75a.25.25 0 0 1-.25-.25V7.751a.25.25 0 0 1 .25-.25h6.327A6.6 6.6 0 0 1 10 6.5m6.989 11.75a.75.75 0 0 0-.75-.75h-1.5l-.102.007A.75.75 0 0 0 14.739 19h1.5l.101-.007a.75.75 0 0 0 .649-.743m-6.996 0a.75.75 0 0 0-.75-.75H7.74l-.102.007A.75.75 0 0 0 7.741 19h1.502l.102-.007a.75.75 0 0 0 .648-.743"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenArrowUp24Regular(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="M22 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6-1.793V9.5a.5.5 0 0 0 1 0V4.707l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.497V22h8.998a1.75 1.75 0 0 0 1.75-1.75l.001-10.277a6.5 6.5 0 0 1-1.5 1.655v8.622a.25.25 0 0 1-.25.25h-7.498v-8.691a6.5 6.5 0 0 1-1.501-1.48v10.168H3.75a.25.25 0 0 1-.25-.25V7.751a.25.25 0 0 1 .25-.25h6.327A6.6 6.6 0 0 1 10 6.5m6.989 11.75a.75.75 0 0 0-.75-.75h-1.5l-.102.007A.75.75 0 0 0 14.739 19h1.5l.101-.007a.75.75 0 0 0 .649-.743m-6.996 0a.75.75 0 0 0-.75-.75H7.74l-.102.007A.75.75 0 0 0 7.741 19h1.502l.102-.007a.75.75 0 0 0 .648-.743"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6-1.793V9.5a.5.5 0 0 0 1 0V4.707l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.497V22h8.998a1.75 1.75 0 0 0 1.75-1.75l.001-10.277a6.5 6.5 0 0 1-1.5 1.655v8.622a.25.25 0 0 1-.25.25h-7.498v-8.691a6.5 6.5 0 0 1-1.501-1.48v10.168H3.75a.25.25 0 0 1-.25-.25V7.751a.25.25 0 0 1 .25-.25h6.327A6.6 6.6 0 0 1 10 6.5m6.989 11.75a.75.75 0 0 0-.75-.75h-1.5l-.102.007A.75.75 0 0 0 14.739 19h1.5l.101-.007a.75.75 0 0 0 .649-.743m-6.996 0a.75.75 0 0 0-.75-.75H7.74l-.102.007A.75.75 0 0 0 7.741 19h1.502l.102-.007a.75.75 0 0 0 .648-.743"/></svg> </template>
CSS
.icon-dual-screen-arrow-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%22M22%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6-1.793V9.5a.5.5%200%200%200%201%200V4.707l1.646%201.647a.5.5%200%200%200%20.708-.708l-2.5-2.5a.5.5%200%200%200-.708%200l-2.5%202.5a.5.5%200%200%200%20.708.708zM10%206.5q0-.252.019-.498H3.75A1.75%201.75%200%200%200%202%207.751v12.494c0%20.967.784%201.75%201.75%201.75h7.497V22h8.998a1.75%201.75%200%200%200%201.75-1.75l.001-10.277a6.5%206.5%200%200%201-1.5%201.655v8.622a.25.25%200%200%201-.25.25h-7.498v-8.691a6.5%206.5%200%200%201-1.501-1.48v10.168H3.75a.25.25%200%200%201-.25-.25V7.751a.25.25%200%200%201%20.25-.25h6.327A6.6%206.6%200%200%201%2010%206.5m6.989%2011.75a.75.75%200%200%200-.75-.75h-1.5l-.102.007A.75.75%200%200%200%2014.739%2019h1.5l.101-.007a.75.75%200%200%200%20.649-.743m-6.996%200a.75.75%200%200%200-.75-.75H7.74l-.102.007A.75.75%200%200%200%207.741%2019h1.502l.102-.007a.75.75%200%200%200%20.648-.743%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%22M22%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6-1.793V9.5a.5.5%200%200%200%201%200V4.707l1.646%201.647a.5.5%200%200%200%20.708-.708l-2.5-2.5a.5.5%200%200%200-.708%200l-2.5%202.5a.5.5%200%200%200%20.708.708zM10%206.5q0-.252.019-.498H3.75A1.75%201.75%200%200%200%202%207.751v12.494c0%20.967.784%201.75%201.75%201.75h7.497V22h8.998a1.75%201.75%200%200%200%201.75-1.75l.001-10.277a6.5%206.5%200%200%201-1.5%201.655v8.622a.25.25%200%200%201-.25.25h-7.498v-8.691a6.5%206.5%200%200%201-1.501-1.48v10.168H3.75a.25.25%200%200%201-.25-.25V7.751a.25.25%200%200%201%20.25-.25h6.327A6.6%206.6%200%200%201%2010%206.5m6.989%2011.75a.75.75%200%200%200-.75-.75h-1.5l-.102.007A.75.75%200%200%200%2014.739%2019h1.5l.101-.007a.75.75%200%200%200%20.649-.743m-6.996%200a.75.75%200%200%200-.75-.75H7.74l-.102.007A.75.75%200%200%200%207.741%2019h1.502l.102-.007a.75.75%200%200%200%20.648-.743%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-arrow-up-24-regular.svg?color=%231a73e8&size=48