smartphone arrow down left icon

smartphone-arrow-down-left-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
smartphone-arrow-down-left-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the smartphone arrow down left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M8 2C6.34315 2 5 3.34315 5 5V19C5 20.6569 6.34315 22 8 22H10V16C10 14.3431 11.3432 13 13 13H19V5C19 3.34315 17.6568 2 16 2H8ZM13.5 5C14.0523 5 14.5 5.44772 14.5 6C14.5 6.55228 14.0523 7 13.5 7H10.5C9.94772 7 9.5 6.55228 9.5 6C9.5 5.44772 9.94772 5 10.5 5H13.5Z" clip-rule="evenodd" stroke="none"/><path d="M19 12V6C19 3.79086 17.2091 2 15 2H9C6.79086 2 5 3.79086 5 6V18C5 20.2091 6.79086 22 9 22M13.5 21.5L18 17M13 16V21.5C13 21.7761 13.2239 22 13.5 22H19"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSmartphoneArrowDownLeftFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M8 2C6.34315 2 5 3.34315 5 5V19C5 20.6569 6.34315 22 8 22H10V16C10 14.3431 11.3432 13 13 13H19V5C19 3.34315 17.6568 2 16 2H8ZM13.5 5C14.0523 5 14.5 5.44772 14.5 6C14.5 6.55228 14.0523 7 13.5 7H10.5C9.94772 7 9.5 6.55228 9.5 6C9.5 5.44772 9.94772 5 10.5 5H13.5Z" clipRule="evenodd" stroke="none"/><path d="M19 12V6C19 3.79086 17.2091 2 15 2H9C6.79086 2 5 3.79086 5 6V18C5 20.2091 6.79086 22 9 22M13.5 21.5L18 17M13 16V21.5C13 21.7761 13.2239 22 13.5 22H19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M8 2C6.34315 2 5 3.34315 5 5V19C5 20.6569 6.34315 22 8 22H10V16C10 14.3431 11.3432 13 13 13H19V5C19 3.34315 17.6568 2 16 2H8ZM13.5 5C14.0523 5 14.5 5.44772 14.5 6C14.5 6.55228 14.0523 7 13.5 7H10.5C9.94772 7 9.5 6.55228 9.5 6C9.5 5.44772 9.94772 5 10.5 5H13.5Z" clip-rule="evenodd" stroke="none"/><path d="M19 12V6C19 3.79086 17.2091 2 15 2H9C6.79086 2 5 3.79086 5 6V18C5 20.2091 6.79086 22 9 22M13.5 21.5L18 17M13 16V21.5C13 21.7761 13.2239 22 13.5 22H19"/></g></svg>
</template>

CSS

.icon-smartphone-arrow-down-left-fill {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202C6.34315%202%205%203.34315%205%205V19C5%2020.6569%206.34315%2022%208%2022H10V16C10%2014.3431%2011.3432%2013%2013%2013H19V5C19%203.34315%2017.6568%202%2016%202H8ZM13.5%205C14.0523%205%2014.5%205.44772%2014.5%206C14.5%206.55228%2014.0523%207%2013.5%207H10.5C9.94772%207%209.5%206.55228%209.5%206C9.5%205.44772%209.94772%205%2010.5%205H13.5Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%2012V6C19%203.79086%2017.2091%202%2015%202H9C6.79086%202%205%203.79086%205%206V18C5%2020.2091%206.79086%2022%209%2022M13.5%2021.5L18%2017M13%2016V21.5C13%2021.7761%2013.2239%2022%2013.5%2022H19%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202C6.34315%202%205%203.34315%205%205V19C5%2020.6569%206.34315%2022%208%2022H10V16C10%2014.3431%2011.3432%2013%2013%2013H19V5C19%203.34315%2017.6568%202%2016%202H8ZM13.5%205C14.0523%205%2014.5%205.44772%2014.5%206C14.5%206.55228%2014.0523%207%2013.5%207H10.5C9.94772%207%209.5%206.55228%209.5%206C9.5%205.44772%209.94772%205%2010.5%205H13.5Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%2012V6C19%203.79086%2017.2091%202%2015%202H9C6.79086%202%205%203.79086%205%206V18C5%2020.2091%206.79086%2022%209%2022M13.5%2021.5L18%2017M13%2016V21.5C13%2021.7761%2013.2239%2022%2013.5%2022H19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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