phone arrow right icon

phone-arrow-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
phone-arrow-right
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the phone arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.711 28c-.024 8.836 2.484 17.555 7.547 22.594c2.648 2.648 5.133 3.843 9.14 3.843c4.805 0 7.407-2.554 6.633-7.359l-1.453-8.18c-.469-2.53-2.11-4.382-4.898-4.406h-2.344c-1.219 0-1.758-.656-1.875-2.414c-.047-.703-.094-2.344-.094-4.078s.047-3.375.094-4.078c.117-1.758.656-2.414 1.875-2.414h2.344c2.789 0 4.43-1.875 4.898-4.406l1.453-8.157c.774-4.78-1.758-7.382-6.632-7.382c-4.008 0-6.493 1.195-9.141 3.843C8.195 10.47 5.688 19.164 5.71 28m3.633 0c0-7.969 2.11-15.844 6.445-20.062c1.711-1.641 3.656-2.602 6.094-2.602c2.648 0 4.172.89 3.61 3.351l-1.5 7.547c-.165.868-.727 1.453-1.735 1.453h-2.695c-2.579 0-3.774 1.594-4.22 3.844c-.304 1.547-.421 3.961-.421 6.469s.117 4.922.422 6.492c.445 2.227 1.64 3.82 4.219 3.82h2.695c1.008 0 1.57.586 1.734 1.454l1.5 7.547c.54 2.414-.914 3.351-3.61 3.351c-2.437 0-4.382-.96-6.093-2.602C11.453 43.845 9.344 35.97 9.344 28m18.445 1.664h12.188l5.32-.234l-5.11 4.593l-2.46 2.461a1.77 1.77 0 0 0-.516 1.266c0 .96.703 1.617 1.617 1.617c.469 0 .914-.187 1.242-.515l9.61-9.61c.422-.398.633-.844.633-1.242s-.211-.867-.633-1.266l-9.61-9.586a1.76 1.76 0 0 0-1.242-.515c-.914 0-1.617.656-1.617 1.594c0 .515.188.937.516 1.265l2.46 2.485l5.11 4.57l-5.32-.235H27.766c-1.055 0-1.688.82-1.688 1.688c0 .867.61 1.664 1.711 1.664"/></svg>

React

import type { SVGProps } from "react";

export function F7PhoneArrowRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.711 28c-.024 8.836 2.484 17.555 7.547 22.594c2.648 2.648 5.133 3.843 9.14 3.843c4.805 0 7.407-2.554 6.633-7.359l-1.453-8.18c-.469-2.53-2.11-4.382-4.898-4.406h-2.344c-1.219 0-1.758-.656-1.875-2.414c-.047-.703-.094-2.344-.094-4.078s.047-3.375.094-4.078c.117-1.758.656-2.414 1.875-2.414h2.344c2.789 0 4.43-1.875 4.898-4.406l1.453-8.157c.774-4.78-1.758-7.382-6.632-7.382c-4.008 0-6.493 1.195-9.141 3.843C8.195 10.47 5.688 19.164 5.71 28m3.633 0c0-7.969 2.11-15.844 6.445-20.062c1.711-1.641 3.656-2.602 6.094-2.602c2.648 0 4.172.89 3.61 3.351l-1.5 7.547c-.165.868-.727 1.453-1.735 1.453h-2.695c-2.579 0-3.774 1.594-4.22 3.844c-.304 1.547-.421 3.961-.421 6.469s.117 4.922.422 6.492c.445 2.227 1.64 3.82 4.219 3.82h2.695c1.008 0 1.57.586 1.734 1.454l1.5 7.547c.54 2.414-.914 3.351-3.61 3.351c-2.437 0-4.382-.96-6.093-2.602C11.453 43.845 9.344 35.97 9.344 28m18.445 1.664h12.188l5.32-.234l-5.11 4.593l-2.46 2.461a1.77 1.77 0 0 0-.516 1.266c0 .96.703 1.617 1.617 1.617c.469 0 .914-.187 1.242-.515l9.61-9.61c.422-.398.633-.844.633-1.242s-.211-.867-.633-1.266l-9.61-9.586a1.76 1.76 0 0 0-1.242-.515c-.914 0-1.617.656-1.617 1.594c0 .515.188.937.516 1.265l2.46 2.485l5.11 4.57l-5.32-.235H27.766c-1.055 0-1.688.82-1.688 1.688c0 .867.61 1.664 1.711 1.664"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.711 28c-.024 8.836 2.484 17.555 7.547 22.594c2.648 2.648 5.133 3.843 9.14 3.843c4.805 0 7.407-2.554 6.633-7.359l-1.453-8.18c-.469-2.53-2.11-4.382-4.898-4.406h-2.344c-1.219 0-1.758-.656-1.875-2.414c-.047-.703-.094-2.344-.094-4.078s.047-3.375.094-4.078c.117-1.758.656-2.414 1.875-2.414h2.344c2.789 0 4.43-1.875 4.898-4.406l1.453-8.157c.774-4.78-1.758-7.382-6.632-7.382c-4.008 0-6.493 1.195-9.141 3.843C8.195 10.47 5.688 19.164 5.71 28m3.633 0c0-7.969 2.11-15.844 6.445-20.062c1.711-1.641 3.656-2.602 6.094-2.602c2.648 0 4.172.89 3.61 3.351l-1.5 7.547c-.165.868-.727 1.453-1.735 1.453h-2.695c-2.579 0-3.774 1.594-4.22 3.844c-.304 1.547-.421 3.961-.421 6.469s.117 4.922.422 6.492c.445 2.227 1.64 3.82 4.219 3.82h2.695c1.008 0 1.57.586 1.734 1.454l1.5 7.547c.54 2.414-.914 3.351-3.61 3.351c-2.437 0-4.382-.96-6.093-2.602C11.453 43.845 9.344 35.97 9.344 28m18.445 1.664h12.188l5.32-.234l-5.11 4.593l-2.46 2.461a1.77 1.77 0 0 0-.516 1.266c0 .96.703 1.617 1.617 1.617c.469 0 .914-.187 1.242-.515l9.61-9.61c.422-.398.633-.844.633-1.242s-.211-.867-.633-1.266l-9.61-9.586a1.76 1.76 0 0 0-1.242-.515c-.914 0-1.617.656-1.617 1.594c0 .515.188.937.516 1.265l2.46 2.485l5.11 4.57l-5.32-.235H27.766c-1.055 0-1.688.82-1.688 1.688c0 .867.61 1.664 1.711 1.664"/></svg>
</template>

