call off icon
call-off from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- call-off
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the call off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.298 13.702q-.133-.195-.262-.395A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024l.183.31m-.565 5.729a19 19 0 0 0 3.128 2.529A18.9 18.9 0 0 0 21 22v-6.778l-5.372-1.194l-2.024 2.025a15 15 0 0 1-3.21-2.447M21 3L3 21"/></svg>
React
import type { SVGProps } from "react";
export function TdesignCallOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5.298 13.702q-.133-.195-.262-.395A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024l.183.31m-.565 5.729a19 19 0 0 0 3.128 2.529A18.9 18.9 0 0 0 21 22v-6.778l-5.372-1.194l-2.024 2.025a15 15 0 0 1-3.21-2.447M21 3L3 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.298 13.702q-.133-.195-.262-.395A18.9 18.9 0 0 1 2 3h6.778L9.97 8.372l-2.024 2.024l.183.31m-.565 5.729a19 19 0 0 0 3.128 2.529A18.9 18.9 0 0 0 21 22v-6.778l-5.372-1.194l-2.024 2.025a15 15 0 0 1-3.21-2.447M21 3L3 21"/></svg> </template>
CSS
.icon-call-off {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.298%2013.702q-.133-.195-.262-.395A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024l.183.31m-.565%205.729a19%2019%200%200%200%203.128%202.529A18.9%2018.9%200%200%200%2021%2022v-6.778l-5.372-1.194l-2.024%202.025a15%2015%200%200%201-3.21-2.447M21%203L3%2021%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.298%2013.702q-.133-.195-.262-.395A18.9%2018.9%200%200%201%202%203h6.778L9.97%208.372l-2.024%202.024l.183.31m-.565%205.729a19%2019%200%200%200%203.128%202.529A18.9%2018.9%200%200%200%2021%2022v-6.778l-5.372-1.194l-2.024%202.025a15%2015%200%200%201-3.21-2.447M21%203L3%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/call-off.svg?color=%231a73e8&size=48