file phone icon
file-phone-outline from Material Design Icons by Pictogrammers · Outline · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.
- Name
- file-phone-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Cellphone / Phone
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More cellphone / phone icons from Material Design Icons
cellphonecellphone-arrow-downcellphone-arrow-down-variantcellphone-basiccellphone-chargingcellphone-checkcellphone-cogcellphone-dockcellphone-informationcellphone-keycellphone-linkcellphone-link-offcellphone-lockcellphone-markercellphone-messagecellphone-message-offcellphone-nfc-offcellphone-offcellphone-playcellphone-removecellphone-screenshotcellphone-settingscellphone-soundcellphone-text
Use the file phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-9-6.67c.81 1.57 2.1 2.86 3.67 3.67l1.22-1.23c.16-.16.38-.2.57-.14c.62.2 1.29.32 1.98.32c.31 0 .56.24.56.55v1.95c0 .3-.25.55-.56.55C11.23 19 7 14.77 7 9.56c0-.31.25-.56.56-.56H9.5c.31 0 .56.25.56.56c0 .69.11 1.36.31 1.98c.06.19.02.41-.14.57z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFilePhoneOutline(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="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-9-6.67c.81 1.57 2.1 2.86 3.67 3.67l1.22-1.23c.16-.16.38-.2.57-.14c.62.2 1.29.32 1.98.32c.31 0 .56.24.56.55v1.95c0 .3-.25.55-.56.55C11.23 19 7 14.77 7 9.56c0-.31.25-.56.56-.56H9.5c.31 0 .56.25.56.56c0 .69.11 1.36.31 1.98c.06.19.02.41-.14.57z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-9-6.67c.81 1.57 2.1 2.86 3.67 3.67l1.22-1.23c.16-.16.38-.2.57-.14c.62.2 1.29.32 1.98.32c.31 0 .56.24.56.55v1.95c0 .3-.25.55-.56.55C11.23 19 7 14.77 7 9.56c0-.31.25-.56.56-.56H9.5c.31 0 .56.25.56.56c0 .69.11 1.36.31 1.98c.06.19.02.41-.14.57z"/></svg> </template>
CSS
.icon-file-phone-outline {
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%22M14%202H6a2%202%200%200%200-2%202v16c0%201.11.89%202%202%202h12c1.11%200%202-.89%202-2V8zm4%2018H6V4h7v5h5zm-9-6.67c.81%201.57%202.1%202.86%203.67%203.67l1.22-1.23c.16-.16.38-.2.57-.14c.62.2%201.29.32%201.98.32c.31%200%20.56.24.56.55v1.95c0%20.3-.25.55-.56.55C11.23%2019%207%2014.77%207%209.56c0-.31.25-.56.56-.56H9.5c.31%200%20.56.25.56.56c0%20.69.11%201.36.31%201.98c.06.19.02.41-.14.57z%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%22M14%202H6a2%202%200%200%200-2%202v16c0%201.11.89%202%202%202h12c1.11%200%202-.89%202-2V8zm4%2018H6V4h7v5h5zm-9-6.67c.81%201.57%202.1%202.86%203.67%203.67l1.22-1.23c.16-.16.38-.2.57-.14c.62.2%201.29.32%201.98.32c.31%200%20.56.24.56.55v1.95c0%20.3-.25.55-.56.55C11.23%2019%207%2014.77%207%209.56c0-.31.25-.56.56-.56H9.5c.31%200%20.56.25.56.56c0%20.69.11%201.36.31%201.98c.06.19.02.41-.14.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/file-phone-outline.svg?color=%231a73e8&size=48