transfer icon
transfer from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- transfer
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the transfer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 28.3923V35.4066C37 39.048 34.0885 42 30.497 42C26.9054 42 23.9939 39.048 23.9939 35.4066L24.0061 13.1429C24.0061 9.19797 21.0946 6 17.503 6C13.9115 6 11 9.19797 11 13.1429V28.3923"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 31L37 25L31 31"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 10.7273C43 15.1818 37 19 37 19C37 19 31 15.1818 31 10.7273C31 9.20831 31.6321 7.75155 32.7574 6.67748C33.8826 5.60341 35.4087 5 37 5C38.5913 5 40.1174 5.60341 41.2426 6.67748C42.3679 7.75155 43 9.20831 43 10.7273Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17 34.7273C17 39.1818 11 43 11 43C11 43 5 39.1818 5 34.7273C5 33.2083 5.63214 31.7516 6.75736 30.6775C7.88258 29.6034 9.4087 29 11 29C12.5913 29 14.1174 29.6034 15.2426 30.6775C16.3679 31.7516 17 33.2083 17 34.7273Z"/><circle cx="37" cy="11" r="2" fill="#fff"/><circle cx="11" cy="35" r="2" fill="#fff"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTransfer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M37 28.3923V35.4066C37 39.048 34.0885 42 30.497 42C26.9054 42 23.9939 39.048 23.9939 35.4066L24.0061 13.1429C24.0061 9.19797 21.0946 6 17.503 6C13.9115 6 11 9.19797 11 13.1429V28.3923"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 31L37 25L31 31"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 10.7273C43 15.1818 37 19 37 19C37 19 31 15.1818 31 10.7273C31 9.20831 31.6321 7.75155 32.7574 6.67748C33.8826 5.60341 35.4087 5 37 5C38.5913 5 40.1174 5.60341 41.2426 6.67748C42.3679 7.75155 43 9.20831 43 10.7273Z"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M17 34.7273C17 39.1818 11 43 11 43C11 43 5 39.1818 5 34.7273C5 33.2083 5.63214 31.7516 6.75736 30.6775C7.88258 29.6034 9.4087 29 11 29C12.5913 29 14.1174 29.6034 15.2426 30.6775C16.3679 31.7516 17 33.2083 17 34.7273Z"/><circle cx="37" cy="11" r="2" fill="#fff"/><circle cx="11" cy="35" r="2" fill="#fff"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 28.3923V35.4066C37 39.048 34.0885 42 30.497 42C26.9054 42 23.9939 39.048 23.9939 35.4066L24.0061 13.1429C24.0061 9.19797 21.0946 6 17.503 6C13.9115 6 11 9.19797 11 13.1429V28.3923"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 31L37 25L31 31"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 10.7273C43 15.1818 37 19 37 19C37 19 31 15.1818 31 10.7273C31 9.20831 31.6321 7.75155 32.7574 6.67748C33.8826 5.60341 35.4087 5 37 5C38.5913 5 40.1174 5.60341 41.2426 6.67748C42.3679 7.75155 43 9.20831 43 10.7273Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M17 34.7273C17 39.1818 11 43 11 43C11 43 5 39.1818 5 34.7273C5 33.2083 5.63214 31.7516 6.75736 30.6775C7.88258 29.6034 9.4087 29 11 29C12.5913 29 14.1174 29.6034 15.2426 30.6775C16.3679 31.7516 17 33.2083 17 34.7273Z"/><circle cx="37" cy="11" r="2" fill="#fff"/><circle cx="11" cy="35" r="2" fill="#fff"/></g></svg> </template>
CSS
.icon-transfer {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2028.3923V35.4066C37%2039.048%2034.0885%2042%2030.497%2042C26.9054%2042%2023.9939%2039.048%2023.9939%2035.4066L24.0061%2013.1429C24.0061%209.19797%2021.0946%206%2017.503%206C13.9115%206%2011%209.19797%2011%2013.1429V28.3923%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2031L37%2025L31%2031%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2010.7273C43%2015.1818%2037%2019%2037%2019C37%2019%2031%2015.1818%2031%2010.7273C31%209.20831%2031.6321%207.75155%2032.7574%206.67748C33.8826%205.60341%2035.4087%205%2037%205C38.5913%205%2040.1174%205.60341%2041.2426%206.67748C42.3679%207.75155%2043%209.20831%2043%2010.7273Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2034.7273C17%2039.1818%2011%2043%2011%2043C11%2043%205%2039.1818%205%2034.7273C5%2033.2083%205.63214%2031.7516%206.75736%2030.6775C7.88258%2029.6034%209.4087%2029%2011%2029C12.5913%2029%2014.1174%2029.6034%2015.2426%2030.6775C16.3679%2031.7516%2017%2033.2083%2017%2034.7273Z%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2235%22%20r%3D%222%22%20fill%3D%22%23fff%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2028.3923V35.4066C37%2039.048%2034.0885%2042%2030.497%2042C26.9054%2042%2023.9939%2039.048%2023.9939%2035.4066L24.0061%2013.1429C24.0061%209.19797%2021.0946%206%2017.503%206C13.9115%206%2011%209.19797%2011%2013.1429V28.3923%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2031L37%2025L31%2031%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2010.7273C43%2015.1818%2037%2019%2037%2019C37%2019%2031%2015.1818%2031%2010.7273C31%209.20831%2031.6321%207.75155%2032.7574%206.67748C33.8826%205.60341%2035.4087%205%2037%205C38.5913%205%2040.1174%205.60341%2041.2426%206.67748C42.3679%207.75155%2043%209.20831%2043%2010.7273Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M17%2034.7273C17%2039.1818%2011%2043%2011%2043C11%2043%205%2039.1818%205%2034.7273C5%2033.2083%205.63214%2031.7516%206.75736%2030.6775C7.88258%2029.6034%209.4087%2029%2011%2029C12.5913%2029%2014.1174%2029.6034%2015.2426%2030.6775C16.3679%2031.7516%2017%2033.2083%2017%2034.7273Z%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2235%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/transfer.svg?color=%231a73e8&size=48