dual screen arrow up icon
dual-screen-arrow-up-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- dual-screen-arrow-up-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.708zm5.995 15.542l.001-10.277A6.5 6.5 0 0 1 16.5 13a6.47 6.47 0 0 1-3.758-1.195V21.98q.125.018.256.019h7.247a1.75 1.75 0 0 0 1.75-1.75M14.74 17.5h1.5l.101.007a.75.75 0 0 1 0 1.486L16.24 19h-1.5l-.102-.007a.75.75 0 0 1 0-1.486zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.248q.125 0 .245-.017V10.323A6.47 6.47 0 0 1 10 6.5m-2.259 11h1.502l.102.007a.75.75 0 0 1 0 1.486L9.243 19H7.74l-.102-.007a.75.75 0 0 1 0-1.486z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenArrowUp24Filled(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.708zm5.995 15.542l.001-10.277A6.5 6.5 0 0 1 16.5 13a6.47 6.47 0 0 1-3.758-1.195V21.98q.125.018.256.019h7.247a1.75 1.75 0 0 0 1.75-1.75M14.74 17.5h1.5l.101.007a.75.75 0 0 1 0 1.486L16.24 19h-1.5l-.102-.007a.75.75 0 0 1 0-1.486zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.248q.125 0 .245-.017V10.323A6.47 6.47 0 0 1 10 6.5m-2.259 11h1.502l.102.007a.75.75 0 0 1 0 1.486L9.243 19H7.74l-.102-.007a.75.75 0 0 1 0-1.486z"/></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.708zm5.995 15.542l.001-10.277A6.5 6.5 0 0 1 16.5 13a6.47 6.47 0 0 1-3.758-1.195V21.98q.125.018.256.019h7.247a1.75 1.75 0 0 0 1.75-1.75M14.74 17.5h1.5l.101.007a.75.75 0 0 1 0 1.486L16.24 19h-1.5l-.102-.007a.75.75 0 0 1 0-1.486zM10 6.5q0-.252.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.248q.125 0 .245-.017V10.323A6.47 6.47 0 0 1 10 6.5m-2.259 11h1.502l.102.007a.75.75 0 0 1 0 1.486L9.243 19H7.74l-.102-.007a.75.75 0 0 1 0-1.486z"/></svg> </template>
CSS
.icon-dual-screen-arrow-up-24-filled {
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.708zm5.995%2015.542l.001-10.277A6.5%206.5%200%200%201%2016.5%2013a6.47%206.47%200%200%201-3.758-1.195V21.98q.125.018.256.019h7.247a1.75%201.75%200%200%200%201.75-1.75M14.74%2017.5h1.5l.101.007a.75.75%200%200%201%200%201.486L16.24%2019h-1.5l-.102-.007a.75.75%200%200%201%200-1.486zM10%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.248q.125%200%20.245-.017V10.323A6.47%206.47%200%200%201%2010%206.5m-2.259%2011h1.502l.102.007a.75.75%200%200%201%200%201.486L9.243%2019H7.74l-.102-.007a.75.75%200%200%201%200-1.486z%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.708zm5.995%2015.542l.001-10.277A6.5%206.5%200%200%201%2016.5%2013a6.47%206.47%200%200%201-3.758-1.195V21.98q.125.018.256.019h7.247a1.75%201.75%200%200%200%201.75-1.75M14.74%2017.5h1.5l.101.007a.75.75%200%200%201%200%201.486L16.24%2019h-1.5l-.102-.007a.75.75%200%200%201%200-1.486zM10%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.248q.125%200%20.245-.017V10.323A6.47%206.47%200%200%201%2010%206.5m-2.259%2011h1.502l.102.007a.75.75%200%200%201%200%201.486L9.243%2019H7.74l-.102-.007a.75.75%200%200%201%200-1.486z%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-filled.svg?color=%231a73e8&size=48