phone cross icon
phone-cross-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-cross-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the phone cross icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.024 18.905a2.63 2.63 0 0 1-.906 1.482a5.3 5.3 0 0 1-1.914 1.265a5.5 5.5 0 0 1-1.955.36h-.36a11.4 11.4 0 0 1-4.343-1.028c-.329-.155-.648-.31-.957-.474a20.4 20.4 0 0 1-4.353-3.313a18.9 18.9 0 0 1-4.116-5.485A11.8 11.8 0 0 1 2.091 8.09a6.45 6.45 0 0 1 .412-3.828a7.5 7.5 0 0 1 1.183-1.523a2.5 2.5 0 0 1 .73-.536c.288-.133.6-.206.917-.216a2.5 2.5 0 0 1 1.029.31c.286.17.537.394.74.658c.381.411.814.843 1.246 1.286l.947.967c.372.34.606.806.658 1.307v.103A1.95 1.95 0 0 1 9.47 7.73c-.175.217-.37.422-.576.638l-.278.299a1.1 1.1 0 0 0-.35.813c.164.463.427.885.772 1.235c.546.72 1.03 1.4 1.585 2.058a13.7 13.7 0 0 0 3.447 2.84a.85.85 0 0 0 .834.123c.36-.215.677-.494.936-.823c.374-.452.91-.74 1.492-.803a2.06 2.06 0 0 1 1.482.628c.206.175.422.402.638.628s.227.247.35.36l.32.32c.195.184.37.36.555.565q.499.443.936.947c.166.2.291.431.37.679q.07.331.042.669"/><path fill="currentColor" d="M17.877 8.717a.763.763 0 0 1 0 1.091a.8.8 0 0 1-.546.226a.8.8 0 0 1-.545-.226l-1.317-1.327l-1.328 1.327a.772.772 0 0 1-1.09-1.09l1.327-1.328l-1.328-1.328a.772.772 0 0 1 1.091-1.09l1.328 1.327l1.317-1.327a.77.77 0 0 1 1.09 0a.763.763 0 0 1 0 1.09L16.55 7.39z"/></svg>
React
import type { SVGProps } from "react";
export function MagePhoneCrossFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.024 18.905a2.63 2.63 0 0 1-.906 1.482a5.3 5.3 0 0 1-1.914 1.265a5.5 5.5 0 0 1-1.955.36h-.36a11.4 11.4 0 0 1-4.343-1.028c-.329-.155-.648-.31-.957-.474a20.4 20.4 0 0 1-4.353-3.313a18.9 18.9 0 0 1-4.116-5.485A11.8 11.8 0 0 1 2.091 8.09a6.45 6.45 0 0 1 .412-3.828a7.5 7.5 0 0 1 1.183-1.523a2.5 2.5 0 0 1 .73-.536c.288-.133.6-.206.917-.216a2.5 2.5 0 0 1 1.029.31c.286.17.537.394.74.658c.381.411.814.843 1.246 1.286l.947.967c.372.34.606.806.658 1.307v.103A1.95 1.95 0 0 1 9.47 7.73c-.175.217-.37.422-.576.638l-.278.299a1.1 1.1 0 0 0-.35.813c.164.463.427.885.772 1.235c.546.72 1.03 1.4 1.585 2.058a13.7 13.7 0 0 0 3.447 2.84a.85.85 0 0 0 .834.123c.36-.215.677-.494.936-.823c.374-.452.91-.74 1.492-.803a2.06 2.06 0 0 1 1.482.628c.206.175.422.402.638.628s.227.247.35.36l.32.32c.195.184.37.36.555.565q.499.443.936.947c.166.2.291.431.37.679q.07.331.042.669"/><path fill="currentColor" d="M17.877 8.717a.763.763 0 0 1 0 1.091a.8.8 0 0 1-.546.226a.8.8 0 0 1-.545-.226l-1.317-1.327l-1.328 1.327a.772.772 0 0 1-1.09-1.09l1.327-1.328l-1.328-1.328a.772.772 0 0 1 1.091-1.09l1.328 1.327l1.317-1.327a.77.77 0 0 1 1.09 0a.763.763 0 0 1 0 1.09L16.55 7.39z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.024 18.905a2.63 2.63 0 0 1-.906 1.482a5.3 5.3 0 0 1-1.914 1.265a5.5 5.5 0 0 1-1.955.36h-.36a11.4 11.4 0 0 1-4.343-1.028c-.329-.155-.648-.31-.957-.474a20.4 20.4 0 0 1-4.353-3.313a18.9 18.9 0 0 1-4.116-5.485A11.8 11.8 0 0 1 2.091 8.09a6.45 6.45 0 0 1 .412-3.828a7.5 7.5 0 0 1 1.183-1.523a2.5 2.5 0 0 1 .73-.536c.288-.133.6-.206.917-.216a2.5 2.5 0 0 1 1.029.31c.286.17.537.394.74.658c.381.411.814.843 1.246 1.286l.947.967c.372.34.606.806.658 1.307v.103A1.95 1.95 0 0 1 9.47 7.73c-.175.217-.37.422-.576.638l-.278.299a1.1 1.1 0 0 0-.35.813c.164.463.427.885.772 1.235c.546.72 1.03 1.4 1.585 2.058a13.7 13.7 0 0 0 3.447 2.84a.85.85 0 0 0 .834.123c.36-.215.677-.494.936-.823c.374-.452.91-.74 1.492-.803a2.06 2.06 0 0 1 1.482.628c.206.175.422.402.638.628s.227.247.35.36l.32.32c.195.184.37.36.555.565q.499.443.936.947c.166.2.291.431.37.679q.07.331.042.669"/><path fill="currentColor" d="M17.877 8.717a.763.763 0 0 1 0 1.091a.8.8 0 0 1-.546.226a.8.8 0 0 1-.545-.226l-1.317-1.327l-1.328 1.327a.772.772 0 0 1-1.09-1.09l1.327-1.328l-1.328-1.328a.772.772 0 0 1 1.091-1.09l1.328 1.327l1.317-1.327a.77.77 0 0 1 1.09 0a.763.763 0 0 1 0 1.09L16.55 7.39z"/></svg> </template>
CSS
.icon-phone-cross-fill {
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%22currentColor%22%20d%3D%22M22.024%2018.905a2.63%202.63%200%200%201-.906%201.482a5.3%205.3%200%200%201-1.914%201.265a5.5%205.5%200%200%201-1.955.36h-.36a11.4%2011.4%200%200%201-4.343-1.028c-.329-.155-.648-.31-.957-.474a20.4%2020.4%200%200%201-4.353-3.313a18.9%2018.9%200%200%201-4.116-5.485A11.8%2011.8%200%200%201%202.091%208.09a6.45%206.45%200%200%201%20.412-3.828a7.5%207.5%200%200%201%201.183-1.523a2.5%202.5%200%200%201%20.73-.536c.288-.133.6-.206.917-.216a2.5%202.5%200%200%201%201.029.31c.286.17.537.394.74.658c.381.411.814.843%201.246%201.286l.947.967c.372.34.606.806.658%201.307v.103A1.95%201.95%200%200%201%209.47%207.73c-.175.217-.37.422-.576.638l-.278.299a1.1%201.1%200%200%200-.35.813c.164.463.427.885.772%201.235c.546.72%201.03%201.4%201.585%202.058a13.7%2013.7%200%200%200%203.447%202.84a.85.85%200%200%200%20.834.123c.36-.215.677-.494.936-.823c.374-.452.91-.74%201.492-.803a2.06%202.06%200%200%201%201.482.628c.206.175.422.402.638.628s.227.247.35.36l.32.32c.195.184.37.36.555.565q.499.443.936.947c.166.2.291.431.37.679q.07.331.042.669%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.877%208.717a.763.763%200%200%201%200%201.091a.8.8%200%200%201-.546.226a.8.8%200%200%201-.545-.226l-1.317-1.327l-1.328%201.327a.772.772%200%200%201-1.09-1.09l1.327-1.328l-1.328-1.328a.772.772%200%200%201%201.091-1.09l1.328%201.327l1.317-1.327a.77.77%200%200%201%201.09%200a.763.763%200%200%201%200%201.09L16.55%207.39z%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%22currentColor%22%20d%3D%22M22.024%2018.905a2.63%202.63%200%200%201-.906%201.482a5.3%205.3%200%200%201-1.914%201.265a5.5%205.5%200%200%201-1.955.36h-.36a11.4%2011.4%200%200%201-4.343-1.028c-.329-.155-.648-.31-.957-.474a20.4%2020.4%200%200%201-4.353-3.313a18.9%2018.9%200%200%201-4.116-5.485A11.8%2011.8%200%200%201%202.091%208.09a6.45%206.45%200%200%201%20.412-3.828a7.5%207.5%200%200%201%201.183-1.523a2.5%202.5%200%200%201%20.73-.536c.288-.133.6-.206.917-.216a2.5%202.5%200%200%201%201.029.31c.286.17.537.394.74.658c.381.411.814.843%201.246%201.286l.947.967c.372.34.606.806.658%201.307v.103A1.95%201.95%200%200%201%209.47%207.73c-.175.217-.37.422-.576.638l-.278.299a1.1%201.1%200%200%200-.35.813c.164.463.427.885.772%201.235c.546.72%201.03%201.4%201.585%202.058a13.7%2013.7%200%200%200%203.447%202.84a.85.85%200%200%200%20.834.123c.36-.215.677-.494.936-.823c.374-.452.91-.74%201.492-.803a2.06%202.06%200%200%201%201.482.628c.206.175.422.402.638.628s.227.247.35.36l.32.32c.195.184.37.36.555.565q.499.443.936.947c.166.2.291.431.37.679q.07.331.042.669%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.877%208.717a.763.763%200%200%201%200%201.091a.8.8%200%200%201-.546.226a.8.8%200%200%201-.545-.226l-1.317-1.327l-1.328%201.327a.772.772%200%200%201-1.09-1.09l1.327-1.328l-1.328-1.328a.772.772%200%200%201%201.091-1.09l1.328%201.327l1.317-1.327a.77.77%200%200%201%201.09%200a.763.763%200%200%201%200%201.09L16.55%207.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/phone-cross-fill.svg?color=%231a73e8&size=48