transfer vertical icon

transfer-vertical-outline from Solar by 480 Design · Outline · Arrows · CC-BY-4.0 Attribution required.

Name
transfer-vertical-outline
Set
Solar
Style
Outline
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

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" fill-rule="evenodd" d="M13.698 3.3135C13.9703 3.19374 14.2875 3.24617 14.5068 3.44715L20.5068 8.94715C20.8121 9.22704 20.8328 9.70147 20.5529 10.0068C20.273 10.3121 19.7985 10.3328 19.4932 10.0529L14.75 5.70494L14.75 20C14.75 20.4142 14.4142 20.75 14 20.75C13.5858 20.75 13.25 20.4142 13.25 20L13.25 4.00002C13.25 3.70259 13.4258 3.43327 13.698 3.3135ZM10 3.25002C10.4142 3.25002 10.75 3.5858 10.75 4.00002L10.75 20C10.75 20.2974 10.5743 20.5668 10.302 20.6865C10.0298 20.8063 9.71246 20.7539 9.49321 20.5529L3.49321 15.0529C3.18787 14.773 3.16724 14.2986 3.44714 13.9932C3.72703 13.6879 4.20146 13.6673 4.5068 13.9471L9.25001 18.2951L9.25 4.00002C9.25 3.5858 9.58579 3.25002 10 3.25002Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarTransferVerticalOutline(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" fillRule="evenodd" d="M13.698 3.3135C13.9703 3.19374 14.2875 3.24617 14.5068 3.44715L20.5068 8.94715C20.8121 9.22704 20.8328 9.70147 20.5529 10.0068C20.273 10.3121 19.7985 10.3328 19.4932 10.0529L14.75 5.70494L14.75 20C14.75 20.4142 14.4142 20.75 14 20.75C13.5858 20.75 13.25 20.4142 13.25 20L13.25 4.00002C13.25 3.70259 13.4258 3.43327 13.698 3.3135ZM10 3.25002C10.4142 3.25002 10.75 3.5858 10.75 4.00002L10.75 20C10.75 20.2974 10.5743 20.5668 10.302 20.6865C10.0298 20.8063 9.71246 20.7539 9.49321 20.5529L3.49321 15.0529C3.18787 14.773 3.16724 14.2986 3.44714 13.9932C3.72703 13.6879 4.20146 13.6673 4.5068 13.9471L9.25001 18.2951L9.25 4.00002C9.25 3.5858 9.58579 3.25002 10 3.25002Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.698 3.3135C13.9703 3.19374 14.2875 3.24617 14.5068 3.44715L20.5068 8.94715C20.8121 9.22704 20.8328 9.70147 20.5529 10.0068C20.273 10.3121 19.7985 10.3328 19.4932 10.0529L14.75 5.70494L14.75 20C14.75 20.4142 14.4142 20.75 14 20.75C13.5858 20.75 13.25 20.4142 13.25 20L13.25 4.00002C13.25 3.70259 13.4258 3.43327 13.698 3.3135ZM10 3.25002C10.4142 3.25002 10.75 3.5858 10.75 4.00002L10.75 20C10.75 20.2974 10.5743 20.5668 10.302 20.6865C10.0298 20.8063 9.71246 20.7539 9.49321 20.5529L3.49321 15.0529C3.18787 14.773 3.16724 14.2986 3.44714 13.9932C3.72703 13.6879 4.20146 13.6673 4.5068 13.9471L9.25001 18.2951L9.25 4.00002C9.25 3.5858 9.58579 3.25002 10 3.25002Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-transfer-vertical-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.698%203.3135C13.9703%203.19374%2014.2875%203.24617%2014.5068%203.44715L20.5068%208.94715C20.8121%209.22704%2020.8328%209.70147%2020.5529%2010.0068C20.273%2010.3121%2019.7985%2010.3328%2019.4932%2010.0529L14.75%205.70494L14.75%2020C14.75%2020.4142%2014.4142%2020.75%2014%2020.75C13.5858%2020.75%2013.25%2020.4142%2013.25%2020L13.25%204.00002C13.25%203.70259%2013.4258%203.43327%2013.698%203.3135ZM10%203.25002C10.4142%203.25002%2010.75%203.5858%2010.75%204.00002L10.75%2020C10.75%2020.2974%2010.5743%2020.5668%2010.302%2020.6865C10.0298%2020.8063%209.71246%2020.7539%209.49321%2020.5529L3.49321%2015.0529C3.18787%2014.773%203.16724%2014.2986%203.44714%2013.9932C3.72703%2013.6879%204.20146%2013.6673%204.5068%2013.9471L9.25001%2018.2951L9.25%204.00002C9.25%203.5858%209.58579%203.25002%2010%203.25002Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.698%203.3135C13.9703%203.19374%2014.2875%203.24617%2014.5068%203.44715L20.5068%208.94715C20.8121%209.22704%2020.8328%209.70147%2020.5529%2010.0068C20.273%2010.3121%2019.7985%2010.3328%2019.4932%2010.0529L14.75%205.70494L14.75%2020C14.75%2020.4142%2014.4142%2020.75%2014%2020.75C13.5858%2020.75%2013.25%2020.4142%2013.25%2020L13.25%204.00002C13.25%203.70259%2013.4258%203.43327%2013.698%203.3135ZM10%203.25002C10.4142%203.25002%2010.75%203.5858%2010.75%204.00002L10.75%2020C10.75%2020.2974%2010.5743%2020.5668%2010.302%2020.6865C10.0298%2020.8063%209.71246%2020.7539%209.49321%2020.5529L3.49321%2015.0529C3.18787%2014.773%203.16724%2014.2986%203.44714%2013.9932C3.72703%2013.6879%204.20146%2013.6673%204.5068%2013.9471L9.25001%2018.2951L9.25%204.00002C9.25%203.5858%209.58579%203.25002%2010%203.25002Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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