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

Name
call-merge
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
call-merge-outline, call-merge-outline-sharp, call-merge-sharp

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="M7.4 20L6 18.6l5-5V6.875L8.425 9.45L7 8.025l5-5l5.025 5.025L15.6 9.475l-2.6-2.6V14.4zm9.2.025l-3.2-3.175l1.425-1.425l3.175 3.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCallMerge(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="M7.4 20L6 18.6l5-5V6.875L8.425 9.45L7 8.025l5-5l5.025 5.025L15.6 9.475l-2.6-2.6V14.4zm9.2.025l-3.2-3.175l1.425-1.425l3.175 3.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.4 20L6 18.6l5-5V6.875L8.425 9.45L7 8.025l5-5l5.025 5.025L15.6 9.475l-2.6-2.6V14.4zm9.2.025l-3.2-3.175l1.425-1.425l3.175 3.2z"/></svg>
</template>

CSS

.icon-call-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.4%2020L6%2018.6l5-5V6.875L8.425%209.45L7%208.025l5-5l5.025%205.025L15.6%209.475l-2.6-2.6V14.4zm9.2.025l-3.2-3.175l1.425-1.425l3.175%203.2z%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%22M7.4%2020L6%2018.6l5-5V6.875L8.425%209.45L7%208.025l5-5l5.025%205.025L15.6%209.475l-2.6-2.6V14.4zm9.2.025l-3.2-3.175l1.425-1.425l3.175%203.2z%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.svg?color=%231a73e8&size=48