swap calls icon
swap-calls from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- swap-calls
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More communicate icons from Material Symbols Light
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.308 18L3 14.692l.708-.719l2.1 2.1V8.365q0-1.4.973-2.373t2.373-.973t2.373.973q.973.974.973 2.374v6.288q0 .979.684 1.662q.683.684 1.662.684t1.663-.684t.683-1.662V6.946l-2.1 2.1l-.707-.719l3.307-3.308L21 8.327l-.708.72l-2.1-2.1v7.707q0 1.4-.973 2.373T14.846 18t-2.373-.973t-.973-2.373V8.366q0-.98-.684-1.663q-.683-.684-1.662-.684t-1.663.684t-.683 1.663v7.707l2.1-2.1l.708.72z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwapCalls(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.308 18L3 14.692l.708-.719l2.1 2.1V8.365q0-1.4.973-2.373t2.373-.973t2.373.973q.973.974.973 2.374v6.288q0 .979.684 1.662q.683.684 1.662.684t1.663-.684t.683-1.662V6.946l-2.1 2.1l-.707-.719l3.307-3.308L21 8.327l-.708.72l-2.1-2.1v7.707q0 1.4-.973 2.373T14.846 18t-2.373-.973t-.973-2.373V8.366q0-.98-.684-1.663q-.683-.684-1.662-.684t-1.663.684t-.683 1.663v7.707l2.1-2.1l.708.72z"/></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.308 18L3 14.692l.708-.719l2.1 2.1V8.365q0-1.4.973-2.373t2.373-.973t2.373.973q.973.974.973 2.374v6.288q0 .979.684 1.662q.683.684 1.662.684t1.663-.684t.683-1.662V6.946l-2.1 2.1l-.707-.719l3.307-3.308L21 8.327l-.708.72l-2.1-2.1v7.707q0 1.4-.973 2.373T14.846 18t-2.373-.973t-.973-2.373V8.366q0-.98-.684-1.663q-.683-.684-1.662-.684t-1.663.684t-.683 1.663v7.707l2.1-2.1l.708.72z"/></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.308%2018L3%2014.692l.708-.719l2.1%202.1V8.365q0-1.4.973-2.373t2.373-.973t2.373.973q.973.974.973%202.374v6.288q0%20.979.684%201.662q.683.684%201.662.684t1.663-.684t.683-1.662V6.946l-2.1%202.1l-.707-.719l3.307-3.308L21%208.327l-.708.72l-2.1-2.1v7.707q0%201.4-.973%202.373T14.846%2018t-2.373-.973t-.973-2.373V8.366q0-.98-.684-1.663q-.683-.684-1.662-.684t-1.663.684t-.683%201.663v7.707l2.1-2.1l.708.72z%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.308%2018L3%2014.692l.708-.719l2.1%202.1V8.365q0-1.4.973-2.373t2.373-.973t2.373.973q.973.974.973%202.374v6.288q0%20.979.684%201.662q.683.684%201.662.684t1.663-.684t.683-1.662V6.946l-2.1%202.1l-.707-.719l3.307-3.308L21%208.327l-.708.72l-2.1-2.1v7.707q0%201.4-.973%202.373T14.846%2018t-2.373-.973t-.973-2.373V8.366q0-.98-.684-1.663q-.683-.684-1.662-.684t-1.663.684t-.683%201.663v7.707l2.1-2.1l.708.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/swap-calls.svg?color=%231a73e8&size=48