call-forward-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
call-forward-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.926 2.08l-.176-.036a2.97 2.97 0 0 0-2.71.938C4.668 4.502 4 6.848 4 10.002c0 3.148.666 5.492 2.034 7.012a2.97 2.97 0 0 0 2.9.904l.648-.156a2.2 2.2 0 0 0 1.665-2.363l-.14-1.396a2.195 2.195 0 0 0-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a2 2 0 0 1-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.2.2 0 0 1 .125-.09l1.338-.312A2.195 2.195 0 0 0 11.106 6l.142-1.403a2.2 2.2 0 0 0-1.674-2.364zM5.19 10.002c0-2.882.589-4.947 1.73-6.213a1.78 1.78 0 0 1 1.596-.568l.136.027l.649.153a1 1 0 0 1 .76 1.075L9.92 5.879a1 1 0 0 1-.765.874l-1.339.31a1.4 1.4 0 0 0-.873.635c-.299.492-.428 1.25-.428 2.304c0 1.604.294 2.576 1.087 2.877l.108.035l1.446.337a1 1 0 0 1 .764.873l.141 1.396a1 1 0 0 1-.757 1.074l-.649.157a1.78 1.78 0 0 1-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206m9.163-4.356a.5.5 0 0 0-.708.708L16.293 9H10.5a.5.5 0 0 0 0 1h5.793l-2.647 2.646a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallForward20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.926 2.08l-.176-.036a2.97 2.97 0 0 0-2.71.938C4.668 4.502 4 6.848 4 10.002c0 3.148.666 5.492 2.034 7.012a2.97 2.97 0 0 0 2.9.904l.648-.156a2.2 2.2 0 0 0 1.665-2.363l-.14-1.396a2.195 2.195 0 0 0-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a2 2 0 0 1-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.2.2 0 0 1 .125-.09l1.338-.312A2.195 2.195 0 0 0 11.106 6l.142-1.403a2.2 2.2 0 0 0-1.674-2.364zM5.19 10.002c0-2.882.589-4.947 1.73-6.213a1.78 1.78 0 0 1 1.596-.568l.136.027l.649.153a1 1 0 0 1 .76 1.075L9.92 5.879a1 1 0 0 1-.765.874l-1.339.31a1.4 1.4 0 0 0-.873.635c-.299.492-.428 1.25-.428 2.304c0 1.604.294 2.576 1.087 2.877l.108.035l1.446.337a1 1 0 0 1 .764.873l.141 1.396a1 1 0 0 1-.757 1.074l-.649.157a1.78 1.78 0 0 1-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206m9.163-4.356a.5.5 0 0 0-.708.708L16.293 9H10.5a.5.5 0 0 0 0 1h5.793l-2.647 2.646a.5.5 0 0 0 .708.708l3.5-3.5a.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 20 20"><path fill="currentColor" d="m8.926 2.08l-.176-.036a2.97 2.97 0 0 0-2.71.938C4.668 4.502 4 6.848 4 10.002c0 3.148.666 5.492 2.034 7.012a2.97 2.97 0 0 0 2.9.904l.648-.156a2.2 2.2 0 0 0 1.665-2.363l-.14-1.396a2.195 2.195 0 0 0-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a2 2 0 0 1-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.2.2 0 0 1 .125-.09l1.338-.312A2.195 2.195 0 0 0 11.106 6l.142-1.403a2.2 2.2 0 0 0-1.674-2.364zM5.19 10.002c0-2.882.589-4.947 1.73-6.213a1.78 1.78 0 0 1 1.596-.568l.136.027l.649.153a1 1 0 0 1 .76 1.075L9.92 5.879a1 1 0 0 1-.765.874l-1.339.31a1.4 1.4 0 0 0-.873.635c-.299.492-.428 1.25-.428 2.304c0 1.604.294 2.576 1.087 2.877l.108.035l1.446.337a1 1 0 0 1 .764.873l.141 1.396a1 1 0 0 1-.757 1.074l-.649.157a1.78 1.78 0 0 1-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206m9.163-4.356a.5.5 0 0 0-.708.708L16.293 9H10.5a.5.5 0 0 0 0 1h5.793l-2.647 2.646a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708z"/></svg>
</template>

CSS

.icon-call-forward-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.926%202.08l-.176-.036a2.97%202.97%200%200%200-2.71.938C4.668%204.502%204%206.848%204%2010.002c0%203.148.666%205.492%202.034%207.012a2.97%202.97%200%200%200%202.9.904l.648-.156a2.2%202.2%200%200%200%201.665-2.363l-.14-1.396a2.195%202.195%200%200%200-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a2%202%200%200%201-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.2.2%200%200%201%20.125-.09l1.338-.312A2.195%202.195%200%200%200%2011.106%206l.142-1.403a2.2%202.2%200%200%200-1.674-2.364zM5.19%2010.002c0-2.882.589-4.947%201.73-6.213a1.78%201.78%200%200%201%201.596-.568l.136.027l.649.153a1%201%200%200%201%20.76%201.075L9.92%205.879a1%201%200%200%201-.765.874l-1.339.31a1.4%201.4%200%200%200-.873.635c-.299.492-.428%201.25-.428%202.304c0%201.604.294%202.576%201.087%202.877l.108.035l1.446.337a1%201%200%200%201%20.764.873l.141%201.396a1%201%200%200%201-.757%201.074l-.649.157a1.78%201.78%200%200%201-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206m9.163-4.356a.5.5%200%200%200-.708.708L16.293%209H10.5a.5.5%200%200%200%200%201h5.793l-2.647%202.646a.5.5%200%200%200%20.708.708l3.5-3.5a.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.926%202.08l-.176-.036a2.97%202.97%200%200%200-2.71.938C4.668%204.502%204%206.848%204%2010.002c0%203.148.666%205.492%202.034%207.012a2.97%202.97%200%200%200%202.9.904l.648-.156a2.2%202.2%200%200%200%201.665-2.363l-.14-1.396a2.195%202.195%200%200%200-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a2%202%200%200%201-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.2.2%200%200%201%20.125-.09l1.338-.312A2.195%202.195%200%200%200%2011.106%206l.142-1.403a2.2%202.2%200%200%200-1.674-2.364zM5.19%2010.002c0-2.882.589-4.947%201.73-6.213a1.78%201.78%200%200%201%201.596-.568l.136.027l.649.153a1%201%200%200%201%20.76%201.075L9.92%205.879a1%201%200%200%201-.765.874l-1.339.31a1.4%201.4%200%200%200-.873.635c-.299.492-.428%201.25-.428%202.304c0%201.604.294%202.576%201.087%202.877l.108.035l1.446.337a1%201%200%200%201%20.764.873l.141%201.396a1%201%200%200%201-.757%201.074l-.649.157a1.78%201.78%200%200%201-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206m9.163-4.356a.5.5%200%200%200-.708.708L16.293%209H10.5a.5.5%200%200%200%200%201h5.793l-2.647%202.646a.5.5%200%200%200%20.708.708l3.5-3.5a.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-20-regular.svg?color=%231a73e8&size=48