phone arrow up right icon

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

Name
phone-arrow-up-right-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.02 13.02 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.54 11.54 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2zm13 2.56l-3.22 3.22a.75.75 0 1 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsPhoneArrowUpRight20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.02 13.02 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.54 11.54 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2zm13 2.56l-3.22 3.22a.75.75 0 1 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.02 13.02 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.54 11.54 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2zm13 2.56l-3.22 3.22a.75.75 0 1 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0z"/></svg>
</template>

CSS

.icon-phone-arrow-up-right-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5V5c0%201.149.15%202.263.43%203.326a13.02%2013.02%200%200%200%209.244%209.244c1.063.28%202.177.43%203.326.43h1.5a1.5%201.5%200%200%200%201.5-1.5v-1.148a1.5%201.5%200%200%200-1.175-1.465l-3.223-.716a1.5%201.5%200%200%200-1.767%201.052l-.267.933c-.117.41-.555.643-.95.48a11.54%2011.54%200%200%201-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5%201.5%200%200%200%201.052-1.767l-.716-3.223A1.5%201.5%200%200%200%204.648%202zm13%202.56l-3.22%203.22a.75.75%200%201%201-1.06-1.06l3.22-3.22h-2.69a.75.75%200%200%201%200-1.5h4.5a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200z%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%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5V5c0%201.149.15%202.263.43%203.326a13.02%2013.02%200%200%200%209.244%209.244c1.063.28%202.177.43%203.326.43h1.5a1.5%201.5%200%200%200%201.5-1.5v-1.148a1.5%201.5%200%200%200-1.175-1.465l-3.223-.716a1.5%201.5%200%200%200-1.767%201.052l-.267.933c-.117.41-.555.643-.95.48a11.54%2011.54%200%200%201-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5%201.5%200%200%200%201.052-1.767l-.716-3.223A1.5%201.5%200%200%200%204.648%202zm13%202.56l-3.22%203.22a.75.75%200%201%201-1.06-1.06l3.22-3.22h-2.69a.75.75%200%200%201%200-1.5h4.5a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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