mobile phone icon

mobile-phone-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
mobile-phone-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the mobile phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.165 2h-8.35a2.59 2.59 0 0 0-2.56 2.61v14.78A2.59 2.59 0 0 0 7.815 22h8.37a2.59 2.59 0 0 0 2.56-2.61V4.61A2.59 2.59 0 0 0 16.165 2m-4.18 17.77a1.52 1.52 0 1 1-.02-3.04a1.52 1.52 0 0 1 .02 3.04m2-13.5h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function MageMobilePhoneFill(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="M16.165 2h-8.35a2.59 2.59 0 0 0-2.56 2.61v14.78A2.59 2.59 0 0 0 7.815 22h8.37a2.59 2.59 0 0 0 2.56-2.61V4.61A2.59 2.59 0 0 0 16.165 2m-4.18 17.77a1.52 1.52 0 1 1-.02-3.04a1.52 1.52 0 0 1 .02 3.04m2-13.5h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.165 2h-8.35a2.59 2.59 0 0 0-2.56 2.61v14.78A2.59 2.59 0 0 0 7.815 22h8.37a2.59 2.59 0 0 0 2.56-2.61V4.61A2.59 2.59 0 0 0 16.165 2m-4.18 17.77a1.52 1.52 0 1 1-.02-3.04a1.52 1.52 0 0 1 .02 3.04m2-13.5h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-mobile-phone-fill {
  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%22M16.165%202h-8.35a2.59%202.59%200%200%200-2.56%202.61v14.78A2.59%202.59%200%200%200%207.815%2022h8.37a2.59%202.59%200%200%200%202.56-2.61V4.61A2.59%202.59%200%200%200%2016.165%202m-4.18%2017.77a1.52%201.52%200%201%201-.02-3.04a1.52%201.52%200%200%201%20.02%203.04m2-13.5h-4a1%201%200%201%201%200-2h4a1%201%200%200%201%200%202%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%22M16.165%202h-8.35a2.59%202.59%200%200%200-2.56%202.61v14.78A2.59%202.59%200%200%200%207.815%2022h8.37a2.59%202.59%200%200%200%202.56-2.61V4.61A2.59%202.59%200%200%200%2016.165%202m-4.18%2017.77a1.52%201.52%200%201%201-.02-3.04a1.52%201.52%200%200%201%20.02%203.04m2-13.5h-4a1%201%200%201%201%200-2h4a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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