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

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

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the swap calls icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 19l-4-4l1.4-1.45l1.6 1.6V8q0-1.65 1.175-2.825T9 4t2.825 1.175T13 8v7q0 .825.588 1.413T15 17t1.413-.587T17 15V7.85l-1.6 1.6L14 8l4-4l4 4l-1.4 1.45l-1.6-1.6V15q0 1.65-1.175 2.825T15 19t-2.825-1.175T11 15V8q0-.825-.587-1.412T9 6t-1.412.588T7 8v7.15l1.6-1.6L10 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwapCalls(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 19l-4-4l1.4-1.45l1.6 1.6V8q0-1.65 1.175-2.825T9 4t2.825 1.175T13 8v7q0 .825.588 1.413T15 17t1.413-.587T17 15V7.85l-1.6 1.6L14 8l4-4l4 4l-1.4 1.45l-1.6-1.6V15q0 1.65-1.175 2.825T15 19t-2.825-1.175T11 15V8q0-.825-.587-1.412T9 6t-1.412.588T7 8v7.15l1.6-1.6L10 15z"/></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 19l-4-4l1.4-1.45l1.6 1.6V8q0-1.65 1.175-2.825T9 4t2.825 1.175T13 8v7q0 .825.588 1.413T15 17t1.413-.587T17 15V7.85l-1.6 1.6L14 8l4-4l4 4l-1.4 1.45l-1.6-1.6V15q0 1.65-1.175 2.825T15 19t-2.825-1.175T11 15V8q0-.825-.587-1.412T9 6t-1.412.588T7 8v7.15l1.6-1.6L10 15z"/></svg>
</template>

CSS

.icon-swap-calls {
  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%2019l-4-4l1.4-1.45l1.6%201.6V8q0-1.65%201.175-2.825T9%204t2.825%201.175T13%208v7q0%20.825.588%201.413T15%2017t1.413-.587T17%2015V7.85l-1.6%201.6L14%208l4-4l4%204l-1.4%201.45l-1.6-1.6V15q0%201.65-1.175%202.825T15%2019t-2.825-1.175T11%2015V8q0-.825-.587-1.412T9%206t-1.412.588T7%208v7.15l1.6-1.6L10%2015z%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%2019l-4-4l1.4-1.45l1.6%201.6V8q0-1.65%201.175-2.825T9%204t2.825%201.175T13%208v7q0%20.825.588%201.413T15%2017t1.413-.587T17%2015V7.85l-1.6%201.6L14%208l4-4l4%204l-1.4%201.45l-1.6-1.6V15q0%201.65-1.175%202.825T15%2019t-2.825-1.175T11%2015V8q0-.825-.587-1.412T9%206t-1.412.588T7%208v7.15l1.6-1.6L10%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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