call minus icon

call-minus from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
call-minus
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the call minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="M21.97 18.33c0 .36-.08.73-.25 1.09s-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.6.25-1.25.38-1.95.38c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a29 29 0 0 1-3.28-2.8a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41Q2 8.1 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.54.53 1.06 1.02 1.59 1.47c.52.44.95.74 1.29.92c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.5 6h5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCallMinus(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" stroke="currentColor" strokeWidth="1.5"><path strokeMiterlimit="10" d="M21.97 18.33c0 .36-.08.73-.25 1.09s-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.6.25-1.25.38-1.95.38c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a29 29 0 0 1-3.28-2.8a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41Q2 8.1 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.54.53 1.06 1.02 1.59 1.47c.52.44.95.74 1.29.92c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.5 6h5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="M21.97 18.33c0 .36-.08.73-.25 1.09s-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.6.25-1.25.38-1.95.38c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a29 29 0 0 1-3.28-2.8a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41Q2 8.1 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.54.53 1.06 1.02 1.59 1.47c.52.44.95.74 1.29.92c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.5 6h5"/></g></svg>
</template>

CSS

.icon-call-minus {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.97%2018.33c0%20.36-.08.73-.25%201.09s-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.6.25-1.25.38-1.95.38c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a29%2029%200%200%201-3.28-2.8a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41Q2%208.1%202%206.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17%201.15-1.67C4.15%202.31%204.85%202%205.59%202c.28%200%20.56.06.81.18c.26.12.49.3.67.56l2.32%203.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0%20.24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0%20.08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93%201.28c.45.52.93%201.05%201.45%201.58c.54.53%201.06%201.02%201.59%201.47c.52.44.95.74%201.29.92c.05.02.11.05.18.08c.08.03.16.04.25.04c.17%200%20.3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19%200%20.39.04.61.13s.45.22.7.39l3.31%202.35c.26.18.44.39.55.64c.1.25.16.5.16.78Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206h5%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.97%2018.33c0%20.36-.08.73-.25%201.09s-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.6.25-1.25.38-1.95.38c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a29%2029%200%200%201-3.28-2.8a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41Q2%208.1%202%206.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17%201.15-1.67C4.15%202.31%204.85%202%205.59%202c.28%200%20.56.06.81.18c.26.12.49.3.67.56l2.32%203.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0%20.24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0%20.08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93%201.28c.45.52.93%201.05%201.45%201.58c.54.53%201.06%201.02%201.59%201.47c.52.44.95.74%201.29.92c.05.02.11.05.18.08c.08.03.16.04.25.04c.17%200%20.3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19%200%20.39.04.61.13s.45.22.7.39l3.31%202.35c.26.18.44.39.55.64c.1.25.16.5.16.78Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206h5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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