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

Name
phone-span-out-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT
Aliases
app-span-28-regular

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone span out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.75 2A2.75 2.75 0 0 0 6 4.75v4.878a2.26 2.26 0 0 1 1.5 0V4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.878a2.26 2.26 0 0 1 1.5 0V4.75A2.75 2.75 0 0 0 19.25 2zm13.03 9.22a.75.75 0 1 0-1.06 1.06L22.44 14h-4.69a.75.75 0 0 0 0 1.5h4.69l-1.72 1.72a.747.747 0 0 0 0 1.06a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06zm-1.28 8.652a2.26 2.26 0 0 0 1.5 0v3.378A2.75 2.75 0 0 1 19.25 26H8.75A2.75 2.75 0 0 1 6 23.25v-3.378a2.26 2.26 0 0 0 1.5 0v3.378c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25zM5.56 15.5h4.69a.75.75 0 0 0 0-1.5H5.56l1.72-1.72a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneSpanOut28Regular(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="M8.75 2A2.75 2.75 0 0 0 6 4.75v4.878a2.26 2.26 0 0 1 1.5 0V4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.878a2.26 2.26 0 0 1 1.5 0V4.75A2.75 2.75 0 0 0 19.25 2zm13.03 9.22a.75.75 0 1 0-1.06 1.06L22.44 14h-4.69a.75.75 0 0 0 0 1.5h4.69l-1.72 1.72a.747.747 0 0 0 0 1.06a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06zm-1.28 8.652a2.26 2.26 0 0 0 1.5 0v3.378A2.75 2.75 0 0 1 19.25 26H8.75A2.75 2.75 0 0 1 6 23.25v-3.378a2.26 2.26 0 0 0 1.5 0v3.378c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25zM5.56 15.5h4.69a.75.75 0 0 0 0-1.5H5.56l1.72-1.72a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.75 2A2.75 2.75 0 0 0 6 4.75v4.878a2.26 2.26 0 0 1 1.5 0V4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.878a2.26 2.26 0 0 1 1.5 0V4.75A2.75 2.75 0 0 0 19.25 2zm13.03 9.22a.75.75 0 1 0-1.06 1.06L22.44 14h-4.69a.75.75 0 0 0 0 1.5h4.69l-1.72 1.72a.747.747 0 0 0 0 1.06a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06zm-1.28 8.652a2.26 2.26 0 0 0 1.5 0v3.378A2.75 2.75 0 0 1 19.25 26H8.75A2.75 2.75 0 0 1 6 23.25v-3.378a2.26 2.26 0 0 0 1.5 0v3.378c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25zM5.56 15.5h4.69a.75.75 0 0 0 0-1.5H5.56l1.72-1.72a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06z"/></svg>
</template>

CSS

.icon-phone-span-out-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202A2.75%202.75%200%200%200%206%204.75v4.878a2.26%202.26%200%200%201%201.5%200V4.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v4.878a2.26%202.26%200%200%201%201.5%200V4.75A2.75%202.75%200%200%200%2019.25%202zm13.03%209.22a.75.75%200%201%200-1.06%201.06L22.44%2014h-4.69a.75.75%200%200%200%200%201.5h4.69l-1.72%201.72a.747.747%200%200%200%200%201.06a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200%200-1.06zm-1.28%208.652a2.26%202.26%200%200%200%201.5%200v3.378A2.75%202.75%200%200%201%2019.25%2026H8.75A2.75%202.75%200%200%201%206%2023.25v-3.378a2.26%202.26%200%200%200%201.5%200v3.378c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25zM5.56%2015.5h4.69a.75.75%200%200%200%200-1.5H5.56l1.72-1.72a.75.75%200%201%200-1.06-1.06l-3%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%200%200%201.06-1.06z%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%22M8.75%202A2.75%202.75%200%200%200%206%204.75v4.878a2.26%202.26%200%200%201%201.5%200V4.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v4.878a2.26%202.26%200%200%201%201.5%200V4.75A2.75%202.75%200%200%200%2019.25%202zm13.03%209.22a.75.75%200%201%200-1.06%201.06L22.44%2014h-4.69a.75.75%200%200%200%200%201.5h4.69l-1.72%201.72a.747.747%200%200%200%200%201.06a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200%200-1.06zm-1.28%208.652a2.26%202.26%200%200%200%201.5%200v3.378A2.75%202.75%200%200%201%2019.25%2026H8.75A2.75%202.75%200%200%201%206%2023.25v-3.378a2.26%202.26%200%200%200%201.5%200v3.378c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25zM5.56%2015.5h4.69a.75.75%200%200%200%200-1.5H5.56l1.72-1.72a.75.75%200%201%200-1.06-1.06l-3%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%200%200%201.06-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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