call transfer icon
call-transfer-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- call-transfer-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M6.535 2.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.348-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.483 4.938 5.481c.946.631 1.991.648 2.884.237c.88-.405 1.594-1.214 1.965-2.217a1.84 1.84 0 0 0-.12-1.536l-.954-1.702a2.5 2.5 0 0 0-3.074-1.114l-.666.255c-.323.123-.62.066-.788-.1c-.565-.555-.969-1.308-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91M3.041 4.97c.02-.774.412-1.327.998-1.655c.602-.337 1.424-.44 2.25-.23a.93.93 0 0 1 .579.439l.971 1.695a1.5 1.5 0 0 1-.397 1.943l-.601.454c-.52.392-.88 1.064-.716 1.789c.222.982.713 1.913 1.427 2.614c.522.512 1.266.542 1.846.32l.666-.255a1.5 1.5 0 0 1 1.845.668l.953 1.703c.12.214.14.47.055.7c-.29.785-.835 1.374-1.445 1.655c-.597.275-1.272.267-1.911-.16c-1.371-.914-3.07-2.481-4.63-5.153C3.37 8.817 3 6.583 3.042 4.97M12 8.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M17.5 8a.5.5 0 0 1-.5-.5V3.705l-2.146 2.147a.5.5 0 1 1-.708-.707l2.147-2.147H12.5a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallTransfer20Regular(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="M6.535 2.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.348-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.483 4.938 5.481c.946.631 1.991.648 2.884.237c.88-.405 1.594-1.214 1.965-2.217a1.84 1.84 0 0 0-.12-1.536l-.954-1.702a2.5 2.5 0 0 0-3.074-1.114l-.666.255c-.323.123-.62.066-.788-.1c-.565-.555-.969-1.308-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91M3.041 4.97c.02-.774.412-1.327.998-1.655c.602-.337 1.424-.44 2.25-.23a.93.93 0 0 1 .579.439l.971 1.695a1.5 1.5 0 0 1-.397 1.943l-.601.454c-.52.392-.88 1.064-.716 1.789c.222.982.713 1.913 1.427 2.614c.522.512 1.266.542 1.846.32l.666-.255a1.5 1.5 0 0 1 1.845.668l.953 1.703c.12.214.14.47.055.7c-.29.785-.835 1.374-1.445 1.655c-.597.275-1.272.267-1.911-.16c-1.371-.914-3.07-2.481-4.63-5.153C3.37 8.817 3 6.583 3.042 4.97M12 8.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M17.5 8a.5.5 0 0 1-.5-.5V3.705l-2.146 2.147a.5.5 0 1 1-.708-.707l2.147-2.147H12.5a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.535 2.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.348-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.483 4.938 5.481c.946.631 1.991.648 2.884.237c.88-.405 1.594-1.214 1.965-2.217a1.84 1.84 0 0 0-.12-1.536l-.954-1.702a2.5 2.5 0 0 0-3.074-1.114l-.666.255c-.323.123-.62.066-.788-.1c-.565-.555-.969-1.308-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91M3.041 4.97c.02-.774.412-1.327.998-1.655c.602-.337 1.424-.44 2.25-.23a.93.93 0 0 1 .579.439l.971 1.695a1.5 1.5 0 0 1-.397 1.943l-.601.454c-.52.392-.88 1.064-.716 1.789c.222.982.713 1.913 1.427 2.614c.522.512 1.266.542 1.846.32l.666-.255a1.5 1.5 0 0 1 1.845.668l.953 1.703c.12.214.14.47.055.7c-.29.785-.835 1.374-1.445 1.655c-.597.275-1.272.267-1.911-.16c-1.371-.914-3.07-2.481-4.63-5.153C3.37 8.817 3 6.583 3.042 4.97M12 8.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M17.5 8a.5.5 0 0 1-.5-.5V3.705l-2.146 2.147a.5.5 0 1 1-.708-.707l2.147-2.147H12.5a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5"/></svg> </template>
CSS
.icon-call-transfer-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.535%202.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48%201.348-1.51%202.501c-.046%201.802.371%204.22%202.027%207.058c1.635%202.803%203.44%204.483%204.938%205.481c.946.631%201.991.648%202.884.237c.88-.405%201.594-1.214%201.965-2.217a1.84%201.84%200%200%200-.12-1.536l-.954-1.702a2.5%202.5%200%200%200-3.074-1.114l-.666.255c-.323.123-.62.066-.788-.1c-.565-.555-.969-1.308-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5%202.5%200%200%200%20.663-3.239l-.972-1.695a1.93%201.93%200%200%200-1.2-.91M3.041%204.97c.02-.774.412-1.327.998-1.655c.602-.337%201.424-.44%202.25-.23a.93.93%200%200%201%20.579.439l.971%201.695a1.5%201.5%200%200%201-.397%201.943l-.601.454c-.52.392-.88%201.064-.716%201.789c.222.982.713%201.913%201.427%202.614c.522.512%201.266.542%201.846.32l.666-.255a1.5%201.5%200%200%201%201.845.668l.953%201.703c.12.214.14.47.055.7c-.29.785-.835%201.374-1.445%201.655c-.597.275-1.272.267-1.911-.16c-1.371-.914-3.07-2.481-4.63-5.153C3.37%208.817%203%206.583%203.042%204.97M12%208.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1-1a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1-1a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M17.5%208a.5.5%200%200%201-.5-.5V3.705l-2.146%202.147a.5.5%200%201%201-.708-.707l2.147-2.147H12.5a.5.5%200%201%201%200-1h5a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5%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%22M6.535%202.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48%201.348-1.51%202.501c-.046%201.802.371%204.22%202.027%207.058c1.635%202.803%203.44%204.483%204.938%205.481c.946.631%201.991.648%202.884.237c.88-.405%201.594-1.214%201.965-2.217a1.84%201.84%200%200%200-.12-1.536l-.954-1.702a2.5%202.5%200%200%200-3.074-1.114l-.666.255c-.323.123-.62.066-.788-.1c-.565-.555-.969-1.308-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5%202.5%200%200%200%20.663-3.239l-.972-1.695a1.93%201.93%200%200%200-1.2-.91M3.041%204.97c.02-.774.412-1.327.998-1.655c.602-.337%201.424-.44%202.25-.23a.93.93%200%200%201%20.579.439l.971%201.695a1.5%201.5%200%200%201-.397%201.943l-.601.454c-.52.392-.88%201.064-.716%201.789c.222.982.713%201.913%201.427%202.614c.522.512%201.266.542%201.846.32l.666-.255a1.5%201.5%200%200%201%201.845.668l.953%201.703c.12.214.14.47.055.7c-.29.785-.835%201.374-1.445%201.655c-.597.275-1.272.267-1.911-.16c-1.371-.914-3.07-2.481-4.63-5.153C3.37%208.817%203%206.583%203.042%204.97M12%208.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1-1a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1-1a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M17.5%208a.5.5%200%200%201-.5-.5V3.705l-2.146%202.147a.5.5%200%201%201-.708-.707l2.147-2.147H12.5a.5.5%200%201%201%200-1h5a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5%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-regular.svg?color=%231a73e8&size=48