call forward icon
call-forward-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- call-forward-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m6.7 1.173l-.754-.138a2.27 2.27 0 0 0-2.063.71Q1.993 3.803 2 8.174q.006 4.365 1.895 6.234c.533.528 1.324.72 2.075.505l.754-.216c.704-.202 1.175-.883 1.1-1.594l-.149-1.424A1.35 1.35 0 0 0 6.55 10.48l-1.604-.274A5.5 5.5 0 0 1 4.43 8.01q-.036-1.18.382-2.162l1.714-.442a1.53 1.53 0 0 0 1.14-1.315l.144-1.432A1.354 1.354 0 0 0 6.7 1.173m5.154 2.973a.5.5 0 0 0-.708.708L13.293 7H8.5a.5.5 0 0 0 0 1h4.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallForward16Filled(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="m6.7 1.173l-.754-.138a2.27 2.27 0 0 0-2.063.71Q1.993 3.803 2 8.174q.006 4.365 1.895 6.234c.533.528 1.324.72 2.075.505l.754-.216c.704-.202 1.175-.883 1.1-1.594l-.149-1.424A1.35 1.35 0 0 0 6.55 10.48l-1.604-.274A5.5 5.5 0 0 1 4.43 8.01q-.036-1.18.382-2.162l1.714-.442a1.53 1.53 0 0 0 1.14-1.315l.144-1.432A1.354 1.354 0 0 0 6.7 1.173m5.154 2.973a.5.5 0 0 0-.708.708L13.293 7H8.5a.5.5 0 0 0 0 1h4.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m6.7 1.173l-.754-.138a2.27 2.27 0 0 0-2.063.71Q1.993 3.803 2 8.174q.006 4.365 1.895 6.234c.533.528 1.324.72 2.075.505l.754-.216c.704-.202 1.175-.883 1.1-1.594l-.149-1.424A1.35 1.35 0 0 0 6.55 10.48l-1.604-.274A5.5 5.5 0 0 1 4.43 8.01q-.036-1.18.382-2.162l1.714-.442a1.53 1.53 0 0 0 1.14-1.315l.144-1.432A1.354 1.354 0 0 0 6.7 1.173m5.154 2.973a.5.5 0 0 0-.708.708L13.293 7H8.5a.5.5 0 0 0 0 1h4.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708z"/></svg> </template>
CSS
.icon-call-forward-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.7%201.173l-.754-.138a2.27%202.27%200%200%200-2.063.71Q1.993%203.803%202%208.174q.006%204.365%201.895%206.234c.533.528%201.324.72%202.075.505l.754-.216c.704-.202%201.175-.883%201.1-1.594l-.149-1.424A1.35%201.35%200%200%200%206.55%2010.48l-1.604-.274A5.5%205.5%200%200%201%204.43%208.01q-.036-1.18.382-2.162l1.714-.442a1.53%201.53%200%200%200%201.14-1.315l.144-1.432A1.354%201.354%200%200%200%206.7%201.173m5.154%202.973a.5.5%200%200%200-.708.708L13.293%207H8.5a.5.5%200%200%200%200%201h4.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708z%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%22m6.7%201.173l-.754-.138a2.27%202.27%200%200%200-2.063.71Q1.993%203.803%202%208.174q.006%204.365%201.895%206.234c.533.528%201.324.72%202.075.505l.754-.216c.704-.202%201.175-.883%201.1-1.594l-.149-1.424A1.35%201.35%200%200%200%206.55%2010.48l-1.604-.274A5.5%205.5%200%200%201%204.43%208.01q-.036-1.18.382-2.162l1.714-.442a1.53%201.53%200%200%200%201.14-1.315l.144-1.432A1.354%201.354%200%200%200%206.7%201.173m5.154%202.973a.5.5%200%200%200-.708.708L13.293%207H8.5a.5.5%200%200%200%200%201h4.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-forward-16-filled.svg?color=%231a73e8&size=48