transfer vertical icon
transfer-vertical-bold from Solar by 480 Design · Bold · Arrows · CC-BY-4.0 Attribution required.
- Name
- transfer-vertical-bold
- Set
- Solar
- Style
- Bold
- 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
alt-arrow-down-boldalt-arrow-left-boldalt-arrow-right-boldalt-arrow-up-boldarrow-down-boldarrow-left-boldarrow-left-down-boldarrow-left-up-boldarrow-right-boldarrow-right-down-boldarrow-right-up-boldarrow-up-bolddouble-alt-arrow-down-bolddouble-alt-arrow-left-bolddouble-alt-arrow-right-bolddouble-alt-arrow-up-boldrefresh-boldrefresh-circle-boldrefresh-square-boldrestart-boldrestart-circle-boldrestart-square-boldround-alt-arrow-down-boldround-alt-arrow-left-bold
Use the transfer vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.00003 13.75C3.69074 13.75 3.41317 13.9399 3.30105 14.2281C3.18892 14.5164 3.26524 14.8439 3.49324 15.0529L9.49324 20.5529C9.71249 20.7539 10.0298 20.8063 10.302 20.6865C10.5743 20.5668 10.75 20.2974 10.75 20L10.75 4.00002C10.75 3.5858 10.4142 3.25002 10 3.25002C9.58582 3.25002 9.25003 3.5858 9.25003 4.00002V13.75H4.00003Z"/><path d="M20 10.25L14.75 10.25V20C14.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.3135C13.9703 3.19374 14.2876 3.24617 14.5068 3.44715L20.5068 8.94715C20.7348 9.15614 20.8111 9.48366 20.699 9.77191C20.5869 10.0602 20.3093 10.25 20 10.25Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTransferVerticalBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.00003 13.75C3.69074 13.75 3.41317 13.9399 3.30105 14.2281C3.18892 14.5164 3.26524 14.8439 3.49324 15.0529L9.49324 20.5529C9.71249 20.7539 10.0298 20.8063 10.302 20.6865C10.5743 20.5668 10.75 20.2974 10.75 20L10.75 4.00002C10.75 3.5858 10.4142 3.25002 10 3.25002C9.58582 3.25002 9.25003 3.5858 9.25003 4.00002V13.75H4.00003Z"/><path d="M20 10.25L14.75 10.25V20C14.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.3135C13.9703 3.19374 14.2876 3.24617 14.5068 3.44715L20.5068 8.94715C20.7348 9.15614 20.8111 9.48366 20.699 9.77191C20.5869 10.0602 20.3093 10.25 20 10.25Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.00003 13.75C3.69074 13.75 3.41317 13.9399 3.30105 14.2281C3.18892 14.5164 3.26524 14.8439 3.49324 15.0529L9.49324 20.5529C9.71249 20.7539 10.0298 20.8063 10.302 20.6865C10.5743 20.5668 10.75 20.2974 10.75 20L10.75 4.00002C10.75 3.5858 10.4142 3.25002 10 3.25002C9.58582 3.25002 9.25003 3.5858 9.25003 4.00002V13.75H4.00003Z"/><path d="M20 10.25L14.75 10.25V20C14.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.3135C13.9703 3.19374 14.2876 3.24617 14.5068 3.44715L20.5068 8.94715C20.7348 9.15614 20.8111 9.48366 20.699 9.77191C20.5869 10.0602 20.3093 10.25 20 10.25Z"/></g></svg> </template>
CSS
.icon-transfer-vertical-bold {
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%22currentColor%22%3E%3Cpath%20d%3D%22M4.00003%2013.75C3.69074%2013.75%203.41317%2013.9399%203.30105%2014.2281C3.18892%2014.5164%203.26524%2014.8439%203.49324%2015.0529L9.49324%2020.5529C9.71249%2020.7539%2010.0298%2020.8063%2010.302%2020.6865C10.5743%2020.5668%2010.75%2020.2974%2010.75%2020L10.75%204.00002C10.75%203.5858%2010.4142%203.25002%2010%203.25002C9.58582%203.25002%209.25003%203.5858%209.25003%204.00002V13.75H4.00003Z%22%2F%3E%3Cpath%20d%3D%22M20%2010.25L14.75%2010.25V20C14.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.3135C13.9703%203.19374%2014.2876%203.24617%2014.5068%203.44715L20.5068%208.94715C20.7348%209.15614%2020.8111%209.48366%2020.699%209.77191C20.5869%2010.0602%2020.3093%2010.25%2020%2010.25Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M4.00003%2013.75C3.69074%2013.75%203.41317%2013.9399%203.30105%2014.2281C3.18892%2014.5164%203.26524%2014.8439%203.49324%2015.0529L9.49324%2020.5529C9.71249%2020.7539%2010.0298%2020.8063%2010.302%2020.6865C10.5743%2020.5668%2010.75%2020.2974%2010.75%2020L10.75%204.00002C10.75%203.5858%2010.4142%203.25002%2010%203.25002C9.58582%203.25002%209.25003%203.5858%209.25003%204.00002V13.75H4.00003Z%22%2F%3E%3Cpath%20d%3D%22M20%2010.25L14.75%2010.25V20C14.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.3135C13.9703%203.19374%2014.2876%203.24617%2014.5068%203.44715L20.5068%208.94715C20.7348%209.15614%2020.8111%209.48366%2020.699%209.77191C20.5869%2010.0602%2020.3093%2010.25%2020%2010.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/transfer-vertical-bold.svg?color=%231a73e8&size=48