CSS

.icon-phone-arrow-right {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.711%2028c-.024%208.836%202.484%2017.555%207.547%2022.594c2.648%202.648%205.133%203.843%209.14%203.843c4.805%200%207.407-2.554%206.633-7.359l-1.453-8.18c-.469-2.53-2.11-4.382-4.898-4.406h-2.344c-1.219%200-1.758-.656-1.875-2.414c-.047-.703-.094-2.344-.094-4.078s.047-3.375.094-4.078c.117-1.758.656-2.414%201.875-2.414h2.344c2.789%200%204.43-1.875%204.898-4.406l1.453-8.157c.774-4.78-1.758-7.382-6.632-7.382c-4.008%200-6.493%201.195-9.141%203.843C8.195%2010.47%205.688%2019.164%205.71%2028m3.633%200c0-7.969%202.11-15.844%206.445-20.062c1.711-1.641%203.656-2.602%206.094-2.602c2.648%200%204.172.89%203.61%203.351l-1.5%207.547c-.165.868-.727%201.453-1.735%201.453h-2.695c-2.579%200-3.774%201.594-4.22%203.844c-.304%201.547-.421%203.961-.421%206.469s.117%204.922.422%206.492c.445%202.227%201.64%203.82%204.219%203.82h2.695c1.008%200%201.57.586%201.734%201.454l1.5%207.547c.54%202.414-.914%203.351-3.61%203.351c-2.437%200-4.382-.96-6.093-2.602C11.453%2043.845%209.344%2035.97%209.344%2028m18.445%201.664h12.188l5.32-.234l-5.11%204.593l-2.46%202.461a1.77%201.77%200%200%200-.516%201.266c0%20.96.703%201.617%201.617%201.617c.469%200%20.914-.187%201.242-.515l9.61-9.61c.422-.398.633-.844.633-1.242s-.211-.867-.633-1.266l-9.61-9.586a1.76%201.76%200%200%200-1.242-.515c-.914%200-1.617.656-1.617%201.594c0%20.515.188.937.516%201.265l2.46%202.485l5.11%204.57l-5.32-.235H27.766c-1.055%200-1.688.82-1.688%201.688c0%20.867.61%201.664%201.711%201.664%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.711%2028c-.024%208.836%202.484%2017.555%207.547%2022.594c2.648%202.648%205.133%203.843%209.14%203.843c4.805%200%207.407-2.554%206.633-7.359l-1.453-8.18c-.469-2.53-2.11-4.382-4.898-4.406h-2.344c-1.219%200-1.758-.656-1.875-2.414c-.047-.703-.094-2.344-.094-4.078s.047-3.375.094-4.078c.117-1.758.656-2.414%201.875-2.414h2.344c2.789%200%204.43-1.875%204.898-4.406l1.453-8.157c.774-4.78-1.758-7.382-6.632-7.382c-4.008%200-6.493%201.195-9.141%203.843C8.195%2010.47%205.688%2019.164%205.71%2028m3.633%200c0-7.969%202.11-15.844%206.445-20.062c1.711-1.641%203.656-2.602%206.094-2.602c2.648%200%204.172.89%203.61%203.351l-1.5%207.547c-.165.868-.727%201.453-1.735%201.453h-2.695c-2.579%200-3.774%201.594-4.22%203.844c-.304%201.547-.421%203.961-.421%206.469s.117%204.922.422%206.492c.445%202.227%201.64%203.82%204.219%203.82h2.695c1.008%200%201.57.586%201.734%201.454l1.5%207.547c.54%202.414-.914%203.351-3.61%203.351c-2.437%200-4.382-.96-6.093-2.602C11.453%2043.845%209.344%2035.97%209.344%2028m18.445%201.664h12.188l5.32-.234l-5.11%204.593l-2.46%202.461a1.77%201.77%200%200%200-.516%201.266c0%20.96.703%201.617%201.617%201.617c.469%200%20.914-.187%201.242-.515l9.61-9.61c.422-.398.633-.844.633-1.242s-.211-.867-.633-1.266l-9.61-9.586a1.76%201.76%200%200%200-1.242-.515c-.914%200-1.617.656-1.617%201.594c0%20.515.188.937.516%201.265l2.46%202.485l5.11%204.57l-5.32-.235H27.766c-1.055%200-1.688.82-1.688%201.688c0%20.867.61%201.664%201.711%201.664%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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