phone-tablet-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
phone-tablet-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone tablet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.845 4C5.364 4 5 4.374 5 4.804V6H4V4.804C4 3.794 4.84 3 5.845 3h10.31C17.16 3 18 3.794 18 4.804v7.392c0 1.01-.84 1.804-1.845 1.804H10v-1h6.155c.481 0 .845-.374.845-.804V4.804c0-.43-.364-.804-.845-.804zM10 12h2.5a.5.5 0 0 0 0-1H10zm-5 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM2 8.5A1.5 1.5 0 0 1 3.5 7h4A1.5 1.5 0 0 1 9 8.5v8A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5zM3.5 8a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneTablet20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.845 4C5.364 4 5 4.374 5 4.804V6H4V4.804C4 3.794 4.84 3 5.845 3h10.31C17.16 3 18 3.794 18 4.804v7.392c0 1.01-.84 1.804-1.845 1.804H10v-1h6.155c.481 0 .845-.374.845-.804V4.804c0-.43-.364-.804-.845-.804zM10 12h2.5a.5.5 0 0 0 0-1H10zm-5 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM2 8.5A1.5 1.5 0 0 1 3.5 7h4A1.5 1.5 0 0 1 9 8.5v8A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5zM3.5 8a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.845 4C5.364 4 5 4.374 5 4.804V6H4V4.804C4 3.794 4.84 3 5.845 3h10.31C17.16 3 18 3.794 18 4.804v7.392c0 1.01-.84 1.804-1.845 1.804H10v-1h6.155c.481 0 .845-.374.845-.804V4.804c0-.43-.364-.804-.845-.804zM10 12h2.5a.5.5 0 0 0 0-1H10zm-5 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM2 8.5A1.5 1.5 0 0 1 3.5 7h4A1.5 1.5 0 0 1 9 8.5v8A1.5 1.5 0 0 1 7.5 18h-4A1.5 1.5 0 0 1 2 16.5zM3.5 8a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-phone-tablet-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.845%204C5.364%204%205%204.374%205%204.804V6H4V4.804C4%203.794%204.84%203%205.845%203h10.31C17.16%203%2018%203.794%2018%204.804v7.392c0%201.01-.84%201.804-1.845%201.804H10v-1h6.155c.481%200%20.845-.374.845-.804V4.804c0-.43-.364-.804-.845-.804zM10%2012h2.5a.5.5%200%200%200%200-1H10zm-5%203a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zM2%208.5A1.5%201.5%200%200%201%203.5%207h4A1.5%201.5%200%200%201%209%208.5v8A1.5%201.5%200%200%201%207.5%2018h-4A1.5%201.5%200%200%201%202%2016.5zM3.5%208a.5.5%200%200%200-.5.5v8a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%20.5-.5v-8a.5.5%200%200%200-.5-.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.845%204C5.364%204%205%204.374%205%204.804V6H4V4.804C4%203.794%204.84%203%205.845%203h10.31C17.16%203%2018%203.794%2018%204.804v7.392c0%201.01-.84%201.804-1.845%201.804H10v-1h6.155c.481%200%20.845-.374.845-.804V4.804c0-.43-.364-.804-.845-.804zM10%2012h2.5a.5.5%200%200%200%200-1H10zm-5%203a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zM2%208.5A1.5%201.5%200%200%201%203.5%207h4A1.5%201.5%200%200%201%209%208.5v8A1.5%201.5%200%200%201%207.5%2018h-4A1.5%201.5%200%200%201%202%2016.5zM3.5%208a.5.5%200%200%200-.5.5v8a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%20.5-.5v-8a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-tablet-20-regular.svg?color=%231a73e8&size=48