merge-type-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
merge-type-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
merge-type-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the merge type icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.6 19.575q-.425 0-.7-.275l-4.3-4.325q-.275-.275-.437-.637T11 13.575v-6.7L9.125 8.75q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7l3.6-3.625q.15-.15.325-.212T12 3.45t.375.063t.325.212L16.3 7.3q.3.3.3.713t-.3.712t-.712.313t-.713-.288L13 6.875V13.6l4.3 4.3q.275.275.275.7t-.275.7t-.7.275m-9.9-.25q-.3-.3-.287-.712t.287-.688l1.775-1.8q.3-.3.713-.3t.712.3t.288.713t-.313.712L8.1 19.325q-.275.275-.7.275t-.7-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMergeTypeRounded(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="M16.6 19.575q-.425 0-.7-.275l-4.3-4.325q-.275-.275-.437-.637T11 13.575v-6.7L9.125 8.75q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7l3.6-3.625q.15-.15.325-.212T12 3.45t.375.063t.325.212L16.3 7.3q.3.3.3.713t-.3.712t-.712.313t-.713-.288L13 6.875V13.6l4.3 4.3q.275.275.275.7t-.275.7t-.7.275m-9.9-.25q-.3-.3-.287-.712t.287-.688l1.775-1.8q.3-.3.713-.3t.712.3t.288.713t-.313.712L8.1 19.325q-.275.275-.7.275t-.7-.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.6 19.575q-.425 0-.7-.275l-4.3-4.325q-.275-.275-.437-.637T11 13.575v-6.7L9.125 8.75q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7l3.6-3.625q.15-.15.325-.212T12 3.45t.375.063t.325.212L16.3 7.3q.3.3.3.713t-.3.712t-.712.313t-.713-.288L13 6.875V13.6l4.3 4.3q.275.275.275.7t-.275.7t-.7.275m-9.9-.25q-.3-.3-.287-.712t.287-.688l1.775-1.8q.3-.3.713-.3t.712.3t.288.713t-.313.712L8.1 19.325q-.275.275-.7.275t-.7-.275"/></svg>
</template>

CSS

.icon-merge-type-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%22M16.6%2019.575q-.425%200-.7-.275l-4.3-4.325q-.275-.275-.437-.637T11%2013.575v-6.7L9.125%208.75q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7l3.6-3.625q.15-.15.325-.212T12%203.45t.375.063t.325.212L16.3%207.3q.3.3.3.713t-.3.712t-.712.313t-.713-.288L13%206.875V13.6l4.3%204.3q.275.275.275.7t-.275.7t-.7.275m-9.9-.25q-.3-.3-.287-.712t.287-.688l1.775-1.8q.3-.3.713-.3t.712.3t.288.713t-.313.712L8.1%2019.325q-.275.275-.7.275t-.7-.275%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%22M16.6%2019.575q-.425%200-.7-.275l-4.3-4.325q-.275-.275-.437-.637T11%2013.575v-6.7L9.125%208.75q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7l3.6-3.625q.15-.15.325-.212T12%203.45t.375.063t.325.212L16.3%207.3q.3.3.3.713t-.3.712t-.712.313t-.713-.288L13%206.875V13.6l4.3%204.3q.275.275.275.7t-.275.7t-.7.275m-9.9-.25q-.3-.3-.287-.712t.287-.688l1.775-1.8q.3-.3.713-.3t.712.3t.288.713t-.313.712L8.1%2019.325q-.275.275-.7.275t-.7-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/merge-type-rounded.svg?color=%231a73e8&size=48