merge-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
merge-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the merge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M284 924c61.856 0 112-50.144 112-112c0-49.262-31.803-91.095-75.998-106.088L320 421.629l386.488 126.553l.014 95.914C661.009 658.336 628 700.813 628 751c0 61.856 50.144 112 112 112s112-50.144 112-112c0-48.327-30.608-89.505-73.496-105.206l-.018-113.037c-.003-21.932-14.1-41.379-34.944-48.204L320 345.868l.002-27.78c43.64-14.805 75.197-55.78 75.983-104.236L396 212c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 49.262 31.804 91.096 75.999 106.088v387.824C203.804 720.904 172 762.738 172 812c0 61.856 50.144 112 112 112"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMergeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M284 924c61.856 0 112-50.144 112-112c0-49.262-31.803-91.095-75.998-106.088L320 421.629l386.488 126.553l.014 95.914C661.009 658.336 628 700.813 628 751c0 61.856 50.144 112 112 112s112-50.144 112-112c0-48.327-30.608-89.505-73.496-105.206l-.018-113.037c-.003-21.932-14.1-41.379-34.944-48.204L320 345.868l.002-27.78c43.64-14.805 75.197-55.78 75.983-104.236L396 212c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 49.262 31.804 91.096 75.999 106.088v387.824C203.804 720.904 172 762.738 172 812c0 61.856 50.144 112 112 112"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M284 924c61.856 0 112-50.144 112-112c0-49.262-31.803-91.095-75.998-106.088L320 421.629l386.488 126.553l.014 95.914C661.009 658.336 628 700.813 628 751c0 61.856 50.144 112 112 112s112-50.144 112-112c0-48.327-30.608-89.505-73.496-105.206l-.018-113.037c-.003-21.932-14.1-41.379-34.944-48.204L320 345.868l.002-27.78c43.64-14.805 75.197-55.78 75.983-104.236L396 212c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 49.262 31.804 91.096 75.999 106.088v387.824C203.804 720.904 172 762.738 172 812c0 61.856 50.144 112 112 112"/></svg>
</template>

CSS

.icon-merge-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M284%20924c61.856%200%20112-50.144%20112-112c0-49.262-31.803-91.095-75.998-106.088L320%20421.629l386.488%20126.553l.014%2095.914C661.009%20658.336%20628%20700.813%20628%20751c0%2061.856%2050.144%20112%20112%20112s112-50.144%20112-112c0-48.327-30.608-89.505-73.496-105.206l-.018-113.037c-.003-21.932-14.1-41.379-34.944-48.204L320%20345.868l.002-27.78c43.64-14.805%2075.197-55.78%2075.983-104.236L396%20212c0-61.856-50.144-112-112-112s-112%2050.144-112%20112c0%2049.262%2031.804%2091.096%2075.999%20106.088v387.824C203.804%20720.904%20172%20762.738%20172%20812c0%2061.856%2050.144%20112%20112%20112%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M284%20924c61.856%200%20112-50.144%20112-112c0-49.262-31.803-91.095-75.998-106.088L320%20421.629l386.488%20126.553l.014%2095.914C661.009%20658.336%20628%20700.813%20628%20751c0%2061.856%2050.144%20112%20112%20112s112-50.144%20112-112c0-48.327-30.608-89.505-73.496-105.206l-.018-113.037c-.003-21.932-14.1-41.379-34.944-48.204L320%20345.868l.002-27.78c43.64-14.805%2075.197-55.78%2075.983-104.236L396%20212c0-61.856-50.144-112-112-112s-112%2050.144-112%20112c0%2049.262%2031.804%2091.096%2075.999%20106.088v387.824C203.804%20720.904%20172%20762.738%20172%20812c0%2061.856%2050.144%20112%20112%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/merge-filled.svg?color=%231a73e8&size=48