call transfer icon
call-transfer-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- call-transfer-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m6.829 6.04l-1.073.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .937 1.223L8.67 9.23a2 2 0 0 1 2.145.636l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.014a1.915 1.915 0 0 1 2.353 1.16l.459 1.223a2 2 0 0 1-.521 2.176M13.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.709l-2.146 2.146a.5.5 0 0 1-.708-.707l2.147-2.146H9.5a.5.5 0 1 1 0-1zM10 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallTransfer16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m6.829 6.04l-1.073.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .937 1.223L8.67 9.23a2 2 0 0 1 2.145.636l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.014a1.915 1.915 0 0 1 2.353 1.16l.459 1.223a2 2 0 0 1-.521 2.176M13.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.709l-2.146 2.146a.5.5 0 0 1-.708-.707l2.147-2.146H9.5a.5.5 0 1 1 0-1zM10 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m6.829 6.04l-1.073.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .937 1.223L8.67 9.23a2 2 0 0 1 2.145.636l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.014a1.915 1.915 0 0 1 2.353 1.16l.459 1.223a2 2 0 0 1-.521 2.176M13.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.709l-2.146 2.146a.5.5 0 0 1-.708-.707l2.147-2.146H9.5a.5.5 0 1 1 0-1zM10 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg> </template>
CSS
.icon-call-transfer-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.829%206.04l-1.073.984a6.6%206.6%200%200%200%20.59%201.421a6.3%206.3%200%200%200%20.937%201.223L8.67%209.23a2%202%200%200%201%202.145.636l.84%201.021a1.9%201.9%200%200%201-.17%202.596c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.654%209.97a15.3%2015.3%200%200%201-1.746-4.474c-.406-1.895.913-3.49%202.63-4.014a1.915%201.915%200%200%201%202.353%201.16l.459%201.223a2%202%200%200%201-.521%202.176M13.5%202a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-1%200V3.709l-2.146%202.146a.5.5%200%200%201-.708-.707l2.147-2.146H9.5a.5.5%200%201%201%200-1zM10%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M8.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.829%206.04l-1.073.984a6.6%206.6%200%200%200%20.59%201.421a6.3%206.3%200%200%200%20.937%201.223L8.67%209.23a2%202%200%200%201%202.145.636l.84%201.021a1.9%201.9%200%200%201-.17%202.596c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.654%209.97a15.3%2015.3%200%200%201-1.746-4.474c-.406-1.895.913-3.49%202.63-4.014a1.915%201.915%200%200%201%202.353%201.16l.459%201.223a2%202%200%200%201-.521%202.176M13.5%202a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-1%200V3.709l-2.146%202.146a.5.5%200%200%201-.708-.707l2.147-2.146H9.5a.5.5%200%201%201%200-1zM10%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M8.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-transfer-16-filled.svg?color=%231a73e8&size=48