My Desktop Iscreen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Desktop Iscreen icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344293.svg" alt="My Desktop Iscreen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344293.svg" alt="My Desktop Iscreen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344293.svg" alt="My Desktop Iscreen icon" :width="24" :height="24" />
CSS background
.icon-my-desktop-iscreen {
background-image: url('https://proicons.com/icon/344293.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m7.8059,7.6136v8.6155l7.9823-.1833V7.0637l-7.9823.5499Z"/><path id="d" class="g" d="m7.8059,19.9565l19.1148-.275v21.661l-19.1148-1.161v-20.2251Z"/><path id="e" class="g" d="m31.0495,6.1562v9.2786h9.1445V5.75l-9.1445.4062Z"/><path id="f" class="g" d="m31.0495,19.5287v22.211l9.1445.5103v-22.7213h-9.1445Z"/></svg>
Copied!