call transfer icon
call-transfer-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-transfer-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M4.765 2.455C3.41 2.87 2.523 4 2.714 5.255A12.4 12.4 0 0 0 4.268 9.64a12.7 12.7 0 0 0 3.024 3.527c.992.797 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.093a7.3 7.3 0 0 1-1.2-1.534a7.3 7.3 0 0 1-.76-1.934l-.012-.052a.5.5 0 0 1 .152-.47L6.153 5.3a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.036l-1.072.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.961a1.98 1.98 0 0 1-.179 2.707c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.803a13.4 13.4 0 0 1-1.678-4.736C1.439 3.522 2.79 2.014 4.473 1.499a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.174M12.293 3H9.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.707l-2.146 2.146a.5.5 0 0 1-.708-.707zM10 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 FluentCallTransfer16Regular(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="M4.765 2.455C3.41 2.87 2.523 4 2.714 5.255A12.4 12.4 0 0 0 4.268 9.64a12.7 12.7 0 0 0 3.024 3.527c.992.797 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.093a7.3 7.3 0 0 1-1.2-1.534a7.3 7.3 0 0 1-.76-1.934l-.012-.052a.5.5 0 0 1 .152-.47L6.153 5.3a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.036l-1.072.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.961a1.98 1.98 0 0 1-.179 2.707c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.803a13.4 13.4 0 0 1-1.678-4.736C1.439 3.522 2.79 2.014 4.473 1.499a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.174M12.293 3H9.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.707l-2.146 2.146a.5.5 0 0 1-.708-.707zM10 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="M4.765 2.455C3.41 2.87 2.523 4 2.714 5.255A12.4 12.4 0 0 0 4.268 9.64a12.7 12.7 0 0 0 3.024 3.527c.992.797 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.093a7.3 7.3 0 0 1-1.2-1.534a7.3 7.3 0 0 1-.76-1.934l-.012-.052a.5.5 0 0 1 .152-.47L6.153 5.3a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.598M6.83 6.036l-1.072.984a6.6 6.6 0 0 0 .59 1.421a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.636l.792.961a1.98 1.98 0 0 1-.179 2.707c-1.29 1.202-3.276 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.803a13.4 13.4 0 0 1-1.678-4.736C1.439 3.522 2.79 2.014 4.473 1.499a1.99 1.99 0 0 1 2.443 1.203l.434 1.16a2 2 0 0 1-.52 2.174M12.293 3H9.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3.707l-2.146 2.146a.5.5 0 0 1-.708-.707zM10 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-regular {
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%22M4.765%202.455C3.41%202.87%202.523%204%202.714%205.255A12.4%2012.4%200%200%200%204.268%209.64a12.7%2012.7%200%200%200%203.024%203.527c.992.797%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.527a.5.5%200%200%201-.482-.103l-.04-.037l-.097-.093a7.3%207.3%200%200%201-1.2-1.534a7.3%207.3%200%200%201-.76-1.934l-.012-.052a.5.5%200%200%201%20.152-.47L6.153%205.3a1%201%200%200%200%20.26-1.087l-.434-1.16a.99.99%200%200%200-1.214-.598M6.83%206.036l-1.072.984a6.6%206.6%200%200%200%20.59%201.421a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.636l.792.961a1.98%201.98%200%200%201-.179%202.707c-1.29%201.202-3.276%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.803a13.4%2013.4%200%200%201-1.678-4.736C1.439%203.522%202.79%202.014%204.473%201.499a1.99%201.99%200%200%201%202.443%201.203l.434%201.16a2%202%200%200%201-.52%202.174M12.293%203H9.5a.5.5%200%200%201%200-1h4a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-1%200V3.707l-2.146%202.146a.5.5%200%200%201-.708-.707zM10%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%22M4.765%202.455C3.41%202.87%202.523%204%202.714%205.255A12.4%2012.4%200%200%200%204.268%209.64a12.7%2012.7%200%200%200%203.024%203.527c.992.797%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.527a.5.5%200%200%201-.482-.103l-.04-.037l-.097-.093a7.3%207.3%200%200%201-1.2-1.534a7.3%207.3%200%200%201-.76-1.934l-.012-.052a.5.5%200%200%201%20.152-.47L6.153%205.3a1%201%200%200%200%20.26-1.087l-.434-1.16a.99.99%200%200%200-1.214-.598M6.83%206.036l-1.072.984a6.6%206.6%200%200%200%20.59%201.421a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.636l.792.961a1.98%201.98%200%200%201-.179%202.707c-1.29%201.202-3.276%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.803a13.4%2013.4%200%200%201-1.678-4.736C1.439%203.522%202.79%202.014%204.473%201.499a1.99%201.99%200%200%201%202.443%201.203l.434%201.16a2%202%200%200%201-.52%202.174M12.293%203H9.5a.5.5%200%200%201%200-1h4a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-1%200V3.707l-2.146%202.146a.5.5%200%200%201-.708-.707zM10%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-regular.svg?color=%231a73e8&size=48