call disabled icon

call-disabled from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
call-disabled
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the call disabled 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="round" stroke-linejoin="round" stroke-width="1.5" d="M21 3L3 21m1.912-10.459l2.64-2.64a2.08 2.08 0 0 0 .507-2.064a27 27 0 0 1-.49-1.844C7.453 3.45 6.976 3 6.42 3H4.912c-1.11 0-2.023.904-1.901 2.008a18 18 0 0 0 3.347 8.634m7.1 5.446l2.582-2.582c.57-.568 1.421-.74 2.188-.496c.533.17 1.17.35 1.773.46c.547.099.999.555.999 1.11v1.508c0 1.11-.904 2.023-2.008 1.901a18.04 18.04 0 0 1-10.79-5.191"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCallDisabled(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="round" strokeLinejoin="round" strokeWidth="1.5" d="M21 3L3 21m1.912-10.459l2.64-2.64a2.08 2.08 0 0 0 .507-2.064a27 27 0 0 1-.49-1.844C7.453 3.45 6.976 3 6.42 3H4.912c-1.11 0-2.023.904-1.901 2.008a18 18 0 0 0 3.347 8.634m7.1 5.446l2.582-2.582c.57-.568 1.421-.74 2.188-.496c.533.17 1.17.35 1.773.46c.547.099.999.555.999 1.11v1.508c0 1.11-.904 2.023-2.008 1.901a18.04 18.04 0 0 1-10.79-5.191"/></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="round" stroke-linejoin="round" stroke-width="1.5" d="M21 3L3 21m1.912-10.459l2.64-2.64a2.08 2.08 0 0 0 .507-2.064a27 27 0 0 1-.49-1.844C7.453 3.45 6.976 3 6.42 3H4.912c-1.11 0-2.023.904-1.901 2.008a18 18 0 0 0 3.347 8.634m7.1 5.446l2.582-2.582c.57-.568 1.421-.74 2.188-.496c.533.17 1.17.35 1.773.46c.547.099.999.555.999 1.11v1.508c0 1.11-.904 2.023-2.008 1.901a18.04 18.04 0 0 1-10.79-5.191"/></svg>
</template>

CSS

.icon-call-disabled {
  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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%203L3%2021m1.912-10.459l2.64-2.64a2.08%202.08%200%200%200%20.507-2.064a27%2027%200%200%201-.49-1.844C7.453%203.45%206.976%203%206.42%203H4.912c-1.11%200-2.023.904-1.901%202.008a18%2018%200%200%200%203.347%208.634m7.1%205.446l2.582-2.582c.57-.568%201.421-.74%202.188-.496c.533.17%201.17.35%201.773.46c.547.099.999.555.999%201.11v1.508c0%201.11-.904%202.023-2.008%201.901a18.04%2018.04%200%200%201-10.79-5.191%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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%203L3%2021m1.912-10.459l2.64-2.64a2.08%202.08%200%200%200%20.507-2.064a27%2027%200%200%201-.49-1.844C7.453%203.45%206.976%203%206.42%203H4.912c-1.11%200-2.023.904-1.901%202.008a18%2018%200%200%200%203.347%208.634m7.1%205.446l2.582-2.582c.57-.568%201.421-.74%202.188-.496c.533.17%201.17.35%201.773.46c.547.099.999.555.999%201.11v1.508c0%201.11-.904%202.023-2.008%201.901a18.04%2018.04%200%200%201-10.79-5.191%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/call-disabled.svg?color=%231a73e8&size=48