phone cancel icon

phone-cancel from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
phone-cancel
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the phone cancel 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-miterlimit="10" stroke-width="1.5" d="M7.254 16.205a17.2 17.2 0 0 1-3.424-4.74a11.2 11.2 0 0 1-.971-3.322a5.9 5.9 0 0 1 .37-3.463a6.4 6.4 0 0 1 1.035-1.278a1.8 1.8 0 0 1 1.278-.6c.505.075.962.34 1.278.741C7.51 4.31 8.25 5 8.979 5.728c.287.246.466.594.498.97c-.012.318-.134.62-.345.857c-.242.307-.536.588-.817.882a1.53 1.53 0 0 0-.46 1.277c.175.548.477 1.047.881 1.457c.486.664.971 1.278 1.52 1.93l.09.089m1.866 1.648q.71.581 1.507 1.035a1.28 1.28 0 0 0 1.278.153c.434-.243.82-.563 1.137-.945c.275-.335.669-.55 1.099-.601c.383.02.744.184 1.01.46c.344.294.638.639.958.958c.319.32.575.55.843.843q.482.425.907.908c.22.283.324.639.294.996c-.114.427-.36.807-.703 1.086a4.78 4.78 0 0 1-3.756 1.457a10.7 10.7 0 0 1-4.012-.958c-.307-.14-.614-.281-.92-.448a17 17 0 0 1-2.696-1.852m-5.264 1.622L18.012 5.72"/></svg>

React

import type { SVGProps } from "react";

export function MagePhoneCancel(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" strokeMiterlimit="10" strokeWidth="1.5" d="M7.254 16.205a17.2 17.2 0 0 1-3.424-4.74a11.2 11.2 0 0 1-.971-3.322a5.9 5.9 0 0 1 .37-3.463a6.4 6.4 0 0 1 1.035-1.278a1.8 1.8 0 0 1 1.278-.6c.505.075.962.34 1.278.741C7.51 4.31 8.25 5 8.979 5.728c.287.246.466.594.498.97c-.012.318-.134.62-.345.857c-.242.307-.536.588-.817.882a1.53 1.53 0 0 0-.46 1.277c.175.548.477 1.047.881 1.457c.486.664.971 1.278 1.52 1.93l.09.089m1.866 1.648q.71.581 1.507 1.035a1.28 1.28 0 0 0 1.278.153c.434-.243.82-.563 1.137-.945c.275-.335.669-.55 1.099-.601c.383.02.744.184 1.01.46c.344.294.638.639.958.958c.319.32.575.55.843.843q.482.425.907.908c.22.283.324.639.294.996c-.114.427-.36.807-.703 1.086a4.78 4.78 0 0 1-3.756 1.457a10.7 10.7 0 0 1-4.012-.958c-.307-.14-.614-.281-.92-.448a17 17 0 0 1-2.696-1.852m-5.264 1.622L18.012 5.72"/></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-miterlimit="10" stroke-width="1.5" d="M7.254 16.205a17.2 17.2 0 0 1-3.424-4.74a11.2 11.2 0 0 1-.971-3.322a5.9 5.9 0 0 1 .37-3.463a6.4 6.4 0 0 1 1.035-1.278a1.8 1.8 0 0 1 1.278-.6c.505.075.962.34 1.278.741C7.51 4.31 8.25 5 8.979 5.728c.287.246.466.594.498.97c-.012.318-.134.62-.345.857c-.242.307-.536.588-.817.882a1.53 1.53 0 0 0-.46 1.277c.175.548.477 1.047.881 1.457c.486.664.971 1.278 1.52 1.93l.09.089m1.866 1.648q.71.581 1.507 1.035a1.28 1.28 0 0 0 1.278.153c.434-.243.82-.563 1.137-.945c.275-.335.669-.55 1.099-.601c.383.02.744.184 1.01.46c.344.294.638.639.958.958c.319.32.575.55.843.843q.482.425.907.908c.22.283.324.639.294.996c-.114.427-.36.807-.703 1.086a4.78 4.78 0 0 1-3.756 1.457a10.7 10.7 0 0 1-4.012-.958c-.307-.14-.614-.281-.92-.448a17 17 0 0 1-2.696-1.852m-5.264 1.622L18.012 5.72"/></svg>
</template>

CSS

.icon-phone-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M7.254%2016.205a17.2%2017.2%200%200%201-3.424-4.74a11.2%2011.2%200%200%201-.971-3.322a5.9%205.9%200%200%201%20.37-3.463a6.4%206.4%200%200%201%201.035-1.278a1.8%201.8%200%200%201%201.278-.6c.505.075.962.34%201.278.741C7.51%204.31%208.25%205%208.979%205.728c.287.246.466.594.498.97c-.012.318-.134.62-.345.857c-.242.307-.536.588-.817.882a1.53%201.53%200%200%200-.46%201.277c.175.548.477%201.047.881%201.457c.486.664.971%201.278%201.52%201.93l.09.089m1.866%201.648q.71.581%201.507%201.035a1.28%201.28%200%200%200%201.278.153c.434-.243.82-.563%201.137-.945c.275-.335.669-.55%201.099-.601c.383.02.744.184%201.01.46c.344.294.638.639.958.958c.319.32.575.55.843.843q.482.425.907.908c.22.283.324.639.294.996c-.114.427-.36.807-.703%201.086a4.78%204.78%200%200%201-3.756%201.457a10.7%2010.7%200%200%201-4.012-.958c-.307-.14-.614-.281-.92-.448a17%2017%200%200%201-2.696-1.852m-5.264%201.622L18.012%205.72%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M7.254%2016.205a17.2%2017.2%200%200%201-3.424-4.74a11.2%2011.2%200%200%201-.971-3.322a5.9%205.9%200%200%201%20.37-3.463a6.4%206.4%200%200%201%201.035-1.278a1.8%201.8%200%200%201%201.278-.6c.505.075.962.34%201.278.741C7.51%204.31%208.25%205%208.979%205.728c.287.246.466.594.498.97c-.012.318-.134.62-.345.857c-.242.307-.536.588-.817.882a1.53%201.53%200%200%200-.46%201.277c.175.548.477%201.047.881%201.457c.486.664.971%201.278%201.52%201.93l.09.089m1.866%201.648q.71.581%201.507%201.035a1.28%201.28%200%200%200%201.278.153c.434-.243.82-.563%201.137-.945c.275-.335.669-.55%201.099-.601c.383.02.744.184%201.01.46c.344.294.638.639.958.958c.319.32.575.55.843.843q.482.425.907.908c.22.283.324.639.294.996c-.114.427-.36.807-.703%201.086a4.78%204.78%200%200%201-3.756%201.457a10.7%2010.7%200%200%201-4.012-.958c-.307-.14-.614-.281-.92-.448a17%2017%200%200%201-2.696-1.852m-5.264%201.622L18.012%205.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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