phone fill arrow up right icon
phone-fill-arrow-up-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- phone-fill-arrow-up-right
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the phone fill arrow up right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.82 9.145h3.54l6.89-.375l-3.938 3.585L31.234 22.48a1.68 1.68 0 0 0-.562 1.29c0 .914.75 1.617 1.758 1.617c.468 0 .867-.14 1.218-.492L43.726 14.77l3.586-3.891l-.375 6.867v3.492c0 .914.68 1.617 1.594 1.664a1.677 1.677 0 0 0 1.758-1.664V7.668c0-1.242-.61-1.875-1.852-1.875H34.82c-.96 0-1.734.797-1.687 1.758a1.66 1.66 0 0 0 1.687 1.594M17.594 38.207c6.773 6.773 15.023 12 21.75 12c3.023 0 5.672-1.055 7.804-3.398c1.242-1.383 2.016-3 2.016-4.594c0-1.172-.445-2.297-1.57-3.094l-7.172-5.11c-1.102-.75-2.016-1.124-2.86-1.124c-1.078 0-2.015.61-3.093 1.664l-1.664 1.64a1.26 1.26 0 0 1-.891.375c-.375 0-.703-.14-.961-.257c-1.43-.774-3.914-2.907-6.234-5.203c-2.297-2.297-4.43-4.782-5.18-6.235a2 2 0 0 1-.258-.937c0-.305.094-.61.352-.868l1.64-1.71c1.055-1.079 1.664-2.016 1.664-3.094c0-.844-.375-1.758-1.148-2.86l-5.04-7.101c-.82-1.125-1.968-1.617-3.233-1.617c-1.547 0-3.165.703-4.524 2.039c-2.273 2.18-3.281 4.875-3.281 7.851c0 6.727 5.133 14.883 11.883 21.633"/></svg>
React
import type { SVGProps } from "react";
export function F7PhoneFillArrowUpRight(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="M34.82 9.145h3.54l6.89-.375l-3.938 3.585L31.234 22.48a1.68 1.68 0 0 0-.562 1.29c0 .914.75 1.617 1.758 1.617c.468 0 .867-.14 1.218-.492L43.726 14.77l3.586-3.891l-.375 6.867v3.492c0 .914.68 1.617 1.594 1.664a1.677 1.677 0 0 0 1.758-1.664V7.668c0-1.242-.61-1.875-1.852-1.875H34.82c-.96 0-1.734.797-1.687 1.758a1.66 1.66 0 0 0 1.687 1.594M17.594 38.207c6.773 6.773 15.023 12 21.75 12c3.023 0 5.672-1.055 7.804-3.398c1.242-1.383 2.016-3 2.016-4.594c0-1.172-.445-2.297-1.57-3.094l-7.172-5.11c-1.102-.75-2.016-1.124-2.86-1.124c-1.078 0-2.015.61-3.093 1.664l-1.664 1.64a1.26 1.26 0 0 1-.891.375c-.375 0-.703-.14-.961-.257c-1.43-.774-3.914-2.907-6.234-5.203c-2.297-2.297-4.43-4.782-5.18-6.235a2 2 0 0 1-.258-.937c0-.305.094-.61.352-.868l1.64-1.71c1.055-1.079 1.664-2.016 1.664-3.094c0-.844-.375-1.758-1.148-2.86l-5.04-7.101c-.82-1.125-1.968-1.617-3.233-1.617c-1.547 0-3.165.703-4.524 2.039c-2.273 2.18-3.281 4.875-3.281 7.851c0 6.727 5.133 14.883 11.883 21.633"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.82 9.145h3.54l6.89-.375l-3.938 3.585L31.234 22.48a1.68 1.68 0 0 0-.562 1.29c0 .914.75 1.617 1.758 1.617c.468 0 .867-.14 1.218-.492L43.726 14.77l3.586-3.891l-.375 6.867v3.492c0 .914.68 1.617 1.594 1.664a1.677 1.677 0 0 0 1.758-1.664V7.668c0-1.242-.61-1.875-1.852-1.875H34.82c-.96 0-1.734.797-1.687 1.758a1.66 1.66 0 0 0 1.687 1.594M17.594 38.207c6.773 6.773 15.023 12 21.75 12c3.023 0 5.672-1.055 7.804-3.398c1.242-1.383 2.016-3 2.016-4.594c0-1.172-.445-2.297-1.57-3.094l-7.172-5.11c-1.102-.75-2.016-1.124-2.86-1.124c-1.078 0-2.015.61-3.093 1.664l-1.664 1.64a1.26 1.26 0 0 1-.891.375c-.375 0-.703-.14-.961-.257c-1.43-.774-3.914-2.907-6.234-5.203c-2.297-2.297-4.43-4.782-5.18-6.235a2 2 0 0 1-.258-.937c0-.305.094-.61.352-.868l1.64-1.71c1.055-1.079 1.664-2.016 1.664-3.094c0-.844-.375-1.758-1.148-2.86l-5.04-7.101c-.82-1.125-1.968-1.617-3.233-1.617c-1.547 0-3.165.703-4.524 2.039c-2.273 2.18-3.281 4.875-3.281 7.851c0 6.727 5.133 14.883 11.883 21.633"/></svg> </template>
CSS
.icon-phone-fill-arrow-up-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%22M34.82%209.145h3.54l6.89-.375l-3.938%203.585L31.234%2022.48a1.68%201.68%200%200%200-.562%201.29c0%20.914.75%201.617%201.758%201.617c.468%200%20.867-.14%201.218-.492L43.726%2014.77l3.586-3.891l-.375%206.867v3.492c0%20.914.68%201.617%201.594%201.664a1.677%201.677%200%200%200%201.758-1.664V7.668c0-1.242-.61-1.875-1.852-1.875H34.82c-.96%200-1.734.797-1.687%201.758a1.66%201.66%200%200%200%201.687%201.594M17.594%2038.207c6.773%206.773%2015.023%2012%2021.75%2012c3.023%200%205.672-1.055%207.804-3.398c1.242-1.383%202.016-3%202.016-4.594c0-1.172-.445-2.297-1.57-3.094l-7.172-5.11c-1.102-.75-2.016-1.124-2.86-1.124c-1.078%200-2.015.61-3.093%201.664l-1.664%201.64a1.26%201.26%200%200%201-.891.375c-.375%200-.703-.14-.961-.257c-1.43-.774-3.914-2.907-6.234-5.203c-2.297-2.297-4.43-4.782-5.18-6.235a2%202%200%200%201-.258-.937c0-.305.094-.61.352-.868l1.64-1.71c1.055-1.079%201.664-2.016%201.664-3.094c0-.844-.375-1.758-1.148-2.86l-5.04-7.101c-.82-1.125-1.968-1.617-3.233-1.617c-1.547%200-3.165.703-4.524%202.039c-2.273%202.18-3.281%204.875-3.281%207.851c0%206.727%205.133%2014.883%2011.883%2021.633%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%22M34.82%209.145h3.54l6.89-.375l-3.938%203.585L31.234%2022.48a1.68%201.68%200%200%200-.562%201.29c0%20.914.75%201.617%201.758%201.617c.468%200%20.867-.14%201.218-.492L43.726%2014.77l3.586-3.891l-.375%206.867v3.492c0%20.914.68%201.617%201.594%201.664a1.677%201.677%200%200%200%201.758-1.664V7.668c0-1.242-.61-1.875-1.852-1.875H34.82c-.96%200-1.734.797-1.687%201.758a1.66%201.66%200%200%200%201.687%201.594M17.594%2038.207c6.773%206.773%2015.023%2012%2021.75%2012c3.023%200%205.672-1.055%207.804-3.398c1.242-1.383%202.016-3%202.016-4.594c0-1.172-.445-2.297-1.57-3.094l-7.172-5.11c-1.102-.75-2.016-1.124-2.86-1.124c-1.078%200-2.015.61-3.093%201.664l-1.664%201.64a1.26%201.26%200%200%201-.891.375c-.375%200-.703-.14-.961-.257c-1.43-.774-3.914-2.907-6.234-5.203c-2.297-2.297-4.43-4.782-5.18-6.235a2%202%200%200%201-.258-.937c0-.305.094-.61.352-.868l1.64-1.71c1.055-1.079%201.664-2.016%201.664-3.094c0-.844-.375-1.758-1.148-2.86l-5.04-7.101c-.82-1.125-1.968-1.617-3.233-1.617c-1.547%200-3.165.703-4.524%202.039c-2.273%202.18-3.281%204.875-3.281%207.851c0%206.727%205.133%2014.883%2011.883%2021.633%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-up-right.svg?color=%231a73e8&size=48