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

Name
phone-tablet-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8.254 7c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 8.254 20H3.75A1.75 1.75 0 0 1 2 18.25v-9.5C2 7.783 2.784 7 3.75 7zm0 1.5H3.75a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h4.504a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25M6.252 16a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.752 16zM19.75 4a2.25 2.25 0 0 1 2.245 2.096L22 6.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 17H11v-1.5h8.75a.75.75 0 0 0 .744-.648l.006-.102v-8.5a.75.75 0 0 0-.648-.743L19.75 5.5H8.25a.75.75 0 0 0-.707.5h-1.53a2.25 2.25 0 0 1 2.072-1.994L8.25 4zm-4.5 9a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneTablet24Regular(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="M8.254 7c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 8.254 20H3.75A1.75 1.75 0 0 1 2 18.25v-9.5C2 7.783 2.784 7 3.75 7zm0 1.5H3.75a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h4.504a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25M6.252 16a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.752 16zM19.75 4a2.25 2.25 0 0 1 2.245 2.096L22 6.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 17H11v-1.5h8.75a.75.75 0 0 0 .744-.648l.006-.102v-8.5a.75.75 0 0 0-.648-.743L19.75 5.5H8.25a.75.75 0 0 0-.707.5h-1.53a2.25 2.25 0 0 1 2.072-1.994L8.25 4zm-4.5 9a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.254 7c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 8.254 20H3.75A1.75 1.75 0 0 1 2 18.25v-9.5C2 7.783 2.784 7 3.75 7zm0 1.5H3.75a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h4.504a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25M6.252 16a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.752 16zM19.75 4a2.25 2.25 0 0 1 2.245 2.096L22 6.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 17H11v-1.5h8.75a.75.75 0 0 0 .744-.648l.006-.102v-8.5a.75.75 0 0 0-.648-.743L19.75 5.5H8.25a.75.75 0 0 0-.707.5h-1.53a2.25 2.25 0 0 1 2.072-1.994L8.25 4zm-4.5 9a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-phone-tablet-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.254%207c.967%200%201.75.783%201.75%201.75v9.5A1.75%201.75%200%200%201%208.254%2020H3.75A1.75%201.75%200%200%201%202%2018.25v-9.5C2%207.783%202.784%207%203.75%207zm0%201.5H3.75a.25.25%200%200%200-.25.25v9.5c0%20.138.112.25.25.25h4.504a.25.25%200%200%200%20.25-.25v-9.5a.25.25%200%200%200-.25-.25M6.252%2016a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493L5.752%2016zM19.75%204a2.25%202.25%200%200%201%202.245%202.096L22%206.25v8.5a2.25%202.25%200%200%201-2.096%202.245L19.75%2017H11v-1.5h8.75a.75.75%200%200%200%20.744-.648l.006-.102v-8.5a.75.75%200%200%200-.648-.743L19.75%205.5H8.25a.75.75%200%200%200-.707.5h-1.53a2.25%202.25%200%200%201%202.072-1.994L8.25%204zm-4.5%209a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.254%207c.967%200%201.75.783%201.75%201.75v9.5A1.75%201.75%200%200%201%208.254%2020H3.75A1.75%201.75%200%200%201%202%2018.25v-9.5C2%207.783%202.784%207%203.75%207zm0%201.5H3.75a.25.25%200%200%200-.25.25v9.5c0%20.138.112.25.25.25h4.504a.25.25%200%200%200%20.25-.25v-9.5a.25.25%200%200%200-.25-.25M6.252%2016a.75.75%200%200%201%20.102%201.493l-.102.007h-.5a.75.75%200%200%201-.102-1.493L5.752%2016zM19.75%204a2.25%202.25%200%200%201%202.245%202.096L22%206.25v8.5a2.25%202.25%200%200%201-2.096%202.245L19.75%2017H11v-1.5h8.75a.75.75%200%200%200%20.744-.648l.006-.102v-8.5a.75.75%200%200%200-.648-.743L19.75%205.5H8.25a.75.75%200%200%200-.707.5h-1.53a2.25%202.25%200%200%201%202.072-1.994L8.25%204zm-4.5%209a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.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-24-regular.svg?color=%231a73e8&size=48