phone arrow up right icon

phone-arrow-up-right-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
phone-arrow-up-right-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the phone arrow up right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m4.922 6.752l-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.01 9.01 0 0 1-6.7-6.7A9 9 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046"/><path d="M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69z"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsPhoneArrowUpRight16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m4.922 6.752l-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.01 9.01 0 0 1-6.7-6.7A9 9 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046"/><path d="M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m4.922 6.752l-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.01 9.01 0 0 1-6.7-6.7A9 9 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046"/><path d="M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69z"/></g></svg>
</template>

CSS

.icon-phone-arrow-up-right-16-solid {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m4.922%206.752l-1.067.534a7.52%207.52%200%200%200%204.859%204.86l.534-1.068a1%201%200%200%201%201.046-.542l2.858.44a1%201%200%200%201%20.848.988V13a1%201%200%200%201-1%201h-2c-.709%200-1.4-.082-2.062-.238a9.01%209.01%200%200%201-6.7-6.7A9%209%200%200%201%202%205V3a1%201%200%200%201%201-1h1.036a1%201%200%200%201%20.988.848l.44%202.858a1%201%200%200%201-.542%201.046%22%2F%3E%3Cpath%20d%3D%22M9.22%205.72a.75.75%200%200%200%201.06%201.06l2.22-2.22v1.69a.75.75%200%200%200%201.5%200v-3.5a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200%200%201.5h1.69z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m4.922%206.752l-1.067.534a7.52%207.52%200%200%200%204.859%204.86l.534-1.068a1%201%200%200%201%201.046-.542l2.858.44a1%201%200%200%201%20.848.988V13a1%201%200%200%201-1%201h-2c-.709%200-1.4-.082-2.062-.238a9.01%209.01%200%200%201-6.7-6.7A9%209%200%200%201%202%205V3a1%201%200%200%201%201-1h1.036a1%201%200%200%201%20.988.848l.44%202.858a1%201%200%200%201-.542%201.046%22%2F%3E%3Cpath%20d%3D%22M9.22%205.72a.75.75%200%200%200%201.06%201.06l2.22-2.22v1.69a.75.75%200%200%200%201.5%200v-3.5a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200%200%201.5h1.69z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/phone-arrow-up-right-16-solid.svg?color=%231a73e8&size=48

Phone Arrow Up Right solid 16x16 icon — HeroIcons · IconsDB