call cancel icon

call-cancel from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
call-cancel
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the call cancel 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-.377-18.62L18.5 5.5m0 0l-2.12 2.123M18.5 5.5l-2.12-2.12M18.5 5.5l2.121 2.122"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCallCancel(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-.377-18.62L18.5 5.5m0 0l-2.12 2.123M18.5 5.5l-2.12-2.12M18.5 5.5l2.121 2.122"/></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-.377-18.62L18.5 5.5m0 0l-2.12 2.123M18.5 5.5l-2.12-2.12M18.5 5.5l2.121 2.122"/></g></svg>
</template>

CSS

.icon-call-cancel {
  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-.377-18.62L18.5%205.5m0%200l-2.12%202.123M18.5%205.5l-2.12-2.12M18.5%205.5l2.121%202.122%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-.377-18.62L18.5%205.5m0%200l-2.12%202.123M18.5%205.5l-2.12-2.12M18.5%205.5l2.121%202.122%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-cancel.svg?color=%231a73e8&size=48