call remove icon
call-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- call-remove-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the call remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.06 6.002l1.24-1.24c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L18 4.942l-1.24-1.24a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.24 1.24l-1.24 1.24c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22L18 7.062l1.24 1.24c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06zm-8.01 8.948L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 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.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.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.78"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCallRemoveFilled(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="m19.06 6.002l1.24-1.24c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L18 4.942l-1.24-1.24a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.24 1.24l-1.24 1.24c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22L18 7.062l1.24 1.24c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06zm-8.01 8.948L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 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.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.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.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.06 6.002l1.24-1.24c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L18 4.942l-1.24-1.24a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.24 1.24l-1.24 1.24c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22L18 7.062l1.24 1.24c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06zm-8.01 8.948L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 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.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.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.78"/></svg> </template>
CSS
.icon-call-remove-filled {
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%22m19.06%206.002l1.24-1.24c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200L18%204.942l-1.24-1.24a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.24%201.24l-1.24%201.24c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22L18%207.062l1.24%201.24c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06zm-8.01%208.948L9.2%2016.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24%208.67%202%207.58%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.1.1.21.2.31.3c.4.39.41%201.03.01%201.43m10.92%203.38a2.54%202.54%200%200%201-.25%201.09c-.17.36-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.01%200-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.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.78%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%22m19.06%206.002l1.24-1.24c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200L18%204.942l-1.24-1.24a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.24%201.24l-1.24%201.24c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22L18%207.062l1.24%201.24c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06zm-8.01%208.948L9.2%2016.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24%208.67%202%207.58%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.1.1.21.2.31.3c.4.39.41%201.03.01%201.43m10.92%203.38a2.54%202.54%200%200%201-.25%201.09c-.17.36-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.01%200-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.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.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/call-remove-filled.svg?color=%231a73e8&size=48