arrow merge icon
arrow-merge from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-merge
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
Use the arrow merge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.082 47.043c.586 0 1.219-.211 1.781-.586l1.219-.82c3.258-2.203 8.063-7.172 8.883-9.657h.07c.82 2.461 5.602 7.454 8.883 9.657l1.219.82c.562.375 1.195.586 1.804.586c1.172 0 1.97-.82 1.97-1.969c0-.703-.352-1.406-1.009-1.804l-1.851-1.196c-3.258-2.156-9-7.593-9-13.336V19.95h3.328c1.664 0 2.086-1.148 1.195-2.437l-5.25-7.477c-.75-1.055-1.875-1.078-2.648 0l-5.227 7.453c-.937 1.313-.492 2.461 1.195 2.461h3.305v8.79c0 5.741-5.765 11.156-9 13.335l-1.851 1.196a2.2 2.2 0 0 0-1.008 1.828c0 1.054.773 1.945 1.992 1.945"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowMerge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.082 47.043c.586 0 1.219-.211 1.781-.586l1.219-.82c3.258-2.203 8.063-7.172 8.883-9.657h.07c.82 2.461 5.602 7.454 8.883 9.657l1.219.82c.562.375 1.195.586 1.804.586c1.172 0 1.97-.82 1.97-1.969c0-.703-.352-1.406-1.009-1.804l-1.851-1.196c-3.258-2.156-9-7.593-9-13.336V19.95h3.328c1.664 0 2.086-1.148 1.195-2.437l-5.25-7.477c-.75-1.055-1.875-1.078-2.648 0l-5.227 7.453c-.937 1.313-.492 2.461 1.195 2.461h3.305v8.79c0 5.741-5.765 11.156-9 13.335l-1.851 1.196a2.2 2.2 0 0 0-1.008 1.828c0 1.054.773 1.945 1.992 1.945"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.082 47.043c.586 0 1.219-.211 1.781-.586l1.219-.82c3.258-2.203 8.063-7.172 8.883-9.657h.07c.82 2.461 5.602 7.454 8.883 9.657l1.219.82c.562.375 1.195.586 1.804.586c1.172 0 1.97-.82 1.97-1.969c0-.703-.352-1.406-1.009-1.804l-1.851-1.196c-3.258-2.156-9-7.593-9-13.336V19.95h3.328c1.664 0 2.086-1.148 1.195-2.437l-5.25-7.477c-.75-1.055-1.875-1.078-2.648 0l-5.227 7.453c-.937 1.313-.492 2.461 1.195 2.461h3.305v8.79c0 5.741-5.765 11.156-9 13.335l-1.851 1.196a2.2 2.2 0 0 0-1.008 1.828c0 1.054.773 1.945 1.992 1.945"/></svg> </template>
CSS
.icon-arrow-merge {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.082%2047.043c.586%200%201.219-.211%201.781-.586l1.219-.82c3.258-2.203%208.063-7.172%208.883-9.657h.07c.82%202.461%205.602%207.454%208.883%209.657l1.219.82c.562.375%201.195.586%201.804.586c1.172%200%201.97-.82%201.97-1.969c0-.703-.352-1.406-1.009-1.804l-1.851-1.196c-3.258-2.156-9-7.593-9-13.336V19.95h3.328c1.664%200%202.086-1.148%201.195-2.437l-5.25-7.477c-.75-1.055-1.875-1.078-2.648%200l-5.227%207.453c-.937%201.313-.492%202.461%201.195%202.461h3.305v8.79c0%205.741-5.765%2011.156-9%2013.335l-1.851%201.196a2.2%202.2%200%200%200-1.008%201.828c0%201.054.773%201.945%201.992%201.945%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.082%2047.043c.586%200%201.219-.211%201.781-.586l1.219-.82c3.258-2.203%208.063-7.172%208.883-9.657h.07c.82%202.461%205.602%207.454%208.883%209.657l1.219.82c.562.375%201.195.586%201.804.586c1.172%200%201.97-.82%201.97-1.969c0-.703-.352-1.406-1.009-1.804l-1.851-1.196c-3.258-2.156-9-7.593-9-13.336V19.95h3.328c1.664%200%202.086-1.148%201.195-2.437l-5.25-7.477c-.75-1.055-1.875-1.078-2.648%200l-5.227%207.453c-.937%201.313-.492%202.461%201.195%202.461h3.305v8.79c0%205.741-5.765%2011.156-9%2013.335l-1.851%201.196a2.2%202.2%200%200%200-1.008%201.828c0%201.054.773%201.945%201.992%201.945%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-merge.svg?color=%231a73e8&size=48