call forward icon
call-forward-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-forward-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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.378 1.07l-.156-.032a2.66 2.66 0 0 0-2.408.821C2.594 3.19 2 5.242 2 8.002c0 2.755.592 4.805 1.808 6.135a2.66 2.66 0 0 0 2.577.791l.577-.137a1.93 1.93 0 0 0 1.48-2.067l-.125-1.222a1.93 1.93 0 0 0-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.4 1.4 0 0 1-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.18.18 0 0 1 .11-.08l1.19-.271A1.93 1.93 0 0 0 8.318 4.5l.125-1.228a1.93 1.93 0 0 0-1.487-2.068zM3.06 8.002c0-2.522.523-4.33 1.538-5.436c.36-.393.894-.578 1.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126 1.228a.88.88 0 0 1-.68.764l-1.19.273a1.24 1.24 0 0 0-.776.555c-.265.43-.38 1.093-.38 2.016c0 1.404.261 2.254.966 2.517l.096.03l1.285.296a.88.88 0 0 1 .68.764l.125 1.222a.876.876 0 0 1-.673.94l-.577.136a1.6 1.6 0 0 1-1.546-.475C3.581 12.325 3.06 10.52 3.06 8.002m8.795-3.856a.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 FluentCallForward16Regular(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.378 1.07l-.156-.032a2.66 2.66 0 0 0-2.408.821C2.594 3.19 2 5.242 2 8.002c0 2.755.592 4.805 1.808 6.135a2.66 2.66 0 0 0 2.577.791l.577-.137a1.93 1.93 0 0 0 1.48-2.067l-.125-1.222a1.93 1.93 0 0 0-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.4 1.4 0 0 1-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.18.18 0 0 1 .11-.08l1.19-.271A1.93 1.93 0 0 0 8.318 4.5l.125-1.228a1.93 1.93 0 0 0-1.487-2.068zM3.06 8.002c0-2.522.523-4.33 1.538-5.436c.36-.393.894-.578 1.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126 1.228a.88.88 0 0 1-.68.764l-1.19.273a1.24 1.24 0 0 0-.776.555c-.265.43-.38 1.093-.38 2.016c0 1.404.261 2.254.966 2.517l.096.03l1.285.296a.88.88 0 0 1 .68.764l.125 1.222a.876.876 0 0 1-.673.94l-.577.136a1.6 1.6 0 0 1-1.546-.475C3.581 12.325 3.06 10.52 3.06 8.002m8.795-3.856a.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.378 1.07l-.156-.032a2.66 2.66 0 0 0-2.408.821C2.594 3.19 2 5.242 2 8.002c0 2.755.592 4.805 1.808 6.135a2.66 2.66 0 0 0 2.577.791l.577-.137a1.93 1.93 0 0 0 1.48-2.067l-.125-1.222a1.93 1.93 0 0 0-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.4 1.4 0 0 1-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.18.18 0 0 1 .11-.08l1.19-.271A1.93 1.93 0 0 0 8.318 4.5l.125-1.228a1.93 1.93 0 0 0-1.487-2.068zM3.06 8.002c0-2.522.523-4.33 1.538-5.436c.36-.393.894-.578 1.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126 1.228a.88.88 0 0 1-.68.764l-1.19.273a1.24 1.24 0 0 0-.776.555c-.265.43-.38 1.093-.38 2.016c0 1.404.261 2.254.966 2.517l.096.03l1.285.296a.88.88 0 0 1 .68.764l.125 1.222a.876.876 0 0 1-.673.94l-.577.136a1.6 1.6 0 0 1-1.546-.475C3.581 12.325 3.06 10.52 3.06 8.002m8.795-3.856a.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.378%201.07l-.156-.032a2.66%202.66%200%200%200-2.408.821C2.594%203.19%202%205.242%202%208.002c0%202.755.592%204.805%201.808%206.135a2.66%202.66%200%200%200%202.577.791l.577-.137a1.93%201.93%200%200%200%201.48-2.067l-.125-1.222a1.93%201.93%200%200%200-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.4%201.4%200%200%201-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.18.18%200%200%201%20.11-.08l1.19-.271A1.93%201.93%200%200%200%208.318%204.5l.125-1.228a1.93%201.93%200%200%200-1.487-2.068zM3.06%208.002c0-2.522.523-4.33%201.538-5.436c.36-.393.894-.578%201.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126%201.228a.88.88%200%200%201-.68.764l-1.19.273a1.24%201.24%200%200%200-.776.555c-.265.43-.38%201.093-.38%202.016c0%201.404.261%202.254.966%202.517l.096.03l1.285.296a.88.88%200%200%201%20.68.764l.125%201.222a.876.876%200%200%201-.673.94l-.577.136a1.6%201.6%200%200%201-1.546-.475C3.581%2012.325%203.06%2010.52%203.06%208.002m8.795-3.856a.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.378%201.07l-.156-.032a2.66%202.66%200%200%200-2.408.821C2.594%203.19%202%205.242%202%208.002c0%202.755.592%204.805%201.808%206.135a2.66%202.66%200%200%200%202.577.791l.577-.137a1.93%201.93%200%200%200%201.48-2.067l-.125-1.222a1.93%201.93%200%200%200-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.4%201.4%200%200%201-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.18.18%200%200%201%20.11-.08l1.19-.271A1.93%201.93%200%200%200%208.318%204.5l.125-1.228a1.93%201.93%200%200%200-1.487-2.068zM3.06%208.002c0-2.522.523-4.33%201.538-5.436c.36-.393.894-.578%201.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126%201.228a.88.88%200%200%201-.68.764l-1.19.273a1.24%201.24%200%200%200-.776.555c-.265.43-.38%201.093-.38%202.016c0%201.404.261%202.254.966%202.517l.096.03l1.285.296a.88.88%200%200%201%20.68.764l.125%201.222a.876.876%200%200%201-.673.94l-.577.136a1.6%201.6%200%200%201-1.546-.475C3.581%2012.325%203.06%2010.52%203.06%208.002m8.795-3.856a.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-regular.svg?color=%231a73e8&size=48