phone arrow down left icon

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

Name
phone-arrow-down-left
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 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="M49.27 4.996c-.47 0-.868.164-1.22.516L37.974 15.637l-3.586 3.89l.375-6.867V9.168c0-.914-.68-1.617-1.594-1.664a1.677 1.677 0 0 0-1.758 1.664v13.57c0 1.242.61 1.875 1.852 1.875H46.88c.96 0 1.734-.797 1.687-1.758a1.66 1.66 0 0 0-1.687-1.593h-3.54l-6.89.375l3.938-3.586L50.465 7.926c.398-.375.562-.797.562-1.29c0-.913-.75-1.64-1.757-1.64M39.05 51.004c4.079 0 6.774-1.102 9.165-3.773c.187-.188.351-.399.539-.587c1.406-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711l-6.82-4.735c-2.11-1.453-4.57-1.617-6.54.329l-1.804 1.804c-.54.54-1.008.563-1.547.235c-1.242-.797-3.797-3.024-5.531-4.758c-1.828-1.805-3.61-3.82-4.524-5.297c-.328-.54-.28-.984.258-1.523l1.781-1.805c1.97-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.086-3-3.046-4.687-3.07c-1.477-.023-3.024.656-4.594 2.063a12 12 0 0 1-.61.515c-2.648 2.39-3.75 5.086-3.75 9.14c0 6.704 4.126 14.86 11.696 22.43C24.19 46.833 32.37 51.005 39.05 51.005m.024-3.61c-5.976.118-13.64-4.476-19.71-10.523C13.245 30.777 8.44 22.855 8.558 16.88c.046-2.578.937-4.805 2.789-6.399c.14-.14.28-.257.445-.375c.68-.609 1.453-.937 2.11-.937c.702 0 1.312.258 1.757.96l4.547 6.821c.492.727.539 1.547-.188 2.274l-2.062 2.062c-1.64 1.617-1.5 3.586-.328 5.156c1.336 1.805 3.656 4.43 5.437 6.211c1.805 1.805 4.641 4.336 6.446 5.696c1.57 1.172 3.562 1.289 5.18-.328l2.062-2.063c.726-.727 1.523-.68 2.25-.21l6.82 4.546c.703.469.985 1.055.985 1.758c0 .68-.329 1.43-.961 2.133c-.118.164-.211.28-.352.445c-1.617 1.828-3.844 2.719-6.422 2.766"/></svg>

React

import type { SVGProps } from "react";

