view desktop mobile icon

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

Name
view-desktop-mobile-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 view desktop mobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm0 1.5h-7.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V4.25a.75.75 0 0 0-.75-.75m-2.501 14a.75.75 0 0 1 .002 1.5l-2.5.004a.75.75 0 0 1-.002-1.5zM14.5 8.999a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.41.492L14.5 16h-5a.5.5 0 0 1-.492-.41L9 15.501V9.5a.5.5 0 0 1 .41-.492L9.5 9zM14.5 5a.5.5 0 0 1 .492.41L15 5.5v2.005a.5.5 0 0 1-.41.492l-.09.008h-5a.5.5 0 0 1-.492-.41L9 7.504V5.5a.5.5 0 0 1 .41-.492L9.5 5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentViewDesktopMobile24Regular(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="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm0 1.5h-7.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V4.25a.75.75 0 0 0-.75-.75m-2.501 14a.75.75 0 0 1 .002 1.5l-2.5.004a.75.75 0 0 1-.002-1.5zM14.5 8.999a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.41.492L14.5 16h-5a.5.5 0 0 1-.492-.41L9 15.501V9.5a.5.5 0 0 1 .41-.492L9.5 9zM14.5 5a.5.5 0 0 1 .492.41L15 5.5v2.005a.5.5 0 0 1-.41.492l-.09.008h-5a.5.5 0 0 1-.492-.41L9 7.504V5.5a.5.5 0 0 1 .41-.492L9.5 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm0 1.5h-7.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V4.25a.75.75 0 0 0-.75-.75m-2.501 14a.75.75 0 0 1 .002 1.5l-2.5.004a.75.75 0 0 1-.002-1.5zM14.5 8.999a.5.5 0 0 1 .492.41l.008.09V15.5a.5.5 0 0 1-.41.492L14.5 16h-5a.5.5 0 0 1-.492-.41L9 15.501V9.5a.5.5 0 0 1 .41-.492L9.5 9zM14.5 5a.5.5 0 0 1 .492.41L15 5.5v2.005a.5.5 0 0 1-.41.492l-.09.008h-5a.5.5 0 0 1-.492-.41L9 7.504V5.5a.5.5 0 0 1 .41-.492L9.5 5z"/></svg>
</template>

CSS

.icon-view-desktop-mobile-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%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v15.5A2.25%202.25%200%200%201%2015.75%2022h-7.5A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zm0%201.5h-7.5a.75.75%200%200%200-.75.75v15.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75V4.25a.75.75%200%200%200-.75-.75m-2.501%2014a.75.75%200%200%201%20.002%201.5l-2.5.004a.75.75%200%200%201-.002-1.5zM14.5%208.999a.5.5%200%200%201%20.492.41l.008.09V15.5a.5.5%200%200%201-.41.492L14.5%2016h-5a.5.5%200%200%201-.492-.41L9%2015.501V9.5a.5.5%200%200%201%20.41-.492L9.5%209zM14.5%205a.5.5%200%200%201%20.492.41L15%205.5v2.005a.5.5%200%200%201-.41.492l-.09.008h-5a.5.5%200%200%201-.492-.41L9%207.504V5.5a.5.5%200%200%201%20.41-.492L9.5%205z%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%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v15.5A2.25%202.25%200%200%201%2015.75%2022h-7.5A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zm0%201.5h-7.5a.75.75%200%200%200-.75.75v15.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75V4.25a.75.75%200%200%200-.75-.75m-2.501%2014a.75.75%200%200%201%20.002%201.5l-2.5.004a.75.75%200%200%201-.002-1.5zM14.5%208.999a.5.5%200%200%201%20.492.41l.008.09V15.5a.5.5%200%200%201-.41.492L14.5%2016h-5a.5.5%200%200%201-.492-.41L9%2015.501V9.5a.5.5%200%200%201%20.41-.492L9.5%209zM14.5%205a.5.5%200%200%201%20.492.41L15%205.5v2.005a.5.5%200%200%201-.41.492l-.09.008h-5a.5.5%200%200%201-.492-.41L9%207.504V5.5a.5.5%200%200%201%20.41-.492L9.5%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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