phone desktop icon
phone-desktop-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- phone-desktop-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
phone-add-20-filledphone-add-new-app-24-filledphone-arrow-right-20-filledphone-briefcase-24-filledphone-chat-16-filledphone-checkmark-16-filledphone-desktop-add-20-filledphone-dismiss-20-filledphone-edit-20-filledphone-eraser-16-filledphone-error-24-filledphone-footer-arrow-down-20-filledphone-header-arrow-up-20-filledphone-home-lock-24-filledphone-key-20-filledphone-laptop-16-filledphone-link-setup-20-filledphone-lock-20-filledphone-mobile-20-filledphone-multiple-24-filledphone-multiple-settings-24-filledphone-page-header-20-filledphone-pagination-20-filledphone-person-24-filled
Use the phone desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 8.25A4.25 4.25 0 0 1 13.25 4h26.5A4.25 4.25 0 0 1 44 8.25v17.5A4.25 4.25 0 0 1 39.75 30H32v5h2.75a1.25 1.25 0 1 1 0 2.5H22V35h7.5v-5H22v-8.75A6.25 6.25 0 0 0 15.75 15H9zm-5 13A4.25 4.25 0 0 1 8.25 17h7.5A4.25 4.25 0 0 1 20 21.25v18.5A4.25 4.25 0 0 1 15.75 44h-7.5A4.25 4.25 0 0 1 4 39.75zm5.5 17c0 .69.56 1.25 1.25 1.25h2.5a1.25 1.25 0 1 0 0-2.5h-2.5c-.69 0-1.25.56-1.25 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhoneDesktop48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 8.25A4.25 4.25 0 0 1 13.25 4h26.5A4.25 4.25 0 0 1 44 8.25v17.5A4.25 4.25 0 0 1 39.75 30H32v5h2.75a1.25 1.25 0 1 1 0 2.5H22V35h7.5v-5H22v-8.75A6.25 6.25 0 0 0 15.75 15H9zm-5 13A4.25 4.25 0 0 1 8.25 17h7.5A4.25 4.25 0 0 1 20 21.25v18.5A4.25 4.25 0 0 1 15.75 44h-7.5A4.25 4.25 0 0 1 4 39.75zm5.5 17c0 .69.56 1.25 1.25 1.25h2.5a1.25 1.25 0 1 0 0-2.5h-2.5c-.69 0-1.25.56-1.25 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 8.25A4.25 4.25 0 0 1 13.25 4h26.5A4.25 4.25 0 0 1 44 8.25v17.5A4.25 4.25 0 0 1 39.75 30H32v5h2.75a1.25 1.25 0 1 1 0 2.5H22V35h7.5v-5H22v-8.75A6.25 6.25 0 0 0 15.75 15H9zm-5 13A4.25 4.25 0 0 1 8.25 17h7.5A4.25 4.25 0 0 1 20 21.25v18.5A4.25 4.25 0 0 1 15.75 44h-7.5A4.25 4.25 0 0 1 4 39.75zm5.5 17c0 .69.56 1.25 1.25 1.25h2.5a1.25 1.25 0 1 0 0-2.5h-2.5c-.69 0-1.25.56-1.25 1.25"/></svg> </template>
CSS
.icon-phone-desktop-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%208.25A4.25%204.25%200%200%201%2013.25%204h26.5A4.25%204.25%200%200%201%2044%208.25v17.5A4.25%204.25%200%200%201%2039.75%2030H32v5h2.75a1.25%201.25%200%201%201%200%202.5H22V35h7.5v-5H22v-8.75A6.25%206.25%200%200%200%2015.75%2015H9zm-5%2013A4.25%204.25%200%200%201%208.25%2017h7.5A4.25%204.25%200%200%201%2020%2021.25v18.5A4.25%204.25%200%200%201%2015.75%2044h-7.5A4.25%204.25%200%200%201%204%2039.75zm5.5%2017c0%20.69.56%201.25%201.25%201.25h2.5a1.25%201.25%200%201%200%200-2.5h-2.5c-.69%200-1.25.56-1.25%201.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%208.25A4.25%204.25%200%200%201%2013.25%204h26.5A4.25%204.25%200%200%201%2044%208.25v17.5A4.25%204.25%200%200%201%2039.75%2030H32v5h2.75a1.25%201.25%200%201%201%200%202.5H22V35h7.5v-5H22v-8.75A6.25%206.25%200%200%200%2015.75%2015H9zm-5%2013A4.25%204.25%200%200%201%208.25%2017h7.5A4.25%204.25%200%200%201%2020%2021.25v18.5A4.25%204.25%200%200%201%2015.75%2044h-7.5A4.25%204.25%200%200%201%204%2039.75zm5.5%2017c0%20.69.56%201.25%201.25%201.25h2.5a1.25%201.25%200%201%200%200-2.5h-2.5c-.69%200-1.25.56-1.25%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-desktop-48-filled.svg?color=%231a73e8&size=48