device desktop icon

device-desktop from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
device-desktop
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the device desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34 41q-2.185 2.92-1 5.054q.997 1.794 4.564 1.947A1.5 1.5 0 0 1 37.5 51h-19a1.5 1.5 0 0 1-1.5-1.5c0-.79.636-1.433 1.427-1.441Q21.9 48.024 23 46.043Q24.313 43.68 22 41H7.167C4.865 41 3 39.21 3 37V9c0-2.21 1.865-4 4.167-4h41.666C51.135 5 53 6.79 53 9v28c0 2.21-1.865 4-4.167 4zM7.167 11v22a2 2 0 0 0 2 2h37.666a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2H9.167a2 2 0 0 0-2 2M26 37a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function F7DeviceDesktop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34 41q-2.185 2.92-1 5.054q.997 1.794 4.564 1.947A1.5 1.5 0 0 1 37.5 51h-19a1.5 1.5 0 0 1-1.5-1.5c0-.79.636-1.433 1.427-1.441Q21.9 48.024 23 46.043Q24.313 43.68 22 41H7.167C4.865 41 3 39.21 3 37V9c0-2.21 1.865-4 4.167-4h41.666C51.135 5 53 6.79 53 9v28c0 2.21-1.865 4-4.167 4zM7.167 11v22a2 2 0 0 0 2 2h37.666a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2H9.167a2 2 0 0 0-2 2M26 37a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34 41q-2.185 2.92-1 5.054q.997 1.794 4.564 1.947A1.5 1.5 0 0 1 37.5 51h-19a1.5 1.5 0 0 1-1.5-1.5c0-.79.636-1.433 1.427-1.441Q21.9 48.024 23 46.043Q24.313 43.68 22 41H7.167C4.865 41 3 39.21 3 37V9c0-2.21 1.865-4 4.167-4h41.666C51.135 5 53 6.79 53 9v28c0 2.21-1.865 4-4.167 4zM7.167 11v22a2 2 0 0 0 2 2h37.666a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2H9.167a2 2 0 0 0-2 2M26 37a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z"/></svg>
</template>

CSS

.icon-device-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2041q-2.185%202.92-1%205.054q.997%201.794%204.564%201.947A1.5%201.5%200%200%201%2037.5%2051h-19a1.5%201.5%200%200%201-1.5-1.5c0-.79.636-1.433%201.427-1.441Q21.9%2048.024%2023%2046.043Q24.313%2043.68%2022%2041H7.167C4.865%2041%203%2039.21%203%2037V9c0-2.21%201.865-4%204.167-4h41.666C51.135%205%2053%206.79%2053%209v28c0%202.21-1.865%204-4.167%204zM7.167%2011v22a2%202%200%200%200%202%202h37.666a2%202%200%200%200%202-2V11a2%202%200%200%200-2-2H9.167a2%202%200%200%200-2%202M26%2037a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2041q-2.185%202.92-1%205.054q.997%201.794%204.564%201.947A1.5%201.5%200%200%201%2037.5%2051h-19a1.5%201.5%200%200%201-1.5-1.5c0-.79.636-1.433%201.427-1.441Q21.9%2048.024%2023%2046.043Q24.313%2043.68%2022%2041H7.167C4.865%2041%203%2039.21%203%2037V9c0-2.21%201.865-4%204.167-4h41.666C51.135%205%2053%206.79%2053%209v28c0%202.21-1.865%204-4.167%204zM7.167%2011v22a2%202%200%200%200%202%202h37.666a2%202%200%200%200%202-2V11a2%202%200%200%200-2-2H9.167a2%202%200%200%200-2%202M26%2037a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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