call-transfer-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
call-transfer-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call transfer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0V5.414l-4.793 4.793a1 1 0 0 1-1.414-1.414L26.586 4H20a1 1 0 0 1-1-1M5.427 10.516C5.046 8.003 6.82 5.74 9.53 4.912a1.976 1.976 0 0 1 2.429 1.196l.869 2.32a2 2 0 0 1-.521 2.176l-2.585 2.37a1 1 0 0 0-.304.94l.023.104l.064.261c.057.221.143.531.264.9c.24.735.623 1.723 1.193 2.71c.57.988 1.234 1.813 1.75 2.389a15 15 0 0 0 .842.864l.08.073a1 1 0 0 0 .964.206l3.346-1.053a2 2 0 0 1 2.144.636l1.583 1.923c.66.8.582 1.975-.177 2.682c-2.074 1.934-4.926 2.33-6.91.735a25.5 25.5 0 0 1-6.048-7.058a24.9 24.9 0 0 1-3.109-8.77m6.086 3.53l2.146-1.968A4 4 0 0 0 14.7 7.727l-.87-2.32a3.976 3.976 0 0 0-4.886-2.408C5.58 4.03 2.878 7.046 3.45 10.816c.4 2.632 1.323 5.98 3.357 9.476a27.5 27.5 0 0 0 6.523 7.61c2.975 2.391 6.949 1.575 9.528-.83a3.96 3.96 0 0 0 .357-5.416l-1.583-1.923a4 4 0 0 0-4.289-1.273l-2.777.874q-.16-.165-.365-.392a12.5 12.5 0 0 1-1.507-2.053a12.5 12.5 0 0 1-1.025-2.331a13 13 0 0 1-.156-.512M21 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.5 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallTransfer32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0V5.414l-4.793 4.793a1 1 0 0 1-1.414-1.414L26.586 4H20a1 1 0 0 1-1-1M5.427 10.516C5.046 8.003 6.82 5.74 9.53 4.912a1.976 1.976 0 0 1 2.429 1.196l.869 2.32a2 2 0 0 1-.521 2.176l-2.585 2.37a1 1 0 0 0-.304.94l.023.104l.064.261c.057.221.143.531.264.9c.24.735.623 1.723 1.193 2.71c.57.988 1.234 1.813 1.75 2.389a15 15 0 0 0 .842.864l.08.073a1 1 0 0 0 .964.206l3.346-1.053a2 2 0 0 1 2.144.636l1.583 1.923c.66.8.582 1.975-.177 2.682c-2.074 1.934-4.926 2.33-6.91.735a25.5 25.5 0 0 1-6.048-7.058a24.9 24.9 0 0 1-3.109-8.77m6.086 3.53l2.146-1.968A4 4 0 0 0 14.7 7.727l-.87-2.32a3.976 3.976 0 0 0-4.886-2.408C5.58 4.03 2.878 7.046 3.45 10.816c.4 2.632 1.323 5.98 3.357 9.476a27.5 27.5 0 0 0 6.523 7.61c2.975 2.391 6.949 1.575 9.528-.83a3.96 3.96 0 0 0 .357-5.416l-1.583-1.923a4 4 0 0 0-4.289-1.273l-2.777.874q-.16-.165-.365-.392a12.5 12.5 0 0 1-1.507-2.053a12.5 12.5 0 0 1-1.025-2.331a13 13 0 0 1-.156-.512M21 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.5 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0V5.414l-4.793 4.793a1 1 0 0 1-1.414-1.414L26.586 4H20a1 1 0 0 1-1-1M5.427 10.516C5.046 8.003 6.82 5.74 9.53 4.912a1.976 1.976 0 0 1 2.429 1.196l.869 2.32a2 2 0 0 1-.521 2.176l-2.585 2.37a1 1 0 0 0-.304.94l.023.104l.064.261c.057.221.143.531.264.9c.24.735.623 1.723 1.193 2.71c.57.988 1.234 1.813 1.75 2.389a15 15 0 0 0 .842.864l.08.073a1 1 0 0 0 .964.206l3.346-1.053a2 2 0 0 1 2.144.636l1.583 1.923c.66.8.582 1.975-.177 2.682c-2.074 1.934-4.926 2.33-6.91.735a25.5 25.5 0 0 1-6.048-7.058a24.9 24.9 0 0 1-3.109-8.77m6.086 3.53l2.146-1.968A4 4 0 0 0 14.7 7.727l-.87-2.32a3.976 3.976 0 0 0-4.886-2.408C5.58 4.03 2.878 7.046 3.45 10.816c.4 2.632 1.323 5.98 3.357 9.476a27.5 27.5 0 0 0 6.523 7.61c2.975 2.391 6.949 1.575 9.528-.83a3.96 3.96 0 0 0 .357-5.416l-1.583-1.923a4 4 0 0 0-4.289-1.273l-2.777.874q-.16-.165-.365-.392a12.5 12.5 0 0 1-1.507-2.053a12.5 12.5 0 0 1-1.025-2.331a13 13 0 0 1-.156-.512M21 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.5 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-call-transfer-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203a1%201%200%200%201%201-1h9a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200V5.414l-4.793%204.793a1%201%200%200%201-1.414-1.414L26.586%204H20a1%201%200%200%201-1-1M5.427%2010.516C5.046%208.003%206.82%205.74%209.53%204.912a1.976%201.976%200%200%201%202.429%201.196l.869%202.32a2%202%200%200%201-.521%202.176l-2.585%202.37a1%201%200%200%200-.304.94l.023.104l.064.261c.057.221.143.531.264.9c.24.735.623%201.723%201.193%202.71c.57.988%201.234%201.813%201.75%202.389a15%2015%200%200%200%20.842.864l.08.073a1%201%200%200%200%20.964.206l3.346-1.053a2%202%200%200%201%202.144.636l1.583%201.923c.66.8.582%201.975-.177%202.682c-2.074%201.934-4.926%202.33-6.91.735a25.5%2025.5%200%200%201-6.048-7.058a24.9%2024.9%200%200%201-3.109-8.77m6.086%203.53l2.146-1.968A4%204%200%200%200%2014.7%207.727l-.87-2.32a3.976%203.976%200%200%200-4.886-2.408C5.58%204.03%202.878%207.046%203.45%2010.816c.4%202.632%201.323%205.98%203.357%209.476a27.5%2027.5%200%200%200%206.523%207.61c2.975%202.391%206.949%201.575%209.528-.83a3.96%203.96%200%200%200%20.357-5.416l-1.583-1.923a4%204%200%200%200-4.289-1.273l-2.777.874q-.16-.165-.365-.392a12.5%2012.5%200%200%201-1.507-2.053a12.5%2012.5%200%200%201-1.025-2.331a13%2013%200%200%201-.156-.512M21%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3.5%203.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203a1%201%200%200%201%201-1h9a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200V5.414l-4.793%204.793a1%201%200%200%201-1.414-1.414L26.586%204H20a1%201%200%200%201-1-1M5.427%2010.516C5.046%208.003%206.82%205.74%209.53%204.912a1.976%201.976%200%200%201%202.429%201.196l.869%202.32a2%202%200%200%201-.521%202.176l-2.585%202.37a1%201%200%200%200-.304.94l.023.104l.064.261c.057.221.143.531.264.9c.24.735.623%201.723%201.193%202.71c.57.988%201.234%201.813%201.75%202.389a15%2015%200%200%200%20.842.864l.08.073a1%201%200%200%200%20.964.206l3.346-1.053a2%202%200%200%201%202.144.636l1.583%201.923c.66.8.582%201.975-.177%202.682c-2.074%201.934-4.926%202.33-6.91.735a25.5%2025.5%200%200%201-6.048-7.058a24.9%2024.9%200%200%201-3.109-8.77m6.086%203.53l2.146-1.968A4%204%200%200%200%2014.7%207.727l-.87-2.32a3.976%203.976%200%200%200-4.886-2.408C5.58%204.03%202.878%207.046%203.45%2010.816c.4%202.632%201.323%205.98%203.357%209.476a27.5%2027.5%200%200%200%206.523%207.61c2.975%202.391%206.949%201.575%209.528-.83a3.96%203.96%200%200%200%20.357-5.416l-1.583-1.923a4%204%200%200%200-4.289-1.273l-2.777.874q-.16-.165-.365-.392a12.5%2012.5%200%200%201-1.507-2.053a12.5%2012.5%200%200%201-1.025-2.331a13%2013%200%200%201-.156-.512M21%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3.5%203.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-transfer-32-regular.svg?color=%231a73e8&size=48