call forward icon
call-forward-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- call-forward-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M14.6 2.067c-1.977-.22-4.632.011-6.712 2.09c-1.17 1.171-2.133 2.98-2.804 5.02A22.2 22.2 0 0 0 4 16c0 2.383.407 4.763 1.084 6.822c.67 2.041 1.633 3.85 2.804 5.02c2.08 2.08 4.735 2.31 6.712 2.09c2.645-.294 3.773-2.94 3.298-5.154l-.413-1.926a4 4 0 0 0-3.126-3.084l-2.68-.536a4 4 0 0 1-.208-.424C11.25 18.278 11 17.375 11 16s.25-2.278.47-2.809q.116-.27.208-.423l2.68-.536a4 4 0 0 0 3.127-3.085l.413-1.926c.475-2.213-.653-4.86-3.298-5.154m-4.226 18.761a1 1 0 0 0 .524.287l3.068.614a2 2 0 0 1 1.563 1.542l.413 1.926c.313 1.462-.473 2.626-1.564 2.748c-1.675.186-3.603-.044-5.077-1.518c-.866-.866-1.7-2.35-2.318-4.23A20.2 20.2 0 0 1 6 16c0-2.166.372-4.335.984-6.198c.617-1.88 1.452-3.364 2.318-4.23c1.474-1.474 3.402-1.704 5.077-1.517c1.092.121 1.877 1.285 1.564 2.747l-.413 1.926a2 2 0 0 1-1.563 1.543l-3.068.613a1 1 0 0 0-.524.287l-.002.001l-.002.002l-.004.005l-.01.01a2 2 0 0 0-.086.1a3 3 0 0 0-.178.244a5 5 0 0 0-.469.89C9.297 13.21 9 14.376 9 16s.297 2.79.624 3.576c.163.392.331.685.469.89a3 3 0 0 0 .265.344l.01.01l.003.005zM23.248 9.795a1 1 0 0 0-1.42 1.41L25.599 15H16a1 1 0 1 0 0 2h9.598l-3.77 3.795a1 1 0 0 0 1.42 1.41l5.462-5.5a1 1 0 0 0 0-1.41z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallForward32Regular(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="M14.6 2.067c-1.977-.22-4.632.011-6.712 2.09c-1.17 1.171-2.133 2.98-2.804 5.02A22.2 22.2 0 0 0 4 16c0 2.383.407 4.763 1.084 6.822c.67 2.041 1.633 3.85 2.804 5.02c2.08 2.08 4.735 2.31 6.712 2.09c2.645-.294 3.773-2.94 3.298-5.154l-.413-1.926a4 4 0 0 0-3.126-3.084l-2.68-.536a4 4 0 0 1-.208-.424C11.25 18.278 11 17.375 11 16s.25-2.278.47-2.809q.116-.27.208-.423l2.68-.536a4 4 0 0 0 3.127-3.085l.413-1.926c.475-2.213-.653-4.86-3.298-5.154m-4.226 18.761a1 1 0 0 0 .524.287l3.068.614a2 2 0 0 1 1.563 1.542l.413 1.926c.313 1.462-.473 2.626-1.564 2.748c-1.675.186-3.603-.044-5.077-1.518c-.866-.866-1.7-2.35-2.318-4.23A20.2 20.2 0 0 1 6 16c0-2.166.372-4.335.984-6.198c.617-1.88 1.452-3.364 2.318-4.23c1.474-1.474 3.402-1.704 5.077-1.517c1.092.121 1.877 1.285 1.564 2.747l-.413 1.926a2 2 0 0 1-1.563 1.543l-3.068.613a1 1 0 0 0-.524.287l-.002.001l-.002.002l-.004.005l-.01.01a2 2 0 0 0-.086.1a3 3 0 0 0-.178.244a5 5 0 0 0-.469.89C9.297 13.21 9 14.376 9 16s.297 2.79.624 3.576c.163.392.331.685.469.89a3 3 0 0 0 .265.344l.01.01l.003.005zM23.248 9.795a1 1 0 0 0-1.42 1.41L25.599 15H16a1 1 0 1 0 0 2h9.598l-3.77 3.795a1 1 0 0 0 1.42 1.41l5.462-5.5a1 1 0 0 0 0-1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.6 2.067c-1.977-.22-4.632.011-6.712 2.09c-1.17 1.171-2.133 2.98-2.804 5.02A22.2 22.2 0 0 0 4 16c0 2.383.407 4.763 1.084 6.822c.67 2.041 1.633 3.85 2.804 5.02c2.08 2.08 4.735 2.31 6.712 2.09c2.645-.294 3.773-2.94 3.298-5.154l-.413-1.926a4 4 0 0 0-3.126-3.084l-2.68-.536a4 4 0 0 1-.208-.424C11.25 18.278 11 17.375 11 16s.25-2.278.47-2.809q.116-.27.208-.423l2.68-.536a4 4 0 0 0 3.127-3.085l.413-1.926c.475-2.213-.653-4.86-3.298-5.154m-4.226 18.761a1 1 0 0 0 .524.287l3.068.614a2 2 0 0 1 1.563 1.542l.413 1.926c.313 1.462-.473 2.626-1.564 2.748c-1.675.186-3.603-.044-5.077-1.518c-.866-.866-1.7-2.35-2.318-4.23A20.2 20.2 0 0 1 6 16c0-2.166.372-4.335.984-6.198c.617-1.88 1.452-3.364 2.318-4.23c1.474-1.474 3.402-1.704 5.077-1.517c1.092.121 1.877 1.285 1.564 2.747l-.413 1.926a2 2 0 0 1-1.563 1.543l-3.068.613a1 1 0 0 0-.524.287l-.002.001l-.002.002l-.004.005l-.01.01a2 2 0 0 0-.086.1a3 3 0 0 0-.178.244a5 5 0 0 0-.469.89C9.297 13.21 9 14.376 9 16s.297 2.79.624 3.576c.163.392.331.685.469.89a3 3 0 0 0 .265.344l.01.01l.003.005zM23.248 9.795a1 1 0 0 0-1.42 1.41L25.599 15H16a1 1 0 1 0 0 2h9.598l-3.77 3.795a1 1 0 0 0 1.42 1.41l5.462-5.5a1 1 0 0 0 0-1.41z"/></svg> </template>
CSS
.icon-call-forward-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%22M14.6%202.067c-1.977-.22-4.632.011-6.712%202.09c-1.17%201.171-2.133%202.98-2.804%205.02A22.2%2022.2%200%200%200%204%2016c0%202.383.407%204.763%201.084%206.822c.67%202.041%201.633%203.85%202.804%205.02c2.08%202.08%204.735%202.31%206.712%202.09c2.645-.294%203.773-2.94%203.298-5.154l-.413-1.926a4%204%200%200%200-3.126-3.084l-2.68-.536a4%204%200%200%201-.208-.424C11.25%2018.278%2011%2017.375%2011%2016s.25-2.278.47-2.809q.116-.27.208-.423l2.68-.536a4%204%200%200%200%203.127-3.085l.413-1.926c.475-2.213-.653-4.86-3.298-5.154m-4.226%2018.761a1%201%200%200%200%20.524.287l3.068.614a2%202%200%200%201%201.563%201.542l.413%201.926c.313%201.462-.473%202.626-1.564%202.748c-1.675.186-3.603-.044-5.077-1.518c-.866-.866-1.7-2.35-2.318-4.23A20.2%2020.2%200%200%201%206%2016c0-2.166.372-4.335.984-6.198c.617-1.88%201.452-3.364%202.318-4.23c1.474-1.474%203.402-1.704%205.077-1.517c1.092.121%201.877%201.285%201.564%202.747l-.413%201.926a2%202%200%200%201-1.563%201.543l-3.068.613a1%201%200%200%200-.524.287l-.002.001l-.002.002l-.004.005l-.01.01a2%202%200%200%200-.086.1a3%203%200%200%200-.178.244a5%205%200%200%200-.469.89C9.297%2013.21%209%2014.376%209%2016s.297%202.79.624%203.576c.163.392.331.685.469.89a3%203%200%200%200%20.265.344l.01.01l.003.005zM23.248%209.795a1%201%200%200%200-1.42%201.41L25.599%2015H16a1%201%200%201%200%200%202h9.598l-3.77%203.795a1%201%200%200%200%201.42%201.41l5.462-5.5a1%201%200%200%200%200-1.41z%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%22M14.6%202.067c-1.977-.22-4.632.011-6.712%202.09c-1.17%201.171-2.133%202.98-2.804%205.02A22.2%2022.2%200%200%200%204%2016c0%202.383.407%204.763%201.084%206.822c.67%202.041%201.633%203.85%202.804%205.02c2.08%202.08%204.735%202.31%206.712%202.09c2.645-.294%203.773-2.94%203.298-5.154l-.413-1.926a4%204%200%200%200-3.126-3.084l-2.68-.536a4%204%200%200%201-.208-.424C11.25%2018.278%2011%2017.375%2011%2016s.25-2.278.47-2.809q.116-.27.208-.423l2.68-.536a4%204%200%200%200%203.127-3.085l.413-1.926c.475-2.213-.653-4.86-3.298-5.154m-4.226%2018.761a1%201%200%200%200%20.524.287l3.068.614a2%202%200%200%201%201.563%201.542l.413%201.926c.313%201.462-.473%202.626-1.564%202.748c-1.675.186-3.603-.044-5.077-1.518c-.866-.866-1.7-2.35-2.318-4.23A20.2%2020.2%200%200%201%206%2016c0-2.166.372-4.335.984-6.198c.617-1.88%201.452-3.364%202.318-4.23c1.474-1.474%203.402-1.704%205.077-1.517c1.092.121%201.877%201.285%201.564%202.747l-.413%201.926a2%202%200%200%201-1.563%201.543l-3.068.613a1%201%200%200%200-.524.287l-.002.001l-.002.002l-.004.005l-.01.01a2%202%200%200%200-.086.1a3%203%200%200%200-.178.244a5%205%200%200%200-.469.89C9.297%2013.21%209%2014.376%209%2016s.297%202.79.624%203.576c.163.392.331.685.469.89a3%203%200%200%200%20.265.344l.01.01l.003.005zM23.248%209.795a1%201%200%200%200-1.42%201.41L25.599%2015H16a1%201%200%201%200%200%202h9.598l-3.77%203.795a1%201%200%200%200%201.42%201.41l5.462-5.5a1%201%200%200%200%200-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-forward-32-regular.svg?color=%231a73e8&size=48