call forward icon
call-forward-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- call-forward-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M7.881 3.805c1.11-1.51 3.098-1.618 4.711-.854l.89.421a2.25 2.25 0 0 1 1.254 2.42l-.383 2.2a3.25 3.25 0 0 1-2.603 2.637l-1.466.275c-.236.044-.423.19-.495.387c-.6 1.636-.42 3.995.228 5.633c.085.213.29.364.541.398l1.043.139a3.25 3.25 0 0 1 2.772 2.665l.352 2.023a2.25 2.25 0 0 1-1.33 2.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293 22.164 5 18.985 5 14C5 8.865 6.531 5.644 7.881 3.805m11.9 4.914a.75.75 0 1 0-1.061 1.06L21.94 13h-8.19a.75.75 0 0 0 0 1.5h8.19l-3.22 3.22a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallForward28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.881 3.805c1.11-1.51 3.098-1.618 4.711-.854l.89.421a2.25 2.25 0 0 1 1.254 2.42l-.383 2.2a3.25 3.25 0 0 1-2.603 2.637l-1.466.275c-.236.044-.423.19-.495.387c-.6 1.636-.42 3.995.228 5.633c.085.213.29.364.541.398l1.043.139a3.25 3.25 0 0 1 2.772 2.665l.352 2.023a2.25 2.25 0 0 1-1.33 2.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293 22.164 5 18.985 5 14C5 8.865 6.531 5.644 7.881 3.805m11.9 4.914a.75.75 0 1 0-1.061 1.06L21.94 13h-8.19a.75.75 0 0 0 0 1.5h8.19l-3.22 3.22a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.881 3.805c1.11-1.51 3.098-1.618 4.711-.854l.89.421a2.25 2.25 0 0 1 1.254 2.42l-.383 2.2a3.25 3.25 0 0 1-2.603 2.637l-1.466.275c-.236.044-.423.19-.495.387c-.6 1.636-.42 3.995.228 5.633c.085.213.29.364.541.398l1.043.139a3.25 3.25 0 0 1 2.772 2.665l.352 2.023a2.25 2.25 0 0 1-1.33 2.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293 22.164 5 18.985 5 14C5 8.865 6.531 5.644 7.881 3.805m11.9 4.914a.75.75 0 1 0-1.061 1.06L21.94 13h-8.19a.75.75 0 0 0 0 1.5h8.19l-3.22 3.22a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06z"/></svg> </template>
CSS
.icon-call-forward-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.881%203.805c1.11-1.51%203.098-1.618%204.711-.854l.89.421a2.25%202.25%200%200%201%201.254%202.42l-.383%202.2a3.25%203.25%200%200%201-2.603%202.637l-1.466.275c-.236.044-.423.19-.495.387c-.6%201.636-.42%203.995.228%205.633c.085.213.29.364.541.398l1.043.139a3.25%203.25%200%200%201%202.772%202.665l.352%202.023a2.25%202.25%200%200%201-1.33%202.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293%2022.164%205%2018.985%205%2014C5%208.865%206.531%205.644%207.881%203.805m11.9%204.914a.75.75%200%201%200-1.061%201.06L21.94%2013h-8.19a.75.75%200%200%200%200%201.5h8.19l-3.22%203.22a.75.75%200%201%200%201.06%201.06l4.5-4.5a.75.75%200%200%200%200-1.06z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.881%203.805c1.11-1.51%203.098-1.618%204.711-.854l.89.421a2.25%202.25%200%200%201%201.254%202.42l-.383%202.2a3.25%203.25%200%200%201-2.603%202.637l-1.466.275c-.236.044-.423.19-.495.387c-.6%201.636-.42%203.995.228%205.633c.085.213.29.364.541.398l1.043.139a3.25%203.25%200%200%201%202.772%202.665l.352%202.023a2.25%202.25%200%200%201-1.33%202.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293%2022.164%205%2018.985%205%2014C5%208.865%206.531%205.644%207.881%203.805m11.9%204.914a.75.75%200%201%200-1.061%201.06L21.94%2013h-8.19a.75.75%200%200%200%200%201.5h8.19l-3.22%203.22a.75.75%200%201%200%201.06%201.06l4.5-4.5a.75.75%200%200%200%200-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-forward-28-filled.svg?color=%231a73e8&size=48