install mobile icon

install-mobile from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
install-mobile
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the install mobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 2H5v20h14V12m-7 6h.004v.004H12zm4.498-12.5l2.503 2.502l2.5-2.5m-2.5 1.748V2.002"/></svg>

React

import type { SVGProps } from "react";

export function TdesignInstallMobile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M14 2H5v20h14V12m-7 6h.004v.004H12zm4.498-12.5l2.503 2.502l2.5-2.5m-2.5 1.748V2.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 2H5v20h14V12m-7 6h.004v.004H12zm4.498-12.5l2.503 2.502l2.5-2.5m-2.5 1.748V2.002"/></svg>
</template>

CSS

.icon-install-mobile {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%202H5v20h14V12m-7%206h.004v.004H12zm4.498-12.5l2.503%202.502l2.5-2.5m-2.5%201.748V2.002%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%202H5v20h14V12m-7%206h.004v.004H12zm4.498-12.5l2.503%202.502l2.5-2.5m-2.5%201.748V2.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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