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

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

1 other variant in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the call split icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 6.708V9.5q0 .214-.143.357T5.5 10t-.357-.143T5 9.5V5.808q0-.348.23-.578T5.808 5H9.5q.214 0 .357.143T10 5.5t-.143.357T9.5 6H6.708l5.313 5.314q.218.217.348.522q.131.305.131.628V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357v-6.042q0-.116-.039-.221t-.134-.202zm12 0l-3.488 3.494q-.146.146-.347.156t-.367-.156t-.165-.36t.165-.36L17.292 6H14.5q-.213 0-.357-.143T14 5.5t.143-.357T14.5 5h3.692q.349 0 .578.23t.23.578V9.5q0 .214-.143.357T18.5 10t-.357-.143T18 9.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCallSplitRounded(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 6.708V9.5q0 .214-.143.357T5.5 10t-.357-.143T5 9.5V5.808q0-.348.23-.578T5.808 5H9.5q.214 0 .357.143T10 5.5t-.143.357T9.5 6H6.708l5.313 5.314q.218.217.348.522q.131.305.131.628V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357v-6.042q0-.116-.039-.221t-.134-.202zm12 0l-3.488 3.494q-.146.146-.347.156t-.367-.156t-.165-.36t.165-.36L17.292 6H14.5q-.213 0-.357-.143T14 5.5t.143-.357T14.5 5h3.692q.349 0 .578.23t.23.578V9.5q0 .214-.143.357T18.5 10t-.357-.143T18 9.5z"/></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 6.708V9.5q0 .214-.143.357T5.5 10t-.357-.143T5 9.5V5.808q0-.348.23-.578T5.808 5H9.5q.214 0 .357.143T10 5.5t-.143.357T9.5 6H6.708l5.313 5.314q.218.217.348.522q.131.305.131.628V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357v-6.042q0-.116-.039-.221t-.134-.202zm12 0l-3.488 3.494q-.146.146-.347.156t-.367-.156t-.165-.36t.165-.36L17.292 6H14.5q-.213 0-.357-.143T14 5.5t.143-.357T14.5 5h3.692q.349 0 .578.23t.23.578V9.5q0 .214-.143.357T18.5 10t-.357-.143T18 9.5z"/></svg>
</template>

CSS

.icon-call-split-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%206.708V9.5q0%20.214-.143.357T5.5%2010t-.357-.143T5%209.5V5.808q0-.348.23-.578T5.808%205H9.5q.214%200%20.357.143T10%205.5t-.143.357T9.5%206H6.708l5.313%205.314q.218.217.348.522q.131.305.131.628V18.5q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357v-6.042q0-.116-.039-.221t-.134-.202zm12%200l-3.488%203.494q-.146.146-.347.156t-.367-.156t-.165-.36t.165-.36L17.292%206H14.5q-.213%200-.357-.143T14%205.5t.143-.357T14.5%205h3.692q.349%200%20.578.23t.23.578V9.5q0%20.214-.143.357T18.5%2010t-.357-.143T18%209.5z%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%206.708V9.5q0%20.214-.143.357T5.5%2010t-.357-.143T5%209.5V5.808q0-.348.23-.578T5.808%205H9.5q.214%200%20.357.143T10%205.5t-.143.357T9.5%206H6.708l5.313%205.314q.218.217.348.522q.131.305.131.628V18.5q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357v-6.042q0-.116-.039-.221t-.134-.202zm12%200l-3.488%203.494q-.146.146-.347.156t-.367-.156t-.165-.36t.165-.36L17.292%206H14.5q-.213%200-.357-.143T14%205.5t.143-.357T14.5%205h3.692q.349%200%20.578.23t.23.578V9.5q0%20.214-.143.357T18.5%2010t-.357-.143T18%209.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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