phone-mobile-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
phone-mobile-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone mobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M13 2a2 2 0 0 1 1.995 1.85L15 4v12a2 2 0 0 1-1.85 1.995L13 18H7a2 2 0 0 1-1.995-1.85L5 16V4a2 2 0 0 1 1.85-1.995L7 2h6zm0 1H7a1 1 0 0 0-.993.883L6 4v12a1 1 0 0 0 .883.993L7 17h6a1 1 0 0 0 .993-.883L14 16V4a1 1 0 0 0-.883-.993L13 3zm-2 11a.5.5 0 0 1 .09.992L11 15H9a.5.5 0 0 1-.09-.992L9 14h2z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneMobile20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M13 2a2 2 0 0 1 1.995 1.85L15 4v12a2 2 0 0 1-1.85 1.995L13 18H7a2 2 0 0 1-1.995-1.85L5 16V4a2 2 0 0 1 1.85-1.995L7 2h6zm0 1H7a1 1 0 0 0-.993.883L6 4v12a1 1 0 0 0 .883.993L7 17h6a1 1 0 0 0 .993-.883L14 16V4a1 1 0 0 0-.883-.993L13 3zm-2 11a.5.5 0 0 1 .09.992L11 15H9a.5.5 0 0 1-.09-.992L9 14h2z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M13 2a2 2 0 0 1 1.995 1.85L15 4v12a2 2 0 0 1-1.85 1.995L13 18H7a2 2 0 0 1-1.995-1.85L5 16V4a2 2 0 0 1 1.85-1.995L7 2h6zm0 1H7a1 1 0 0 0-.993.883L6 4v12a1 1 0 0 0 .883.993L7 17h6a1 1 0 0 0 .993-.883L14 16V4a1 1 0 0 0-.883-.993L13 3zm-2 11a.5.5 0 0 1 .09.992L11 15H9a.5.5 0 0 1-.09-.992L9 14h2z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-phone-mobile-20-regular {
  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%2020%2020%22%3E%3Cpath%20d%3D%22M13%202a2%202%200%200%201%201.995%201.85L15%204v12a2%202%200%200%201-1.85%201.995L13%2018H7a2%202%200%200%201-1.995-1.85L5%2016V4a2%202%200%200%201%201.85-1.995L7%202h6zm0%201H7a1%201%200%200%200-.993.883L6%204v12a1%201%200%200%200%20.883.993L7%2017h6a1%201%200%200%200%20.993-.883L14%2016V4a1%201%200%200%200-.883-.993L13%203zm-2%2011a.5.5%200%200%201%20.09.992L11%2015H9a.5.5%200%200%201-.09-.992L9%2014h2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2020%2020%22%3E%3Cpath%20d%3D%22M13%202a2%202%200%200%201%201.995%201.85L15%204v12a2%202%200%200%201-1.85%201.995L13%2018H7a2%202%200%200%201-1.995-1.85L5%2016V4a2%202%200%200%201%201.85-1.995L7%202h6zm0%201H7a1%201%200%200%200-.993.883L6%204v12a1%201%200%200%200%20.883.993L7%2017h6a1%201%200%200%200%20.993-.883L14%2016V4a1%201%200%200%200-.883-.993L13%203zm-2%2011a.5.5%200%200%201%20.09.992L11%2015H9a.5.5%200%200%201-.09-.992L9%2014h2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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