transfer h icon
transfer-h-filled from Reicon by REICON · Filled · Arrows · MIT Free for personal and commercial use.
- Name
- transfer-h-filled
- Set
- Reicon
- Style
- Filled
- Category
- Arrows
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More arrows icons from Reicon
angle-downangle-down-circleangle-down-squareangle-leftangle-left-circleangle-left-squareangle-rightangle-right-circleangle-right-squareangle-upangle-up-circleangle-up-squareangles-leftangles-left2angles-rightangles-right2arrow-door-inarrow-door-outarrow-dotted-rotate-anticlockwisearrow-downarrow-down-2arrow-down-3arrow-down-circlearrow-down-left
Use the transfer h icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 4a.75.75 0 0 0-1.303-.507l-5.5 6A.75.75 0 0 0 4 10.75h16a.75.75 0 0 0 0-1.5h-9.75zm3.5 16v-5.25H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .553 1.257l-5.5 6A.75.75 0 0 1 13.75 20"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTransferHFilled(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="M10.25 4a.75.75 0 0 0-1.303-.507l-5.5 6A.75.75 0 0 0 4 10.75h16a.75.75 0 0 0 0-1.5h-9.75zm3.5 16v-5.25H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .553 1.257l-5.5 6A.75.75 0 0 1 13.75 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 4a.75.75 0 0 0-1.303-.507l-5.5 6A.75.75 0 0 0 4 10.75h16a.75.75 0 0 0 0-1.5h-9.75zm3.5 16v-5.25H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .553 1.257l-5.5 6A.75.75 0 0 1 13.75 20"/></svg> </template>
CSS
.icon-transfer-h-filled {
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%22M10.25%204a.75.75%200%200%200-1.303-.507l-5.5%206A.75.75%200%200%200%204%2010.75h16a.75.75%200%200%200%200-1.5h-9.75zm3.5%2016v-5.25H4a.75.75%200%200%201%200-1.5h16a.75.75%200%200%201%20.553%201.257l-5.5%206A.75.75%200%200%201%2013.75%2020%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%22M10.25%204a.75.75%200%200%200-1.303-.507l-5.5%206A.75.75%200%200%200%204%2010.75h16a.75.75%200%200%200%200-1.5h-9.75zm3.5%2016v-5.25H4a.75.75%200%200%201%200-1.5h16a.75.75%200%200%201%20.553%201.257l-5.5%206A.75.75%200%200%201%2013.75%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/transfer-h-filled.svg?color=%231a73e8&size=48