phone fill arrow down left icon

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

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

Related icons in Framework7 Icons

Use the phone fill arrow down left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.523 25.387h13.618c.96 0 1.71-.774 1.664-1.735c-.047-.914-.75-1.593-1.664-1.593h-3.563l-6.89.375l3.937-3.586L49.727 8.723c.375-.375.562-.797.562-1.29c0-.913-.774-1.64-1.758-1.64c-.469 0-.867.164-1.219.516L37.234 16.434l-3.61 3.89l.4-6.867V9.965c0-.914-.704-1.617-1.618-1.664a1.657 1.657 0 0 0-1.734 1.664v13.57c0 1.242.61 1.852 1.851 1.852m-14.93 12.82c6.774 6.773 15.024 12 21.75 12c3.024 0 5.672-1.055 7.805-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 F7PhoneFillArrowDownLeft(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="M32.523 25.387h13.618c.96 0 1.71-.774 1.664-1.735c-.047-.914-.75-1.593-1.664-1.593h-3.563l-6.89.375l3.937-3.586L49.727 8.723c.375-.375.562-.797.562-1.29c0-.913-.774-1.64-1.758-1.64c-.469 0-.867.164-1.219.516L37.234 16.434l-3.61 3.89l.4-6.867V9.965c0-.914-.704-1.617-1.618-1.664a1.657 1.657 0 0 0-1.734 1.664v13.57c0 1.242.61 1.852 1.851 1.852m-14.93 12.82c6.774 6.773 15.024 12 21.75 12c3.024 0 5.672-1.055 7.805-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="M32.523 25.387h13.618c.96 0 1.71-.774 1.664-1.735c-.047-.914-.75-1.593-1.664-1.593h-3.563l-6.89.375l3.937-3.586L49.727 8.723c.375-.375.562-.797.562-1.29c0-.913-.774-1.64-1.758-1.64c-.469 0-.867.164-1.219.516L37.234 16.434l-3.61 3.89l.4-6.867V9.965c0-.914-.704-1.617-1.618-1.664a1.657 1.657 0 0 0-1.734 1.664v13.57c0 1.242.61 1.852 1.851 1.852m-14.93 12.82c6.774 6.773 15.024 12 21.75 12c3.024 0 5.672-1.055 7.805-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-down-left {
  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%22M32.523%2025.387h13.618c.96%200%201.71-.774%201.664-1.735c-.047-.914-.75-1.593-1.664-1.593h-3.563l-6.89.375l3.937-3.586L49.727%208.723c.375-.375.562-.797.562-1.29c0-.913-.774-1.64-1.758-1.64c-.469%200-.867.164-1.219.516L37.234%2016.434l-3.61%203.89l.4-6.867V9.965c0-.914-.704-1.617-1.618-1.664a1.657%201.657%200%200%200-1.734%201.664v13.57c0%201.242.61%201.852%201.851%201.852m-14.93%2012.82c6.774%206.773%2015.024%2012%2021.75%2012c3.024%200%205.672-1.055%207.805-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%22M32.523%2025.387h13.618c.96%200%201.71-.774%201.664-1.735c-.047-.914-.75-1.593-1.664-1.593h-3.563l-6.89.375l3.937-3.586L49.727%208.723c.375-.375.562-.797.562-1.29c0-.913-.774-1.64-1.758-1.64c-.469%200-.867.164-1.219.516L37.234%2016.434l-3.61%203.89l.4-6.867V9.965c0-.914-.704-1.617-1.618-1.664a1.657%201.657%200%200%200-1.734%201.664v13.57c0%201.242.61%201.852%201.851%201.852m-14.93%2012.82c6.774%206.773%2015.024%2012%2021.75%2012c3.024%200%205.672-1.055%207.805-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-down-left.svg?color=%231a73e8&size=48