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

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

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the call merge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.425 18.6q0-.425.275-.7l4.3-4.3V6.875L9.125 8.75q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l3.575-3.6q.15-.15.325-.213T12 3.45t.375.062t.325.213l3.625 3.625q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 6.875v6.7q0 .4-.15.763t-.425.637L8.1 19.3q-.275.275-.7.275t-.7-.275t-.275-.7m10.875.725q-.275.275-.7.275t-.7-.275l-1.8-1.775q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l1.775 1.775q.275.275.287.688t-.287.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCallMergeRounded(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="M6.425 18.6q0-.425.275-.7l4.3-4.3V6.875L9.125 8.75q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l3.575-3.6q.15-.15.325-.213T12 3.45t.375.062t.325.213l3.625 3.625q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 6.875v6.7q0 .4-.15.763t-.425.637L8.1 19.3q-.275.275-.7.275t-.7-.275t-.275-.7m10.875.725q-.275.275-.7.275t-.7-.275l-1.8-1.775q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l1.775 1.775q.275.275.287.688t-.287.712"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.425 18.6q0-.425.275-.7l4.3-4.3V6.875L9.125 8.75q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l3.575-3.6q.15-.15.325-.213T12 3.45t.375.062t.325.213l3.625 3.625q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 6.875v6.7q0 .4-.15.763t-.425.637L8.1 19.3q-.275.275-.7.275t-.7-.275t-.275-.7m10.875.725q-.275.275-.7.275t-.7-.275l-1.8-1.775q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l1.775 1.775q.275.275.287.688t-.287.712"/></svg>
</template>

CSS

.icon-call-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%22M6.425%2018.6q0-.425.275-.7l4.3-4.3V6.875L9.125%208.75q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l3.575-3.6q.15-.15.325-.213T12%203.45t.375.062t.325.213l3.625%203.625q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13%206.875v6.7q0%20.4-.15.763t-.425.637L8.1%2019.3q-.275.275-.7.275t-.7-.275t-.275-.7m10.875.725q-.275.275-.7.275t-.7-.275l-1.8-1.775q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l1.775%201.775q.275.275.287.688t-.287.712%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%22M6.425%2018.6q0-.425.275-.7l4.3-4.3V6.875L9.125%208.75q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l3.575-3.6q.15-.15.325-.213T12%203.45t.375.062t.325.213l3.625%203.625q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13%206.875v6.7q0%20.4-.15.763t-.425.637L8.1%2019.3q-.275.275-.7.275t-.7-.275t-.275-.7m10.875.725q-.275.275-.7.275t-.7-.275l-1.8-1.775q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l1.775%201.775q.275.275.287.688t-.287.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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