call transfer icon
call-transfer-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- call-transfer-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-warning-16-filled
Use the call transfer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0V4.56l-3.97 3.97a.75.75 0 1 1-1.06-1.06l3.97-3.97h-4.69a.75.75 0 0 1-.75-.75m0 8a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M12.75 12a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.526-6.66l-.86-2.028c-.432-1.018-1.51-1.54-2.518-1.217l-1.077.344C4.702 2.78 3.884 3.695 3.62 4.843q-.94 4.094 2.258 9.968q3.195 5.865 7.003 7.053c1.076.336 2.238.04 3.052-.778l.818-.82c.763-.767.874-2.013.259-2.916l-1.233-1.811c-.529-.777-1.468-1.108-2.33-.82l-2.275.759A8.7 8.7 0 0 1 8.9 12.883q-.909-1.563-1.084-3.177L9.71 7.908c.68-.646.889-1.685.514-2.568"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallTransfer24Filled(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="M14 2.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0V4.56l-3.97 3.97a.75.75 0 1 1-1.06-1.06l3.97-3.97h-4.69a.75.75 0 0 1-.75-.75m0 8a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M12.75 12a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.526-6.66l-.86-2.028c-.432-1.018-1.51-1.54-2.518-1.217l-1.077.344C4.702 2.78 3.884 3.695 3.62 4.843q-.94 4.094 2.258 9.968q3.195 5.865 7.003 7.053c1.076.336 2.238.04 3.052-.778l.818-.82c.763-.767.874-2.013.259-2.916l-1.233-1.811c-.529-.777-1.468-1.108-2.33-.82l-2.275.759A8.7 8.7 0 0 1 8.9 12.883q-.909-1.563-1.084-3.177L9.71 7.908c.68-.646.889-1.685.514-2.568"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0V4.56l-3.97 3.97a.75.75 0 1 1-1.06-1.06l3.97-3.97h-4.69a.75.75 0 0 1-.75-.75m0 8a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M12.75 12a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.526-6.66l-.86-2.028c-.432-1.018-1.51-1.54-2.518-1.217l-1.077.344C4.702 2.78 3.884 3.695 3.62 4.843q-.94 4.094 2.258 9.968q3.195 5.865 7.003 7.053c1.076.336 2.238.04 3.052-.778l.818-.82c.763-.767.874-2.013.259-2.916l-1.233-1.811c-.529-.777-1.468-1.108-2.33-.82l-2.275.759A8.7 8.7 0 0 1 8.9 12.883q-.909-1.563-1.084-3.177L9.71 7.908c.68-.646.889-1.685.514-2.568"/></svg> </template>
CSS
.icon-call-transfer-24-filled {
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%22M14%202.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-1.5%200V4.56l-3.97%203.97a.75.75%200%201%201-1.06-1.06l3.97-3.97h-4.69a.75.75%200%200%201-.75-.75m0%208a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M12.75%2012a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.526-6.66l-.86-2.028c-.432-1.018-1.51-1.54-2.518-1.217l-1.077.344C4.702%202.78%203.884%203.695%203.62%204.843q-.94%204.094%202.258%209.968q3.195%205.865%207.003%207.053c1.076.336%202.238.04%203.052-.778l.818-.82c.763-.767.874-2.013.259-2.916l-1.233-1.811c-.529-.777-1.468-1.108-2.33-.82l-2.275.759A8.7%208.7%200%200%201%208.9%2012.883q-.909-1.563-1.084-3.177L9.71%207.908c.68-.646.889-1.685.514-2.568%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%22M14%202.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-1.5%200V4.56l-3.97%203.97a.75.75%200%201%201-1.06-1.06l3.97-3.97h-4.69a.75.75%200%200%201-.75-.75m0%208a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M12.75%2012a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.526-6.66l-.86-2.028c-.432-1.018-1.51-1.54-2.518-1.217l-1.077.344C4.702%202.78%203.884%203.695%203.62%204.843q-.94%204.094%202.258%209.968q3.195%205.865%207.003%207.053c1.076.336%202.238.04%203.052-.778l.818-.82c.763-.767.874-2.013.259-2.916l-1.233-1.811c-.529-.777-1.468-1.108-2.33-.82l-2.275.759A8.7%208.7%200%200%201%208.9%2012.883q-.909-1.563-1.084-3.177L9.71%207.908c.68-.646.889-1.685.514-2.568%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-transfer-24-filled.svg?color=%231a73e8&size=48