transfer vertical icon

transfer-vertical-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
transfer-vertical-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the transfer vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.85 6.443c.945.945.276 2.56-1.06 2.56h-1.793v2a1 1 0 0 1-1 1H13v2h-.002V15h1.793c1.336 0 2.006 1.616 1.06 2.56L13 20.412v.003l-1.94 1.94a1.5 1.5 0 0 1-2.123 0l-1.94-1.94v-.003L4.146 17.56C3.2 16.615 3.87 15 5.206 15H7v-2a1 1 0 0 1 1-1h3V9.002H9.206c-1.336 0-2.005-1.615-1.06-2.56l2.851-2.852v-.003l1.94-1.94c.293-.293.678-.44 1.062-.439c.384 0 .768.147 1.06.44L17 3.589v.002z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTransferVerticalFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.85 6.443c.945.945.276 2.56-1.06 2.56h-1.793v2a1 1 0 0 1-1 1H13v2h-.002V15h1.793c1.336 0 2.006 1.616 1.06 2.56L13 20.412v.003l-1.94 1.94a1.5 1.5 0 0 1-2.123 0l-1.94-1.94v-.003L4.146 17.56C3.2 16.615 3.87 15 5.206 15H7v-2a1 1 0 0 1 1-1h3V9.002H9.206c-1.336 0-2.005-1.615-1.06-2.56l2.851-2.852v-.003l1.94-1.94c.293-.293.678-.44 1.062-.439c.384 0 .768.147 1.06.44L17 3.589v.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.85 6.443c.945.945.276 2.56-1.06 2.56h-1.793v2a1 1 0 0 1-1 1H13v2h-.002V15h1.793c1.336 0 2.006 1.616 1.06 2.56L13 20.412v.003l-1.94 1.94a1.5 1.5 0 0 1-2.123 0l-1.94-1.94v-.003L4.146 17.56C3.2 16.615 3.87 15 5.206 15H7v-2a1 1 0 0 1 1-1h3V9.002H9.206c-1.336 0-2.005-1.615-1.06-2.56l2.851-2.852v-.003l1.94-1.94c.293-.293.678-.44 1.062-.439c.384 0 .768.147 1.06.44L17 3.589v.002z"/></svg>
</template>

CSS

.icon-transfer-vertical-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.85%206.443c.945.945.276%202.56-1.06%202.56h-1.793v2a1%201%200%200%201-1%201H13v2h-.002V15h1.793c1.336%200%202.006%201.616%201.06%202.56L13%2020.412v.003l-1.94%201.94a1.5%201.5%200%200%201-2.123%200l-1.94-1.94v-.003L4.146%2017.56C3.2%2016.615%203.87%2015%205.206%2015H7v-2a1%201%200%200%201%201-1h3V9.002H9.206c-1.336%200-2.005-1.615-1.06-2.56l2.851-2.852v-.003l1.94-1.94c.293-.293.678-.44%201.062-.439c.384%200%20.768.147%201.06.44L17%203.589v.002z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.85%206.443c.945.945.276%202.56-1.06%202.56h-1.793v2a1%201%200%200%201-1%201H13v2h-.002V15h1.793c1.336%200%202.006%201.616%201.06%202.56L13%2020.412v.003l-1.94%201.94a1.5%201.5%200%200%201-2.123%200l-1.94-1.94v-.003L4.146%2017.56C3.2%2016.615%203.87%2015%205.206%2015H7v-2a1%201%200%200%201%201-1h3V9.002H9.206c-1.336%200-2.005-1.615-1.06-2.56l2.851-2.852v-.003l1.94-1.94c.293-.293.678-.44%201.062-.439c.384%200%20.768.147%201.06.44L17%203.589v.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/transfer-vertical-fill.svg?color=%231a73e8&size=48