install mobile icon

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

Name
install-mobile-filled
Set
TDesign Icons
Style
Filled
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="currentColor" d="M15 1H4v22h16V11h-2v6H6V3h9zm-1.997 18v2.004H11V19z"/><path fill="currentColor" d="M20 1.002v4.586l1.501-1.5L22.915 5.5l-3.914 3.915L15.084 5.5l1.414-1.414l1.503 1.503V1.002z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignInstallMobileFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 1H4v22h16V11h-2v6H6V3h9zm-1.997 18v2.004H11V19z"/><path fill="currentColor" d="M20 1.002v4.586l1.501-1.5L22.915 5.5l-3.914 3.915L15.084 5.5l1.414-1.414l1.503 1.503V1.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 1H4v22h16V11h-2v6H6V3h9zm-1.997 18v2.004H11V19z"/><path fill="currentColor" d="M20 1.002v4.586l1.501-1.5L22.915 5.5l-3.914 3.915L15.084 5.5l1.414-1.414l1.503 1.503V1.002z"/></svg>
</template>

CSS

.icon-install-mobile-filled {
  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%22currentColor%22%20d%3D%22M15%201H4v22h16V11h-2v6H6V3h9zm-1.997%2018v2.004H11V19z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201.002v4.586l1.501-1.5L22.915%205.5l-3.914%203.915L15.084%205.5l1.414-1.414l1.503%201.503V1.002z%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%22currentColor%22%20d%3D%22M15%201H4v22h16V11h-2v6H6V3h9zm-1.997%2018v2.004H11V19z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201.002v4.586l1.501-1.5L22.915%205.5l-3.914%203.915L15.084%205.5l1.414-1.414l1.503%201.503V1.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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