cell merge icon
cell-merge-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cell-merge-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cell-merge-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the cell merge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.643 8.356Q3.5 8.213 3.5 8V5.116q0-.667.475-1.141t1.14-.475H8q.213 0 .356.144t.144.357t-.144.356T8 4.5H5.116q-.27 0-.443.173t-.173.443V8q0 .213-.144.356t-.357.144t-.356-.144m16 0Q19.5 8.213 19.5 8V5.116q0-.27-.173-.443t-.442-.173H16q-.213 0-.356-.144t-.144-.357t.144-.356T16 3.5h2.885q.666 0 1.14.475t.475 1.14V8q0 .213-.144.356t-.357.144t-.356-.144m-3.172 6.423l-2.194-2.214q-.242-.242-.242-.565t.242-.566l2.194-2.213q.146-.146.347-.146t.367.15t.165.357t-.165.352L15.614 11.5H21q.213 0 .356.144t.144.357t-.144.356T21 12.5h-5.386l1.57 1.566q.147.145.156.346t-.156.367q-.15.146-.359.146t-.354-.146m-9.64 0q-.156-.146-.159-.357q-.003-.21.144-.357l1.57-1.565H3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h5.387L6.816 9.935q-.147-.147-.141-.355q.006-.207.146-.359q.166-.146.364-.155t.344.155l2.194 2.214q.243.242.243.565t-.243.566l-2.194 2.213q-.148.146-.345.146t-.353-.146M5.116 20.5q-.667 0-1.141-.475t-.475-1.14V16q0-.213.144-.356t.357-.144t.356.144T4.5 16v2.885q0 .269.173.442t.443.173H8q.213 0 .356.144t.144.357t-.144.356T8 20.5zM16 20.5q-.213 0-.356-.144t-.144-.357t.144-.356T16 19.5h2.885q.269 0 .442-.173t.173-.442V16q0-.213.144-.356t.357-.144t.356.144t.143.356v2.885q0 .666-.475 1.14t-1.14.475z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCellMergeRounded(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="M3.643 8.356Q3.5 8.213 3.5 8V5.116q0-.667.475-1.141t1.14-.475H8q.213 0 .356.144t.144.357t-.144.356T8 4.5H5.116q-.27 0-.443.173t-.173.443V8q0 .213-.144.356t-.357.144t-.356-.144m16 0Q19.5 8.213 19.5 8V5.116q0-.27-.173-.443t-.442-.173H16q-.213 0-.356-.144t-.144-.357t.144-.356T16 3.5h2.885q.666 0 1.14.475t.475 1.14V8q0 .213-.144.356t-.357.144t-.356-.144m-3.172 6.423l-2.194-2.214q-.242-.242-.242-.565t.242-.566l2.194-2.213q.146-.146.347-.146t.367.15t.165.357t-.165.352L15.614 11.5H21q.213 0 .356.144t.144.357t-.144.356T21 12.5h-5.386l1.57 1.566q.147.145.156.346t-.156.367q-.15.146-.359.146t-.354-.146m-9.64 0q-.156-.146-.159-.357q-.003-.21.144-.357l1.57-1.565H3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h5.387L6.816 9.935q-.147-.147-.141-.355q.006-.207.146-.359q.166-.146.364-.155t.344.155l2.194 2.214q.243.242.243.565t-.243.566l-2.194 2.213q-.148.146-.345.146t-.353-.146M5.116 20.5q-.667 0-1.141-.475t-.475-1.14V16q0-.213.144-.356t.357-.144t.356.144T4.5 16v2.885q0 .269.173.442t.443.173H8q.213 0 .356.144t.144.357t-.144.356T8 20.5zM16 20.5q-.213 0-.356-.144t-.144-.357t.144-.356T16 19.5h2.885q.269 0 .442-.173t.173-.442V16q0-.213.144-.356t.357-.144t.356.144t.143.356v2.885q0 .666-.475 1.14t-1.14.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.643 8.356Q3.5 8.213 3.5 8V5.116q0-.667.475-1.141t1.14-.475H8q.213 0 .356.144t.144.357t-.144.356T8 4.5H5.116q-.27 0-.443.173t-.173.443V8q0 .213-.144.356t-.357.144t-.356-.144m16 0Q19.5 8.213 19.5 8V5.116q0-.27-.173-.443t-.442-.173H16q-.213 0-.356-.144t-.144-.357t.144-.356T16 3.5h2.885q.666 0 1.14.475t.475 1.14V8q0 .213-.144.356t-.357.144t-.356-.144m-3.172 6.423l-2.194-2.214q-.242-.242-.242-.565t.242-.566l2.194-2.213q.146-.146.347-.146t.367.15t.165.357t-.165.352L15.614 11.5H21q.213 0 .356.144t.144.357t-.144.356T21 12.5h-5.386l1.57 1.566q.147.145.156.346t-.156.367q-.15.146-.359.146t-.354-.146m-9.64 0q-.156-.146-.159-.357q-.003-.21.144-.357l1.57-1.565H3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h5.387L6.816 9.935q-.147-.147-.141-.355q.006-.207.146-.359q.166-.146.364-.155t.344.155l2.194 2.214q.243.242.243.565t-.243.566l-2.194 2.213q-.148.146-.345.146t-.353-.146M5.116 20.5q-.667 0-1.141-.475t-.475-1.14V16q0-.213.144-.356t.357-.144t.356.144T4.5 16v2.885q0 .269.173.442t.443.173H8q.213 0 .356.144t.144.357t-.144.356T8 20.5zM16 20.5q-.213 0-.356-.144t-.144-.357t.144-.356T16 19.5h2.885q.269 0 .442-.173t.173-.442V16q0-.213.144-.356t.357-.144t.356.144t.143.356v2.885q0 .666-.475 1.14t-1.14.475z"/></svg> </template>
CSS
.icon-cell-merge-rounded {
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%22M3.643%208.356Q3.5%208.213%203.5%208V5.116q0-.667.475-1.141t1.14-.475H8q.213%200%20.356.144t.144.357t-.144.356T8%204.5H5.116q-.27%200-.443.173t-.173.443V8q0%20.213-.144.356t-.357.144t-.356-.144m16%200Q19.5%208.213%2019.5%208V5.116q0-.27-.173-.443t-.442-.173H16q-.213%200-.356-.144t-.144-.357t.144-.356T16%203.5h2.885q.666%200%201.14.475t.475%201.14V8q0%20.213-.144.356t-.357.144t-.356-.144m-3.172%206.423l-2.194-2.214q-.242-.242-.242-.565t.242-.566l2.194-2.213q.146-.146.347-.146t.367.15t.165.357t-.165.352L15.614%2011.5H21q.213%200%20.356.144t.144.357t-.144.356T21%2012.5h-5.386l1.57%201.566q.147.145.156.346t-.156.367q-.15.146-.359.146t-.354-.146m-9.64%200q-.156-.146-.159-.357q-.003-.21.144-.357l1.57-1.565H3q-.213%200-.356-.144t-.144-.357t.144-.356T3%2011.5h5.387L6.816%209.935q-.147-.147-.141-.355q.006-.207.146-.359q.166-.146.364-.155t.344.155l2.194%202.214q.243.242.243.565t-.243.566l-2.194%202.213q-.148.146-.345.146t-.353-.146M5.116%2020.5q-.667%200-1.141-.475t-.475-1.14V16q0-.213.144-.356t.357-.144t.356.144T4.5%2016v2.885q0%20.269.173.442t.443.173H8q.213%200%20.356.144t.144.357t-.144.356T8%2020.5zM16%2020.5q-.213%200-.356-.144t-.144-.357t.144-.356T16%2019.5h2.885q.269%200%20.442-.173t.173-.442V16q0-.213.144-.356t.357-.144t.356.144t.143.356v2.885q0%20.666-.475%201.14t-1.14.475z%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%22M3.643%208.356Q3.5%208.213%203.5%208V5.116q0-.667.475-1.141t1.14-.475H8q.213%200%20.356.144t.144.357t-.144.356T8%204.5H5.116q-.27%200-.443.173t-.173.443V8q0%20.213-.144.356t-.357.144t-.356-.144m16%200Q19.5%208.213%2019.5%208V5.116q0-.27-.173-.443t-.442-.173H16q-.213%200-.356-.144t-.144-.357t.144-.356T16%203.5h2.885q.666%200%201.14.475t.475%201.14V8q0%20.213-.144.356t-.357.144t-.356-.144m-3.172%206.423l-2.194-2.214q-.242-.242-.242-.565t.242-.566l2.194-2.213q.146-.146.347-.146t.367.15t.165.357t-.165.352L15.614%2011.5H21q.213%200%20.356.144t.144.357t-.144.356T21%2012.5h-5.386l1.57%201.566q.147.145.156.346t-.156.367q-.15.146-.359.146t-.354-.146m-9.64%200q-.156-.146-.159-.357q-.003-.21.144-.357l1.57-1.565H3q-.213%200-.356-.144t-.144-.357t.144-.356T3%2011.5h5.387L6.816%209.935q-.147-.147-.141-.355q.006-.207.146-.359q.166-.146.364-.155t.344.155l2.194%202.214q.243.242.243.565t-.243.566l-2.194%202.213q-.148.146-.345.146t-.353-.146M5.116%2020.5q-.667%200-1.141-.475t-.475-1.14V16q0-.213.144-.356t.357-.144t.356.144T4.5%2016v2.885q0%20.269.173.442t.443.173H8q.213%200%20.356.144t.144.357t-.144.356T8%2020.5zM16%2020.5q-.213%200-.356-.144t-.144-.357t.144-.356T16%2019.5h2.885q.269%200%20.442-.173t.173-.442V16q0-.213.144-.356t.357-.144t.356.144t.143.356v2.885q0%20.666-.475%201.14t-1.14.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cell-merge-rounded.svg?color=%231a73e8&size=48