call forwarded icon
call-forwarded from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- call-forwarded
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the call forwarded icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223zm-.283-15.164l-.074-3.462L17.18 3.3m2.66.876L16.4 7.617"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignCallForwarded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223zm-.283-15.164l-.074-3.462L17.18 3.3m2.66.876L16.4 7.617"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21 22c-3.8 0-7.338-1.115-10.307-3.036a19.1 19.1 0 0 1-5.657-5.657A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024a15.07 15.07 0 0 0 5.657 5.657l2.024-2.025L21 15.223zm-.283-15.164l-.074-3.462L17.18 3.3m2.66.876L16.4 7.617"/></g></svg> </template>
CSS
.icon-call-forwarded {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2022c-3.8%200-7.338-1.115-10.307-3.036a19.1%2019.1%200%200%201-5.657-5.657A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024a15.07%2015.07%200%200%200%205.657%205.657l2.024-2.025L21%2015.223z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21%2022c-3.8%200-7.338-1.115-10.307-3.036a19.1%2019.1%200%200%201-5.657-5.657A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024a15.07%2015.07%200%200%200%205.657%205.657l2.024-2.025L21%2015.223zm-.283-15.164l-.074-3.462L17.18%203.3m2.66.876L16.4%207.617%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2022c-3.8%200-7.338-1.115-10.307-3.036a19.1%2019.1%200%200%201-5.657-5.657A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024a15.07%2015.07%200%200%200%205.657%205.657l2.024-2.025L21%2015.223z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21%2022c-3.8%200-7.338-1.115-10.307-3.036a19.1%2019.1%200%200%201-5.657-5.657A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024a15.07%2015.07%200%200%200%205.657%205.657l2.024-2.025L21%2015.223zm-.283-15.164l-.074-3.462L17.18%203.3m2.66.876L16.4%207.617%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/call-forwarded.svg?color=%231a73e8&size=48