phone fill arrow right icon

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

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

Related icons in Framework7 Icons

Use the phone fill 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="M6.613 28c0 8.813 2.063 17.484 6.703 22.148c2.204 2.227 4.97 3.54 8.461 3.47c3.352-.071 5.93-2.204 5.344-5.485l-1.43-8.32c-.468-2.79-1.64-3.82-4.593-3.82H19.55c-2.531 0-2.883-2.368-2.883-7.993s.352-7.992 2.883-7.992h1.547c2.906 0 4.101-1.008 4.593-3.82l1.43-8.32c.586-3.306-1.992-5.415-5.344-5.485c-3.492-.07-6.257 1.242-8.46 3.445C8.675 10.492 6.612 19.164 6.612 28m20.25 1.664h12.235l5.273-.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.47 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.273-.235H26.84c-1.055 0-1.688.82-1.688 1.688c0 .867.633 1.664 1.711 1.664"/></svg>

React

import type { SVGProps } from "react";

export function F7PhoneFillArrowRight(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="M6.613 28c0 8.813 2.063 17.484 6.703 22.148c2.204 2.227 4.97 3.54 8.461 3.47c3.352-.071 5.93-2.204 5.344-5.485l-1.43-8.32c-.468-2.79-1.64-3.82-4.593-3.82H19.55c-2.531 0-2.883-2.368-2.883-7.993s.352-7.992 2.883-7.992h1.547c2.906 0 4.101-1.008 4.593-3.82l1.43-8.32c.586-3.306-1.992-5.415-5.344-5.485c-3.492-.07-6.257 1.242-8.46 3.445C8.675 10.492 6.612 19.164 6.612 28m20.25 1.664h12.235l5.273-.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.47 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.273-.235H26.84c-1.055 0-1.688.82-1.688 1.688c0 .867.633 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="M6.613 28c0 8.813 2.063 17.484 6.703 22.148c2.204 2.227 4.97 3.54 8.461 3.47c3.352-.071 5.93-2.204 5.344-5.485l-1.43-8.32c-.468-2.79-1.64-3.82-4.593-3.82H19.55c-2.531 0-2.883-2.368-2.883-7.993s.352-7.992 2.883-7.992h1.547c2.906 0 4.101-1.008 4.593-3.82l1.43-8.32c.586-3.306-1.992-5.415-5.344-5.485c-3.492-.07-6.257 1.242-8.46 3.445C8.675 10.492 6.612 19.164 6.612 28m20.25 1.664h12.235l5.273-.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.47 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.273-.235H26.84c-1.055 0-1.688.82-1.688 1.688c0 .867.633 1.664 1.711 1.664"/></svg>
</template>

CSS

.icon-phone-fill-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%22M6.613%2028c0%208.813%202.063%2017.484%206.703%2022.148c2.204%202.227%204.97%203.54%208.461%203.47c3.352-.071%205.93-2.204%205.344-5.485l-1.43-8.32c-.468-2.79-1.64-3.82-4.593-3.82H19.55c-2.531%200-2.883-2.368-2.883-7.993s.352-7.992%202.883-7.992h1.547c2.906%200%204.101-1.008%204.593-3.82l1.43-8.32c.586-3.306-1.992-5.415-5.344-5.485c-3.492-.07-6.257%201.242-8.46%203.445C8.675%2010.492%206.612%2019.164%206.612%2028m20.25%201.664h12.235l5.273-.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.47%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.273-.235H26.84c-1.055%200-1.688.82-1.688%201.688c0%20.867.633%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%22M6.613%2028c0%208.813%202.063%2017.484%206.703%2022.148c2.204%202.227%204.97%203.54%208.461%203.47c3.352-.071%205.93-2.204%205.344-5.485l-1.43-8.32c-.468-2.79-1.64-3.82-4.593-3.82H19.55c-2.531%200-2.883-2.368-2.883-7.993s.352-7.992%202.883-7.992h1.547c2.906%200%204.101-1.008%204.593-3.82l1.43-8.32c.586-3.306-1.992-5.415-5.344-5.485c-3.492-.07-6.257%201.242-8.46%203.445C8.675%2010.492%206.612%2019.164%206.612%2028m20.25%201.664h12.235l5.273-.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.47%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.273-.235H26.84c-1.055%200-1.688.82-1.688%201.688c0%20.867.633%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-fill-arrow-right.svg?color=%231a73e8&size=48