ios desktop icon

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

Name
ios-desktop
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 442.2c-.3-2.2-2-3.9-4.2-4.3l-22.3-1.9c-11.8-3.1-20.5-16.2-22.3-28.3L302 400h-92l-1.2 7.6c-1.9 12.1-10.5 25.2-22.3 28.3l-22.3 1.9c-2.1.5-3.9 2.2-4.2 4.3-.4 3.1 2 5.8 5.1 5.8h181.8c3 .1 5.5-2.6 5.1-5.7z" fill="currentColor"/><path d="M472.9 71c-4.5-4.5-10.7-7-17-7H56.2c-6.4 0-12.5 2.5-17 7S32 81.7 32 88v272c0 6.4 2.7 12.5 7.2 17s10.5 7 16.8 7h400c6.4 0 12.3-2.5 16.8-7s7.2-10.7 7.2-17V88c.1-6.3-2.6-12.5-7.1-17zM256 360c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm203.9-40H52.2c-2.2 0-4-1.8-4-4V92c0-6.6 5.4-12 12-12h391.7c6.6 0 12 5.4 12 12v224c0 2.2-1.8 4-4 4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosDesktop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 442.2c-.3-2.2-2-3.9-4.2-4.3l-22.3-1.9c-11.8-3.1-20.5-16.2-22.3-28.3L302 400h-92l-1.2 7.6c-1.9 12.1-10.5 25.2-22.3 28.3l-22.3 1.9c-2.1.5-3.9 2.2-4.2 4.3-.4 3.1 2 5.8 5.1 5.8h181.8c3 .1 5.5-2.6 5.1-5.7z" fill="currentColor"/><path d="M472.9 71c-4.5-4.5-10.7-7-17-7H56.2c-6.4 0-12.5 2.5-17 7S32 81.7 32 88v272c0 6.4 2.7 12.5 7.2 17s10.5 7 16.8 7h400c6.4 0 12.3-2.5 16.8-7s7.2-10.7 7.2-17V88c.1-6.3-2.6-12.5-7.1-17zM256 360c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm203.9-40H52.2c-2.2 0-4-1.8-4-4V92c0-6.6 5.4-12 12-12h391.7c6.6 0 12 5.4 12 12v224c0 2.2-1.8 4-4 4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 442.2c-.3-2.2-2-3.9-4.2-4.3l-22.3-1.9c-11.8-3.1-20.5-16.2-22.3-28.3L302 400h-92l-1.2 7.6c-1.9 12.1-10.5 25.2-22.3 28.3l-22.3 1.9c-2.1.5-3.9 2.2-4.2 4.3-.4 3.1 2 5.8 5.1 5.8h181.8c3 .1 5.5-2.6 5.1-5.7z" fill="currentColor"/><path d="M472.9 71c-4.5-4.5-10.7-7-17-7H56.2c-6.4 0-12.5 2.5-17 7S32 81.7 32 88v272c0 6.4 2.7 12.5 7.2 17s10.5 7 16.8 7h400c6.4 0 12.3-2.5 16.8-7s7.2-10.7 7.2-17V88c.1-6.3-2.6-12.5-7.1-17zM256 360c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm203.9-40H52.2c-2.2 0-4-1.8-4-4V92c0-6.6 5.4-12 12-12h391.7c6.6 0 12 5.4 12 12v224c0 2.2-1.8 4-4 4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M352%20442.2c-.3-2.2-2-3.9-4.2-4.3l-22.3-1.9c-11.8-3.1-20.5-16.2-22.3-28.3L302%20400h-92l-1.2%207.6c-1.9%2012.1-10.5%2025.2-22.3%2028.3l-22.3%201.9c-2.1.5-3.9%202.2-4.2%204.3-.4%203.1%202%205.8%205.1%205.8h181.8c3%20.1%205.5-2.6%205.1-5.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M472.9%2071c-4.5-4.5-10.7-7-17-7H56.2c-6.4%200-12.5%202.5-17%207S32%2081.7%2032%2088v272c0%206.4%202.7%2012.5%207.2%2017s10.5%207%2016.8%207h400c6.4%200%2012.3-2.5%2016.8-7s7.2-10.7%207.2-17V88c.1-6.3-2.6-12.5-7.1-17zM256%20360c-4.4%200-8-3.6-8-8s3.6-8%208-8%208%203.6%208%208-3.6%208-8%208zm203.9-40H52.2c-2.2%200-4-1.8-4-4V92c0-6.6%205.4-12%2012-12h391.7c6.6%200%2012%205.4%2012%2012v224c0%202.2-1.8%204-4%204z%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%22M352%20442.2c-.3-2.2-2-3.9-4.2-4.3l-22.3-1.9c-11.8-3.1-20.5-16.2-22.3-28.3L302%20400h-92l-1.2%207.6c-1.9%2012.1-10.5%2025.2-22.3%2028.3l-22.3%201.9c-2.1.5-3.9%202.2-4.2%204.3-.4%203.1%202%205.8%205.1%205.8h181.8c3%20.1%205.5-2.6%205.1-5.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M472.9%2071c-4.5-4.5-10.7-7-17-7H56.2c-6.4%200-12.5%202.5-17%207S32%2081.7%2032%2088v272c0%206.4%202.7%2012.5%207.2%2017s10.5%207%2016.8%207h400c6.4%200%2012.3-2.5%2016.8-7s7.2-10.7%207.2-17V88c.1-6.3-2.6-12.5-7.1-17zM256%20360c-4.4%200-8-3.6-8-8s3.6-8%208-8%208%203.6%208%208-3.6%208-8%208zm203.9-40H52.2c-2.2%200-4-1.8-4-4V92c0-6.6%205.4-12%2012-12h391.7c6.6%200%2012%205.4%2012%2012v224c0%202.2-1.8%204-4%204z%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/ios-desktop.svg?color=%231a73e8&size=48