desktop app icon

desktop-app-outline from Health Icons by Resolve to Save Lives · Outline · Objects · MIT Free for personal and commercial use.

Name
desktop-app-outline
Set
Health Icons
Style
Outline
Category
Objects
Viewbox
48×48
License
MIT
Aliases
desktop-app2x-outline

1 other variant in Health Icons

More objects icons from Health Icons

Use the desktop app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9.176 8.5C7.422 8.5 6 9.94 6 11.714V31c0 1.775 1.422 3.214 3.176 3.214h10.589v2.143h-4.236V38.5h16.942v-2.143h-4.236v-2.143h10.589C40.578 34.214 42 32.775 42 31V11.714C42 9.94 40.578 8.5 38.824 8.5zm12.706 27.857h4.236v-2.143h-4.236zM8.118 11.714c0-.591.474-1.071 1.058-1.071h29.648c.584 0 1.058.48 1.058 1.071V31c0 .592-.474 1.071-1.058 1.071H9.176c-.584 0-1.058-.48-1.058-1.071zm7.411 1.072h-2.117v2.143h-2.118v2.142h2.118v2.143h2.117v-2.143h2.118V14.93h-2.118zm-3.176 8.571c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.059-1.072zm1.059 4.286V23.5h2.117v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.06 1.071h-4.234c-.585 0-1.06-.48-1.06-1.071zm2.117 1.072v2.142h2.118V14.93zm-1.058 6.428c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.06-1.072zm1.058 4.286V23.5h2.118v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.059 1.071h-4.235c-.585 0-1.059-.48-1.059-1.071zm2.118 1.072v2.142h2.117V14.93z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDesktopAppOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9.176 8.5C7.422 8.5 6 9.94 6 11.714V31c0 1.775 1.422 3.214 3.176 3.214h10.589v2.143h-4.236V38.5h16.942v-2.143h-4.236v-2.143h10.589C40.578 34.214 42 32.775 42 31V11.714C42 9.94 40.578 8.5 38.824 8.5zm12.706 27.857h4.236v-2.143h-4.236zM8.118 11.714c0-.591.474-1.071 1.058-1.071h29.648c.584 0 1.058.48 1.058 1.071V31c0 .592-.474 1.071-1.058 1.071H9.176c-.584 0-1.058-.48-1.058-1.071zm7.411 1.072h-2.117v2.143h-2.118v2.142h2.118v2.143h2.117v-2.143h2.118V14.93h-2.118zm-3.176 8.571c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.059-1.072zm1.059 4.286V23.5h2.117v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.06 1.071h-4.234c-.585 0-1.06-.48-1.06-1.071zm2.117 1.072v2.142h2.118V14.93zm-1.058 6.428c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.06-1.072zm1.058 4.286V23.5h2.118v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.059 1.071h-4.235c-.585 0-1.059-.48-1.059-1.071zm2.118 1.072v2.142h2.117V14.93z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9.176 8.5C7.422 8.5 6 9.94 6 11.714V31c0 1.775 1.422 3.214 3.176 3.214h10.589v2.143h-4.236V38.5h16.942v-2.143h-4.236v-2.143h10.589C40.578 34.214 42 32.775 42 31V11.714C42 9.94 40.578 8.5 38.824 8.5zm12.706 27.857h4.236v-2.143h-4.236zM8.118 11.714c0-.591.474-1.071 1.058-1.071h29.648c.584 0 1.058.48 1.058 1.071V31c0 .592-.474 1.071-1.058 1.071H9.176c-.584 0-1.058-.48-1.058-1.071zm7.411 1.072h-2.117v2.143h-2.118v2.142h2.118v2.143h2.117v-2.143h2.118V14.93h-2.118zm-3.176 8.571c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.059-1.072zm1.059 4.286V23.5h2.117v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.06 1.071h-4.234c-.585 0-1.06-.48-1.06-1.071zm2.117 1.072v2.142h2.118V14.93zm-1.058 6.428c-.585 0-1.06.48-1.06 1.072v4.285c0 .592.475 1.072 1.06 1.072h4.235c.585 0 1.059-.48 1.059-1.072V22.43c0-.592-.474-1.072-1.06-1.072zm1.058 4.286V23.5h2.118v2.143zm7.412-11.786c0-.592.474-1.071 1.059-1.071h4.235c.585 0 1.059.48 1.059 1.071v4.286c0 .592-.474 1.071-1.059 1.071h-4.235c-.585 0-1.059-.48-1.059-1.071zm2.118 1.072v2.142h2.117V14.93z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-desktop-app-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.176%208.5C7.422%208.5%206%209.94%206%2011.714V31c0%201.775%201.422%203.214%203.176%203.214h10.589v2.143h-4.236V38.5h16.942v-2.143h-4.236v-2.143h10.589C40.578%2034.214%2042%2032.775%2042%2031V11.714C42%209.94%2040.578%208.5%2038.824%208.5zm12.706%2027.857h4.236v-2.143h-4.236zM8.118%2011.714c0-.591.474-1.071%201.058-1.071h29.648c.584%200%201.058.48%201.058%201.071V31c0%20.592-.474%201.071-1.058%201.071H9.176c-.584%200-1.058-.48-1.058-1.071zm7.411%201.072h-2.117v2.143h-2.118v2.142h2.118v2.143h2.117v-2.143h2.118V14.93h-2.118zm-3.176%208.571c-.585%200-1.06.48-1.06%201.072v4.285c0%20.592.475%201.072%201.06%201.072h4.235c.585%200%201.059-.48%201.059-1.072V22.43c0-.592-.474-1.072-1.059-1.072zm1.059%204.286V23.5h2.117v2.143zm7.412-11.786c0-.592.474-1.071%201.059-1.071h4.235c.585%200%201.059.48%201.059%201.071v4.286c0%20.592-.474%201.071-1.06%201.071h-4.234c-.585%200-1.06-.48-1.06-1.071zm2.117%201.072v2.142h2.118V14.93zm-1.058%206.428c-.585%200-1.06.48-1.06%201.072v4.285c0%20.592.475%201.072%201.06%201.072h4.235c.585%200%201.059-.48%201.059-1.072V22.43c0-.592-.474-1.072-1.06-1.072zm1.058%204.286V23.5h2.118v2.143zm7.412-11.786c0-.592.474-1.071%201.059-1.071h4.235c.585%200%201.059.48%201.059%201.071v4.286c0%20.592-.474%201.071-1.059%201.071h-4.235c-.585%200-1.059-.48-1.059-1.071zm2.118%201.072v2.142h2.117V14.93z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.176%208.5C7.422%208.5%206%209.94%206%2011.714V31c0%201.775%201.422%203.214%203.176%203.214h10.589v2.143h-4.236V38.5h16.942v-2.143h-4.236v-2.143h10.589C40.578%2034.214%2042%2032.775%2042%2031V11.714C42%209.94%2040.578%208.5%2038.824%208.5zm12.706%2027.857h4.236v-2.143h-4.236zM8.118%2011.714c0-.591.474-1.071%201.058-1.071h29.648c.584%200%201.058.48%201.058%201.071V31c0%20.592-.474%201.071-1.058%201.071H9.176c-.584%200-1.058-.48-1.058-1.071zm7.411%201.072h-2.117v2.143h-2.118v2.142h2.118v2.143h2.117v-2.143h2.118V14.93h-2.118zm-3.176%208.571c-.585%200-1.06.48-1.06%201.072v4.285c0%20.592.475%201.072%201.06%201.072h4.235c.585%200%201.059-.48%201.059-1.072V22.43c0-.592-.474-1.072-1.059-1.072zm1.059%204.286V23.5h2.117v2.143zm7.412-11.786c0-.592.474-1.071%201.059-1.071h4.235c.585%200%201.059.48%201.059%201.071v4.286c0%20.592-.474%201.071-1.06%201.071h-4.234c-.585%200-1.06-.48-1.06-1.071zm2.117%201.072v2.142h2.118V14.93zm-1.058%206.428c-.585%200-1.06.48-1.06%201.072v4.285c0%20.592.475%201.072%201.06%201.072h4.235c.585%200%201.059-.48%201.059-1.072V22.43c0-.592-.474-1.072-1.06-1.072zm1.058%204.286V23.5h2.118v2.143zm7.412-11.786c0-.592.474-1.071%201.059-1.071h4.235c.585%200%201.059.48%201.059%201.071v4.286c0%20.592-.474%201.071-1.059%201.071h-4.235c-.585%200-1.059-.48-1.059-1.071zm2.118%201.072v2.142h2.117V14.93z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/desktop-app-outline.svg?color=%231a73e8&size=48