export function F7PhoneArrowDownLeft(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="M49.27 4.996c-.47 0-.868.164-1.22.516L37.974 15.637l-3.586 3.89l.375-6.867V9.168c0-.914-.68-1.617-1.594-1.664a1.677 1.677 0 0 0-1.758 1.664v13.57c0 1.242.61 1.875 1.852 1.875H46.88c.96 0 1.734-.797 1.687-1.758a1.66 1.66 0 0 0-1.687-1.593h-3.54l-6.89.375l3.938-3.586L50.465 7.926c.398-.375.562-.797.562-1.29c0-.913-.75-1.64-1.757-1.64M39.05 51.004c4.079 0 6.774-1.102 9.165-3.773c.187-.188.351-.399.539-.587c1.406-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711l-6.82-4.735c-2.11-1.453-4.57-1.617-6.54.329l-1.804 1.804c-.54.54-1.008.563-1.547.235c-1.242-.797-3.797-3.024-5.531-4.758c-1.828-1.805-3.61-3.82-4.524-5.297c-.328-.54-.28-.984.258-1.523l1.781-1.805c1.97-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.086-3-3.046-4.687-3.07c-1.477-.023-3.024.656-4.594 2.063a12 12 0 0 1-.61.515c-2.648 2.39-3.75 5.086-3.75 9.14c0 6.704 4.126 14.86 11.696 22.43C24.19 46.833 32.37 51.005 39.05 51.005m.024-3.61c-5.976.118-13.64-4.476-19.71-10.523C13.245 30.777 8.44 22.855 8.558 16.88c.046-2.578.937-4.805 2.789-6.399c.14-.14.28-.257.445-.375c.68-.609 1.453-.937 2.11-.937c.702 0 1.312.258 1.757.96l4.547 6.821c.492.727.539 1.547-.188 2.274l-2.062 2.062c-1.64 1.617-1.5 3.586-.328 5.156c1.336 1.805 3.656 4.43 5.437 6.211c1.805 1.805 4.641 4.336 6.446 5.696c1.57 1.172 3.562 1.289 5.18-.328l2.062-2.063c.726-.727 1.523-.68 2.25-.21l6.82 4.546c.703.469.985 1.055.985 1.758c0 .68-.329 1.43-.961 2.133c-.118.164-.211.28-.352.445c-1.617 1.828-3.844 2.719-6.422 2.766"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M49.27 4.996c-.47 0-.868.164-1.22.516L37.974 15.637l-3.586 3.89l.375-6.867V9.168c0-.914-.68-1.617-1.594-1.664a1.677 1.677 0 0 0-1.758 1.664v13.57c0 1.242.61 1.875 1.852 1.875H46.88c.96 0 1.734-.797 1.687-1.758a1.66 1.66 0 0 0-1.687-1.593h-3.54l-6.89.375l3.938-3.586L50.465 7.926c.398-.375.562-.797.562-1.29c0-.913-.75-1.64-1.757-1.64M39.05 51.004c4.079 0 6.774-1.102 9.165-3.773c.187-.188.351-.399.539-.587c1.406-1.57 2.062-3.117 2.062-4.593c0-1.688-.984-3.258-3.07-4.711l-6.82-4.735c-2.11-1.453-4.57-1.617-6.54.329l-1.804 1.804c-.54.54-1.008.563-1.547.235c-1.242-.797-3.797-3.024-5.531-4.758c-1.828-1.805-3.61-3.82-4.524-5.297c-.328-.54-.28-.984.258-1.523l1.781-1.805c1.97-1.969 1.805-4.453.352-6.54l-4.758-6.82c-1.43-2.086-3-3.046-4.687-3.07c-1.477-.023-3.024.656-4.594 2.063a12 12 0 0 1-.61.515c-2.648 2.39-3.75 5.086-3.75 9.14c0 6.704 4.126 14.86 11.696 22.43C24.19 46.833 32.37 51.005 39.05 51.005m.024-3.61c-5.976.118-13.64-4.476-19.71-10.523C13.245 30.777 8.44 22.855 8.558 16.88c.046-2.578.937-4.805 2.789-6.399c.14-.14.28-.257.445-.375c.68-.609 1.453-.937 2.11-.937c.702 0 1.312.258 1.757.96l4.547 6.821c.492.727.539 1.547-.188 2.274l-2.062 2.062c-1.64 1.617-1.5 3.586-.328 5.156c1.336 1.805 3.656 4.43 5.437 6.211c1.805 1.805 4.641 4.336 6.446 5.696c1.57 1.172 3.562 1.289 5.18-.328l2.062-2.063c.726-.727 1.523-.68 2.25-.21l6.82 4.546c.703.469.985 1.055.985 1.758c0 .68-.329 1.43-.961 2.133c-.118.164-.211.28-.352.445c-1.617 1.828-3.844 2.719-6.422 2.766"/></svg>
</template>

CSS

.icon-phone-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%22M49.27%204.996c-.47%200-.868.164-1.22.516L37.974%2015.637l-3.586%203.89l.375-6.867V9.168c0-.914-.68-1.617-1.594-1.664a1.677%201.677%200%200%200-1.758%201.664v13.57c0%201.242.61%201.875%201.852%201.875H46.88c.96%200%201.734-.797%201.687-1.758a1.66%201.66%200%200%200-1.687-1.593h-3.54l-6.89.375l3.938-3.586L50.465%207.926c.398-.375.562-.797.562-1.29c0-.913-.75-1.64-1.757-1.64M39.05%2051.004c4.079%200%206.774-1.102%209.165-3.773c.187-.188.351-.399.539-.587c1.406-1.57%202.062-3.117%202.062-4.593c0-1.688-.984-3.258-3.07-4.711l-6.82-4.735c-2.11-1.453-4.57-1.617-6.54.329l-1.804%201.804c-.54.54-1.008.563-1.547.235c-1.242-.797-3.797-3.024-5.531-4.758c-1.828-1.805-3.61-3.82-4.524-5.297c-.328-.54-.28-.984.258-1.523l1.781-1.805c1.97-1.969%201.805-4.453.352-6.54l-4.758-6.82c-1.43-2.086-3-3.046-4.687-3.07c-1.477-.023-3.024.656-4.594%202.063a12%2012%200%200%201-.61.515c-2.648%202.39-3.75%205.086-3.75%209.14c0%206.704%204.126%2014.86%2011.696%2022.43C24.19%2046.833%2032.37%2051.005%2039.05%2051.005m.024-3.61c-5.976.118-13.64-4.476-19.71-10.523C13.245%2030.777%208.44%2022.855%208.558%2016.88c.046-2.578.937-4.805%202.789-6.399c.14-.14.28-.257.445-.375c.68-.609%201.453-.937%202.11-.937c.702%200%201.312.258%201.757.96l4.547%206.821c.492.727.539%201.547-.188%202.274l-2.062%202.062c-1.64%201.617-1.5%203.586-.328%205.156c1.336%201.805%203.656%204.43%205.437%206.211c1.805%201.805%204.641%204.336%206.446%205.696c1.57%201.172%203.562%201.289%205.18-.328l2.062-2.063c.726-.727%201.523-.68%202.25-.21l6.82%204.546c.703.469.985%201.055.985%201.758c0%20.68-.329%201.43-.961%202.133c-.118.164-.211.28-.352.445c-1.617%201.828-3.844%202.719-6.422%202.766%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%22M49.27%204.996c-.47%200-.868.164-1.22.516L37.974%2015.637l-3.586%203.89l.375-6.867V9.168c0-.914-.68-1.617-1.594-1.664a1.677%201.677%200%200%200-1.758%201.664v13.57c0%201.242.61%201.875%201.852%201.875H46.88c.96%200%201.734-.797%201.687-1.758a1.66%201.66%200%200%200-1.687-1.593h-3.54l-6.89.375l3.938-3.586L50.465%207.926c.398-.375.562-.797.562-1.29c0-.913-.75-1.64-1.757-1.64M39.05%2051.004c4.079%200%206.774-1.102%209.165-3.773c.187-.188.351-.399.539-.587c1.406-1.57%202.062-3.117%202.062-4.593c0-1.688-.984-3.258-3.07-4.711l-6.82-4.735c-2.11-1.453-4.57-1.617-6.54.329l-1.804%201.804c-.54.54-1.008.563-1.547.235c-1.242-.797-3.797-3.024-5.531-4.758c-1.828-1.805-3.61-3.82-4.524-5.297c-.328-.54-.28-.984.258-1.523l1.781-1.805c1.97-1.969%201.805-4.453.352-6.54l-4.758-6.82c-1.43-2.086-3-3.046-4.687-3.07c-1.477-.023-3.024.656-4.594%202.063a12%2012%200%200%201-.61.515c-2.648%202.39-3.75%205.086-3.75%209.14c0%206.704%204.126%2014.86%2011.696%2022.43C24.19%2046.833%2032.37%2051.005%2039.05%2051.005m.024-3.61c-5.976.118-13.64-4.476-19.71-10.523C13.245%2030.777%208.44%2022.855%208.558%2016.88c.046-2.578.937-4.805%202.789-6.399c.14-.14.28-.257.445-.375c.68-.609%201.453-.937%202.11-.937c.702%200%201.312.258%201.757.96l4.547%206.821c.492.727.539%201.547-.188%202.274l-2.062%202.062c-1.64%201.617-1.5%203.586-.328%205.156c1.336%201.805%203.656%204.43%205.437%206.211c1.805%201.805%204.641%204.336%206.446%205.696c1.57%201.172%203.562%201.289%205.18-.328l2.062-2.063c.726-.727%201.523-.68%202.25-.21l6.82%204.546c.703.469.985%201.055.985%201.758c0%20.68-.329%201.43-.961%202.133c-.118.164-.211.28-.352.445c-1.617%201.828-3.844%202.719-6.422%202.766%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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