md desktop icon

md-desktop from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-desktop
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-desktop

Related icons in IonIcons

Use the md desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 32H74.667C51.198 32 32 51.197 32 74.666v282.667C32 380.802 51.198 400 74.667 400h138.666l-42.666 48v32h170.666v-32l-42.666-48h138.666C460.802 400 480 380.802 480 357.333V74.666C480 51.197 460.802 32 437.333 32zm0 288H74.667V74.666h362.666V320z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdDesktop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 32H74.667C51.198 32 32 51.197 32 74.666v282.667C32 380.802 51.198 400 74.667 400h138.666l-42.666 48v32h170.666v-32l-42.666-48h138.666C460.802 400 480 380.802 480 357.333V74.666C480 51.197 460.802 32 437.333 32zm0 288H74.667V74.666h362.666V320z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 32H74.667C51.198 32 32 51.197 32 74.666v282.667C32 380.802 51.198 400 74.667 400h138.666l-42.666 48v32h170.666v-32l-42.666-48h138.666C460.802 400 480 380.802 480 357.333V74.666C480 51.197 460.802 32 437.333 32zm0 288H74.667V74.666h362.666V320z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-desktop {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M437.333%2032H74.667C51.198%2032%2032%2051.197%2032%2074.666v282.667C32%20380.802%2051.198%20400%2074.667%20400h138.666l-42.666%2048v32h170.666v-32l-42.666-48h138.666C460.802%20400%20480%20380.802%20480%20357.333V74.666C480%2051.197%20460.802%2032%20437.333%2032zm0%20288H74.667V74.666h362.666V320z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M437.333%2032H74.667C51.198%2032%2032%2051.197%2032%2074.666v282.667C32%20380.802%2051.198%20400%2074.667%20400h138.666l-42.666%2048v32h170.666v-32l-42.666-48h138.666C460.802%20400%20480%20380.802%20480%20357.333V74.666C480%2051.197%20460.802%2032%20437.333%2032zm0%20288H74.667V74.666h362.666V320z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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