phone desktop icon
phone-desktop-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- phone-desktop-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M5 4.25V9h4.75A3.25 3.25 0 0 1 13 12.25v5.5h4.498v2.75H13V22h7.25l.102-.007a.75.75 0 0 0-.102-1.493h-1.252v-2.75h4.755l.154-.005a2.25 2.25 0 0 0 2.096-2.245V4.25l-.006-.154A2.25 2.25 0 0 0 23.753 2H7.25l-.154.005A2.25 2.25 0 0 0 5 4.25M12 17v-4.75A2.25 2.25 0 0 0 9.75 10h-5.5l-.154.005A2.25 2.25 0 0 0 2 12.25v11.5l.005.154A2.25 2.25 0 0 0 4.25 26h5.497l.154-.005a2.25 2.25 0 0 0 2.096-2.245V17zm-4.25 4.5l.102.007a.75.75 0 0 1 0 1.486L7.75 23H6.249l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhoneDesktop28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 4.25V9h4.75A3.25 3.25 0 0 1 13 12.25v5.5h4.498v2.75H13V22h7.25l.102-.007a.75.75 0 0 0-.102-1.493h-1.252v-2.75h4.755l.154-.005a2.25 2.25 0 0 0 2.096-2.245V4.25l-.006-.154A2.25 2.25 0 0 0 23.753 2H7.25l-.154.005A2.25 2.25 0 0 0 5 4.25M12 17v-4.75A2.25 2.25 0 0 0 9.75 10h-5.5l-.154.005A2.25 2.25 0 0 0 2 12.25v11.5l.005.154A2.25 2.25 0 0 0 4.25 26h5.497l.154-.005a2.25 2.25 0 0 0 2.096-2.245V17zm-4.25 4.5l.102.007a.75.75 0 0 1 0 1.486L7.75 23H6.249l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 4.25V9h4.75A3.25 3.25 0 0 1 13 12.25v5.5h4.498v2.75H13V22h7.25l.102-.007a.75.75 0 0 0-.102-1.493h-1.252v-2.75h4.755l.154-.005a2.25 2.25 0 0 0 2.096-2.245V4.25l-.006-.154A2.25 2.25 0 0 0 23.753 2H7.25l-.154.005A2.25 2.25 0 0 0 5 4.25M12 17v-4.75A2.25 2.25 0 0 0 9.75 10h-5.5l-.154.005A2.25 2.25 0 0 0 2 12.25v11.5l.005.154A2.25 2.25 0 0 0 4.25 26h5.497l.154-.005a2.25 2.25 0 0 0 2.096-2.245V17zm-4.25 4.5l.102.007a.75.75 0 0 1 0 1.486L7.75 23H6.249l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007z"/></svg> </template>
CSS
.icon-phone-desktop-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204.25V9h4.75A3.25%203.25%200%200%201%2013%2012.25v5.5h4.498v2.75H13V22h7.25l.102-.007a.75.75%200%200%200-.102-1.493h-1.252v-2.75h4.755l.154-.005a2.25%202.25%200%200%200%202.096-2.245V4.25l-.006-.154A2.25%202.25%200%200%200%2023.753%202H7.25l-.154.005A2.25%202.25%200%200%200%205%204.25M12%2017v-4.75A2.25%202.25%200%200%200%209.75%2010h-5.5l-.154.005A2.25%202.25%200%200%200%202%2012.25v11.5l.005.154A2.25%202.25%200%200%200%204.25%2026h5.497l.154-.005a2.25%202.25%200%200%200%202.096-2.245V17zm-4.25%204.5l.102.007a.75.75%200%200%201%200%201.486L7.75%2023H6.249l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204.25V9h4.75A3.25%203.25%200%200%201%2013%2012.25v5.5h4.498v2.75H13V22h7.25l.102-.007a.75.75%200%200%200-.102-1.493h-1.252v-2.75h4.755l.154-.005a2.25%202.25%200%200%200%202.096-2.245V4.25l-.006-.154A2.25%202.25%200%200%200%2023.753%202H7.25l-.154.005A2.25%202.25%200%200%200%205%204.25M12%2017v-4.75A2.25%202.25%200%200%200%209.75%2010h-5.5l-.154.005A2.25%202.25%200%200%200%202%2012.25v11.5l.005.154A2.25%202.25%200%200%200%204.25%2026h5.497l.154-.005a2.25%202.25%200%200%200%202.096-2.245V17zm-4.25%204.5l.102.007a.75.75%200%200%201%200%201.486L7.75%2023H6.249l-.102-.007a.75.75%200%200%201%200-1.486l.102-.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-desktop-28-filled.svg?color=%231a73e8&size=48