file-phone from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
file-phone
Set
Material Design Icons
Style
Filled
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

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 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm3 17.44c0 .31-.25.56-.56.56C11.23 20 7 15.77 7 10.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.57L9 14.33c.81 1.57 2.1 2.86 3.67 3.67l1.23-1.23c.15-.16.37-.2.56-.14c.62.2 1.29.32 1.99.32c.3 0 .55.24.55.55zM13 9V3.5L18.5 9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFilePhone(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 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm3 17.44c0 .31-.25.56-.56.56C11.23 20 7 15.77 7 10.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.57L9 14.33c.81 1.57 2.1 2.86 3.67 3.67l1.23-1.23c.15-.16.37-.2.56-.14c.62.2 1.29.32 1.99.32c.3 0 .55.24.55.55zM13 9V3.5L18.5 9z"/></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 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm3 17.44c0 .31-.25.56-.56.56C11.23 20 7 15.77 7 10.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.57L9 14.33c.81 1.57 2.1 2.86 3.67 3.67l1.23-1.23c.15-.16.37-.2.56-.14c.62.2 1.29.32 1.99.32c.3 0 .55.24.55.55zM13 9V3.5L18.5 9z"/></svg>
</template>

CSS

.icon-file-phone {
  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%202H6c-1.11%200-2%20.89-2%202v16c0%201.11.89%202%202%202h12c1.11%200%202-.89%202-2V8zm3%2017.44c0%20.31-.25.56-.56.56C11.23%2020%207%2015.77%207%2010.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.57L9%2014.33c.81%201.57%202.1%202.86%203.67%203.67l1.23-1.23c.15-.16.37-.2.56-.14c.62.2%201.29.32%201.99.32c.3%200%20.55.24.55.55zM13%209V3.5L18.5%209z%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%202H6c-1.11%200-2%20.89-2%202v16c0%201.11.89%202%202%202h12c1.11%200%202-.89%202-2V8zm3%2017.44c0%20.31-.25.56-.56.56C11.23%2020%207%2015.77%207%2010.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.57L9%2014.33c.81%201.57%202.1%202.86%203.67%203.67l1.23-1.23c.15-.16.37-.2.56-.14c.62.2%201.29.32%201.99.32c.3%200%20.55.24.55.55zM13%209V3.5L18.5%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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