call forward icon
call-forward-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- call-forward-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 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-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-transfer-16-filledcall-warning-16-filled
Use the call forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.005 5.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434 1.708-5.598 4.127C9.729 12.08 8 17.546 8 24.5c0 6.9 1.702 12.03 3.567 15.572c1.206 2.29 3.265 3.535 5.517 3.825c2.221.287 4.6-.35 6.595-1.722a5.14 5.14 0 0 0 2.16-5.057l-.654-4.038a5.25 5.25 0 0 0-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117 1.61-1.283l2.032-.377a5.25 5.25 0 0 0 4.227-4.321l.7-4.317a4.86 4.86 0 0 0-1.88-4.662M13.843 9.298c.782-1.623 2.15-2.51 3.708-2.738c1.586-.232 3.403.219 4.954 1.382a2.36 2.36 0 0 1 .912 2.262l-.7 4.316a2.75 2.75 0 0 1-2.214 2.264l-2.032.377c-1.556.288-3.158 1.33-3.59 3.17c-.533 2.279-.523 5.084.003 7.337c.43 1.84 2.03 2.884 3.587 3.172l2.032.377a2.75 2.75 0 0 1 2.214 2.264l.655 4.038a2.64 2.64 0 0 1-1.11 2.597c-1.547 1.064-3.317 1.501-4.858 1.303c-1.51-.195-2.828-.997-3.625-2.51C12.092 35.703 10.5 30.97 10.5 24.5c0-6.527 1.62-11.625 3.343-15.203m19.29 4.569a1.25 1.25 0 0 0-1.767 1.767L37.732 22H23.75a1.25 1.25 0 0 0 0 2.5h13.982l-6.366 6.366a1.25 1.25 0 0 0 1.768 1.767l8.5-8.5a1.25 1.25 0 0 0 0-1.767z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallForward48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.005 5.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434 1.708-5.598 4.127C9.729 12.08 8 17.546 8 24.5c0 6.9 1.702 12.03 3.567 15.572c1.206 2.29 3.265 3.535 5.517 3.825c2.221.287 4.6-.35 6.595-1.722a5.14 5.14 0 0 0 2.16-5.057l-.654-4.038a5.25 5.25 0 0 0-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117 1.61-1.283l2.032-.377a5.25 5.25 0 0 0 4.227-4.321l.7-4.317a4.86 4.86 0 0 0-1.88-4.662M13.843 9.298c.782-1.623 2.15-2.51 3.708-2.738c1.586-.232 3.403.219 4.954 1.382a2.36 2.36 0 0 1 .912 2.262l-.7 4.316a2.75 2.75 0 0 1-2.214 2.264l-2.032.377c-1.556.288-3.158 1.33-3.59 3.17c-.533 2.279-.523 5.084.003 7.337c.43 1.84 2.03 2.884 3.587 3.172l2.032.377a2.75 2.75 0 0 1 2.214 2.264l.655 4.038a2.64 2.64 0 0 1-1.11 2.597c-1.547 1.064-3.317 1.501-4.858 1.303c-1.51-.195-2.828-.997-3.625-2.51C12.092 35.703 10.5 30.97 10.5 24.5c0-6.527 1.62-11.625 3.343-15.203m19.29 4.569a1.25 1.25 0 0 0-1.767 1.767L37.732 22H23.75a1.25 1.25 0 0 0 0 2.5h13.982l-6.366 6.366a1.25 1.25 0 0 0 1.768 1.767l8.5-8.5a1.25 1.25 0 0 0 0-1.767z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.005 5.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434 1.708-5.598 4.127C9.729 12.08 8 17.546 8 24.5c0 6.9 1.702 12.03 3.567 15.572c1.206 2.29 3.265 3.535 5.517 3.825c2.221.287 4.6-.35 6.595-1.722a5.14 5.14 0 0 0 2.16-5.057l-.654-4.038a5.25 5.25 0 0 0-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117 1.61-1.283l2.032-.377a5.25 5.25 0 0 0 4.227-4.321l.7-4.317a4.86 4.86 0 0 0-1.88-4.662M13.843 9.298c.782-1.623 2.15-2.51 3.708-2.738c1.586-.232 3.403.219 4.954 1.382a2.36 2.36 0 0 1 .912 2.262l-.7 4.316a2.75 2.75 0 0 1-2.214 2.264l-2.032.377c-1.556.288-3.158 1.33-3.59 3.17c-.533 2.279-.523 5.084.003 7.337c.43 1.84 2.03 2.884 3.587 3.172l2.032.377a2.75 2.75 0 0 1 2.214 2.264l.655 4.038a2.64 2.64 0 0 1-1.11 2.597c-1.547 1.064-3.317 1.501-4.858 1.303c-1.51-.195-2.828-.997-3.625-2.51C12.092 35.703 10.5 30.97 10.5 24.5c0-6.527 1.62-11.625 3.343-15.203m19.29 4.569a1.25 1.25 0 0 0-1.767 1.767L37.732 22H23.75a1.25 1.25 0 0 0 0 2.5h13.982l-6.366 6.366a1.25 1.25 0 0 0 1.768 1.767l8.5-8.5a1.25 1.25 0 0 0 0-1.767z"/></svg> </template>
CSS
.icon-call-forward-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.005%205.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434%201.708-5.598%204.127C9.729%2012.08%208%2017.546%208%2024.5c0%206.9%201.702%2012.03%203.567%2015.572c1.206%202.29%203.265%203.535%205.517%203.825c2.221.287%204.6-.35%206.595-1.722a5.14%205.14%200%200%200%202.16-5.057l-.654-4.038a5.25%205.25%200%200%200-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117%201.61-1.283l2.032-.377a5.25%205.25%200%200%200%204.227-4.321l.7-4.317a4.86%204.86%200%200%200-1.88-4.662M13.843%209.298c.782-1.623%202.15-2.51%203.708-2.738c1.586-.232%203.403.219%204.954%201.382a2.36%202.36%200%200%201%20.912%202.262l-.7%204.316a2.75%202.75%200%200%201-2.214%202.264l-2.032.377c-1.556.288-3.158%201.33-3.59%203.17c-.533%202.279-.523%205.084.003%207.337c.43%201.84%202.03%202.884%203.587%203.172l2.032.377a2.75%202.75%200%200%201%202.214%202.264l.655%204.038a2.64%202.64%200%200%201-1.11%202.597c-1.547%201.064-3.317%201.501-4.858%201.303c-1.51-.195-2.828-.997-3.625-2.51C12.092%2035.703%2010.5%2030.97%2010.5%2024.5c0-6.527%201.62-11.625%203.343-15.203m19.29%204.569a1.25%201.25%200%200%200-1.767%201.767L37.732%2022H23.75a1.25%201.25%200%200%200%200%202.5h13.982l-6.366%206.366a1.25%201.25%200%200%200%201.768%201.767l8.5-8.5a1.25%201.25%200%200%200%200-1.767z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.005%205.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434%201.708-5.598%204.127C9.729%2012.08%208%2017.546%208%2024.5c0%206.9%201.702%2012.03%203.567%2015.572c1.206%202.29%203.265%203.535%205.517%203.825c2.221.287%204.6-.35%206.595-1.722a5.14%205.14%200%200%200%202.16-5.057l-.654-4.038a5.25%205.25%200%200%200-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117%201.61-1.283l2.032-.377a5.25%205.25%200%200%200%204.227-4.321l.7-4.317a4.86%204.86%200%200%200-1.88-4.662M13.843%209.298c.782-1.623%202.15-2.51%203.708-2.738c1.586-.232%203.403.219%204.954%201.382a2.36%202.36%200%200%201%20.912%202.262l-.7%204.316a2.75%202.75%200%200%201-2.214%202.264l-2.032.377c-1.556.288-3.158%201.33-3.59%203.17c-.533%202.279-.523%205.084.003%207.337c.43%201.84%202.03%202.884%203.587%203.172l2.032.377a2.75%202.75%200%200%201%202.214%202.264l.655%204.038a2.64%202.64%200%200%201-1.11%202.597c-1.547%201.064-3.317%201.501-4.858%201.303c-1.51-.195-2.828-.997-3.625-2.51C12.092%2035.703%2010.5%2030.97%2010.5%2024.5c0-6.527%201.62-11.625%203.343-15.203m19.29%204.569a1.25%201.25%200%200%200-1.767%201.767L37.732%2022H23.75a1.25%201.25%200%200%200%200%202.5h13.982l-6.366%206.366a1.25%201.25%200%200%200%201.768%201.767l8.5-8.5a1.25%201.25%200%200%200%200-1.767z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-forward-48-regular.svg?color=%231a73e8&size=48