message remove icon
message-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- message-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 message remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.97 14.83A3.94 3.94 0 0 0 5 13.5c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91c.7.64 1.63 1.03 2.66 1.03c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-1.02-.39-1.96-1.03-2.67M6.6 19.08c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M17.25 2.43h-9.5C4.9 2.43 3 4.33 3 7.18v4.46c0 .35.36.6.7.51c.42-.1.85-.15 1.3-.15c2.86 0 5.22 2.32 5.48 5.13c.02.28.25.5.52.5h.55l4.23 2.82c.62.42 1.47-.04 1.47-.8v-2.02c1.42 0 2.61-.48 3.44-1.3c.83-.84 1.31-2.03 1.31-3.45v-5.7c0-2.85-1.9-4.75-4.75-4.75m-1.42 8.38H9.17a.715.715 0 0 1 0-1.43h6.66a.715.715 0 0 1 0 1.43"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessageRemoveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.97 14.83A3.94 3.94 0 0 0 5 13.5c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91c.7.64 1.63 1.03 2.66 1.03c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-1.02-.39-1.96-1.03-2.67M6.6 19.08c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M17.25 2.43h-9.5C4.9 2.43 3 4.33 3 7.18v4.46c0 .35.36.6.7.51c.42-.1.85-.15 1.3-.15c2.86 0 5.22 2.32 5.48 5.13c.02.28.25.5.52.5h.55l4.23 2.82c.62.42 1.47-.04 1.47-.8v-2.02c1.42 0 2.61-.48 3.44-1.3c.83-.84 1.31-2.03 1.31-3.45v-5.7c0-2.85-1.9-4.75-4.75-4.75m-1.42 8.38H9.17a.715.715 0 0 1 0-1.43h6.66a.715.715 0 0 1 0 1.43"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.97 14.83A3.94 3.94 0 0 0 5 13.5c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91c.7.64 1.63 1.03 2.66 1.03c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-1.02-.39-1.96-1.03-2.67M6.6 19.08c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M17.25 2.43h-9.5C4.9 2.43 3 4.33 3 7.18v4.46c0 .35.36.6.7.51c.42-.1.85-.15 1.3-.15c2.86 0 5.22 2.32 5.48 5.13c.02.28.25.5.52.5h.55l4.23 2.82c.62.42 1.47-.04 1.47-.8v-2.02c1.42 0 2.61-.48 3.44-1.3c.83-.84 1.31-2.03 1.31-3.45v-5.7c0-2.85-1.9-4.75-4.75-4.75m-1.42 8.38H9.17a.715.715 0 0 1 0-1.43h6.66a.715.715 0 0 1 0 1.43"/></g></svg> </template>
CSS
.icon-message-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.97%2014.83A3.94%203.94%200%200%200%205%2013.5c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91c.7.64%201.63%201.03%202.66%201.03c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-1.02-.39-1.96-1.03-2.67M6.6%2019.08c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06%22%2F%3E%3Cpath%20d%3D%22M17.25%202.43h-9.5C4.9%202.43%203%204.33%203%207.18v4.46c0%20.35.36.6.7.51c.42-.1.85-.15%201.3-.15c2.86%200%205.22%202.32%205.48%205.13c.02.28.25.5.52.5h.55l4.23%202.82c.62.42%201.47-.04%201.47-.8v-2.02c1.42%200%202.61-.48%203.44-1.3c.83-.84%201.31-2.03%201.31-3.45v-5.7c0-2.85-1.9-4.75-4.75-4.75m-1.42%208.38H9.17a.715.715%200%200%201%200-1.43h6.66a.715.715%200%200%201%200%201.43%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.97%2014.83A3.94%203.94%200%200%200%205%2013.5c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91c.7.64%201.63%201.03%202.66%201.03c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-1.02-.39-1.96-1.03-2.67M6.6%2019.08c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06%22%2F%3E%3Cpath%20d%3D%22M17.25%202.43h-9.5C4.9%202.43%203%204.33%203%207.18v4.46c0%20.35.36.6.7.51c.42-.1.85-.15%201.3-.15c2.86%200%205.22%202.32%205.48%205.13c.02.28.25.5.52.5h.55l4.23%202.82c.62.42%201.47-.04%201.47-.8v-2.02c1.42%200%202.61-.48%203.44-1.3c.83-.84%201.31-2.03%201.31-3.45v-5.7c0-2.85-1.9-4.75-4.75-4.75m-1.42%208.38H9.17a.715.715%200%200%201%200-1.43h6.66a.715.715%200%200%201%200%201.43%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/message-remove-filled.svg?color=%231a73e8&size=48