call transfer icon
call-transfer-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- call-transfer-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M12 8.499a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3 1a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-2.147 2.147a.5.5 0 0 0 .708.707L17 3.706z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallTransfer20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M12 8.499a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3 1a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-2.147 2.147a.5.5 0 0 0 .708.707L17 3.706z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501M12 8.499a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3 1a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-2.147 2.147a.5.5 0 0 0 .708.707L17 3.706z"/></svg> </template>
CSS
.icon-call-transfer-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587%201.566%201.152%202.122c.169.165.465.222.788.099l.666-.255a2.5%202.5%200%200%201%203.074%201.114l.954%201.702c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501M12%208.499a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M14%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m3%201a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5h-5a.5.5%200%200%200%200%201h3.793l-2.147%202.147a.5.5%200%200%200%20.708.707L17%203.706z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.551%202.442c.854-.478%201.943-.59%202.984-.326c.507.128.94.457%201.2.91l.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587%201.566%201.152%202.122c.169.165.465.222.788.099l.666-.255a2.5%202.5%200%200%201%203.074%201.114l.954%201.702c.263.47.306%201.031.12%201.536c-.371%201.003-1.086%201.812-1.965%202.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015%201.509-2.501M12%208.499a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M14%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m3%201a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5h-5a.5.5%200%200%200%200%201h3.793l-2.147%202.147a.5.5%200%200%200%20.708.707L17%203.706z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-transfer-20-filled.svg?color=%231a73e8&size=48