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

Name
call-forward-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M9.288 2.198L8.44 2.04c-.842-.156-1.725.152-2.321.812Q3.994 5.204 4 10.199q.006 4.988 2.132 7.125c.6.603 1.49.823 2.334.577l.849-.248a1.735 1.735 0 0 0 1.237-1.821l-.167-1.628a1.53 1.53 0 0 0-1.267-1.368l-1.805-.313a6.4 6.4 0 0 1-.58-2.512q-.04-1.35.43-2.472l1.93-.505a1.74 1.74 0 0 0 1.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696m5.066 3.448a.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 FluentCallForward20Filled(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="M9.288 2.198L8.44 2.04c-.842-.156-1.725.152-2.321.812Q3.994 5.204 4 10.199q.006 4.988 2.132 7.125c.6.603 1.49.823 2.334.577l.849-.248a1.735 1.735 0 0 0 1.237-1.821l-.167-1.628a1.53 1.53 0 0 0-1.267-1.368l-1.805-.313a6.4 6.4 0 0 1-.58-2.512q-.04-1.35.43-2.472l1.93-.505a1.74 1.74 0 0 0 1.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696m5.066 3.448a.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="M9.288 2.198L8.44 2.04c-.842-.156-1.725.152-2.321.812Q3.994 5.204 4 10.199q.006 4.988 2.132 7.125c.6.603 1.49.823 2.334.577l.849-.248a1.735 1.735 0 0 0 1.237-1.821l-.167-1.628a1.53 1.53 0 0 0-1.267-1.368l-1.805-.313a6.4 6.4 0 0 1-.58-2.512q-.04-1.35.43-2.472l1.93-.505a1.74 1.74 0 0 0 1.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696m5.066 3.448a.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.288%202.198L8.44%202.04c-.842-.156-1.725.152-2.321.812Q3.994%205.204%204%2010.199q.006%204.988%202.132%207.125c.6.603%201.49.823%202.334.577l.849-.248a1.735%201.735%200%200%200%201.237-1.821l-.167-1.628a1.53%201.53%200%200%200-1.267-1.368l-1.805-.313a6.4%206.4%200%200%201-.58-2.512q-.04-1.35.43-2.472l1.93-.505a1.74%201.74%200%200%200%201.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696m5.066%203.448a.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%22M9.288%202.198L8.44%202.04c-.842-.156-1.725.152-2.321.812Q3.994%205.204%204%2010.199q.006%204.988%202.132%207.125c.6.603%201.49.823%202.334.577l.849-.248a1.735%201.735%200%200%200%201.237-1.821l-.167-1.628a1.53%201.53%200%200%200-1.267-1.368l-1.805-.313a6.4%206.4%200%200%201-.58-2.512q-.04-1.35.43-2.472l1.93-.505a1.74%201.74%200%200%200%201.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696m5.066%203.448a.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-filled.svg?color=%231a73e8&size=48