chat minus icon
chat-minus from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- chat-minus
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-xcheck-read
Use the chat minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 11.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v4.43c0 1.015 0 1.82.05 2.471c.05.665.156 1.23.4 1.75A4.75 4.75 0 0 0 3.982 19.3c.52.244 1.085.35 1.75.4c.65.05 1.456.05 2.472.05h.03c.486 0 .582.007.66.029a.75.75 0 0 1 .286.155c.06.052.118.13.384.536l.486.745c.208.319.391.6.56.813c.174.22.397.454.713.586c.433.182.92.182 1.354 0c.316-.133.54-.367.713-.587c.168-.213.352-.493.56-.812l.486-.745c.266-.407.324-.484.384-.536a.75.75 0 0 1 .287-.155c.077-.022.173-.029.659-.029h.03c1.016 0 1.822 0 2.472-.05c.665-.05 1.23-.156 1.75-.4a4.75 4.75 0 0 0 2.282-2.282c.244-.52.35-1.085.4-1.75c.05-.65.05-1.456.05-2.472V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v4.366c0 1.053 0 1.801-.045 2.388c-.044.58-.128.94-.263 1.226a3.25 3.25 0 0 1-1.562 1.562c-.287.135-.647.219-1.226.263c-.587.045-1.335.045-2.388.045h-.076c-.367 0-.689 0-.993.086a2.25 2.25 0 0 0-.86.466c-.24.207-.415.477-.615.784l-.51.781c-.232.355-.378.577-.498.73a1 1 0 0 1-.127.138a.25.25 0 0 1-.174 0a1 1 0 0 1-.127-.138c-.12-.153-.266-.375-.498-.73l-.51-.78c-.2-.308-.375-.578-.614-.785a2.25 2.25 0 0 0-.86-.466c-.305-.087-.627-.086-.994-.086h-.076c-1.053 0-1.801 0-2.388-.045c-.58-.044-.94-.128-1.226-.263a3.25 3.25 0 0 1-1.562-1.562c-.135-.287-.219-.647-.263-1.226c-.044-.587-.045-1.335-.045-2.388V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChatMinus(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="M15 11.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z"/><path fillRule="evenodd" d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v4.43c0 1.015 0 1.82.05 2.471c.05.665.156 1.23.4 1.75A4.75 4.75 0 0 0 3.982 19.3c.52.244 1.085.35 1.75.4c.65.05 1.456.05 2.472.05h.03c.486 0 .582.007.66.029a.75.75 0 0 1 .286.155c.06.052.118.13.384.536l.486.745c.208.319.391.6.56.813c.174.22.397.454.713.586c.433.182.92.182 1.354 0c.316-.133.54-.367.713-.587c.168-.213.352-.493.56-.812l.486-.745c.266-.407.324-.484.384-.536a.75.75 0 0 1 .287-.155c.077-.022.173-.029.659-.029h.03c1.016 0 1.822 0 2.472-.05c.665-.05 1.23-.156 1.75-.4a4.75 4.75 0 0 0 2.282-2.282c.244-.52.35-1.085.4-1.75c.05-.65.05-1.456.05-2.472V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v4.366c0 1.053 0 1.801-.045 2.388c-.044.58-.128.94-.263 1.226a3.25 3.25 0 0 1-1.562 1.562c-.287.135-.647.219-1.226.263c-.587.045-1.335.045-2.388.045h-.076c-.367 0-.689 0-.993.086a2.25 2.25 0 0 0-.86.466c-.24.207-.415.477-.615.784l-.51.781c-.232.355-.378.577-.498.73a1 1 0 0 1-.127.138a.25.25 0 0 1-.174 0a1 1 0 0 1-.127-.138c-.12-.153-.266-.375-.498-.73l-.51-.78c-.2-.308-.375-.578-.614-.785a2.25 2.25 0 0 0-.86-.466c-.305-.087-.627-.086-.994-.086h-.076c-1.053 0-1.801 0-2.388-.045c-.58-.044-.94-.128-1.226-.263a3.25 3.25 0 0 1-1.562-1.562c-.135-.287-.219-.647-.263-1.226c-.044-.587-.045-1.335-.045-2.388V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42" clipRule="evenodd"/></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="M15 11.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M15.633 1.25H8.367c-1.092 0-1.958 0-2.655.057c-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077c-.281.55-.403 1.154-.461 1.868c-.057.697-.057 1.563-.057 2.655v4.43c0 1.015 0 1.82.05 2.471c.05.665.156 1.23.4 1.75A4.75 4.75 0 0 0 3.982 19.3c.52.244 1.085.35 1.75.4c.65.05 1.456.05 2.472.05h.03c.486 0 .582.007.66.029a.75.75 0 0 1 .286.155c.06.052.118.13.384.536l.486.745c.208.319.391.6.56.813c.174.22.397.454.713.586c.433.182.92.182 1.354 0c.316-.133.54-.367.713-.587c.168-.213.352-.493.56-.812l.486-.745c.266-.407.324-.484.384-.536a.75.75 0 0 1 .287-.155c.077-.022.173-.029.659-.029h.03c1.016 0 1.822 0 2.472-.05c.665-.05 1.23-.156 1.75-.4a4.75 4.75 0 0 0 2.282-2.282c.244-.52.35-1.085.4-1.75c.05-.65.05-1.456.05-2.472V8.367c0-1.092 0-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525 3.104c.304-.155.688-.251 1.309-.302c.63-.051 1.434-.052 2.566-.052h7.2c1.133 0 1.937 0 2.566.052c.62.05 1.005.147 1.31.302a3.25 3.25 0 0 1 1.42 1.42c.155.305.251.69.302 1.31c.051.63.052 1.434.052 2.566v4.366c0 1.053 0 1.801-.045 2.388c-.044.58-.128.94-.263 1.226a3.25 3.25 0 0 1-1.562 1.562c-.287.135-.647.219-1.226.263c-.587.045-1.335.045-2.388.045h-.076c-.367 0-.689 0-.993.086a2.25 2.25 0 0 0-.86.466c-.24.207-.415.477-.615.784l-.51.781c-.232.355-.378.577-.498.73a1 1 0 0 1-.127.138a.25.25 0 0 1-.174 0a1 1 0 0 1-.127-.138c-.12-.153-.266-.375-.498-.73l-.51-.78c-.2-.308-.375-.578-.614-.785a2.25 2.25 0 0 0-.86-.466c-.305-.087-.627-.086-.994-.086h-.076c-1.053 0-1.801 0-2.388-.045c-.58-.044-.94-.128-1.226-.263a3.25 3.25 0 0 1-1.562-1.562c-.135-.287-.219-.647-.263-1.226c-.044-.587-.045-1.335-.045-2.388V8.4c0-1.132 0-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25 3.25 0 0 1 1.42-1.42" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-chat-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%22currentColor%22%3E%3Cpath%20d%3D%22M15%2011.25a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.633%201.25H8.367c-1.092%200-1.958%200-2.655.057c-.714.058-1.317.18-1.868.46a4.75%204.75%200%200%200-2.076%202.077c-.281.55-.403%201.154-.461%201.868c-.057.697-.057%201.563-.057%202.655v4.43c0%201.015%200%201.82.05%202.471c.05.665.156%201.23.4%201.75A4.75%204.75%200%200%200%203.982%2019.3c.52.244%201.085.35%201.75.4c.65.05%201.456.05%202.472.05h.03c.486%200%20.582.007.66.029a.75.75%200%200%201%20.286.155c.06.052.118.13.384.536l.486.745c.208.319.391.6.56.813c.174.22.397.454.713.586c.433.182.92.182%201.354%200c.316-.133.54-.367.713-.587c.168-.213.352-.493.56-.812l.486-.745c.266-.407.324-.484.384-.536a.75.75%200%200%201%20.287-.155c.077-.022.173-.029.659-.029h.03c1.016%200%201.822%200%202.472-.05c.665-.05%201.23-.156%201.75-.4a4.75%204.75%200%200%200%202.282-2.282c.244-.52.35-1.085.4-1.75c.05-.65.05-1.456.05-2.472V8.367c0-1.092%200-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75%204.75%200%200%200-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525%203.104c.304-.155.688-.251%201.309-.302c.63-.051%201.434-.052%202.566-.052h7.2c1.133%200%201.937%200%202.566.052c.62.05%201.005.147%201.31.302a3.25%203.25%200%200%201%201.42%201.42c.155.305.251.69.302%201.31c.051.63.052%201.434.052%202.566v4.366c0%201.053%200%201.801-.045%202.388c-.044.58-.128.94-.263%201.226a3.25%203.25%200%200%201-1.562%201.562c-.287.135-.647.219-1.226.263c-.587.045-1.335.045-2.388.045h-.076c-.367%200-.689%200-.993.086a2.25%202.25%200%200%200-.86.466c-.24.207-.415.477-.615.784l-.51.781c-.232.355-.378.577-.498.73a1%201%200%200%201-.127.138a.25.25%200%200%201-.174%200a1%201%200%200%201-.127-.138c-.12-.153-.266-.375-.498-.73l-.51-.78c-.2-.308-.375-.578-.614-.785a2.25%202.25%200%200%200-.86-.466c-.305-.087-.627-.086-.994-.086h-.076c-1.053%200-1.801%200-2.388-.045c-.58-.044-.94-.128-1.226-.263a3.25%203.25%200%200%201-1.562-1.562c-.135-.287-.219-.647-.263-1.226c-.044-.587-.045-1.335-.045-2.388V8.4c0-1.132%200-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25%203.25%200%200%201%201.42-1.42%22%20clip-rule%3D%22evenodd%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%22M15%2011.25a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.633%201.25H8.367c-1.092%200-1.958%200-2.655.057c-.714.058-1.317.18-1.868.46a4.75%204.75%200%200%200-2.076%202.077c-.281.55-.403%201.154-.461%201.868c-.057.697-.057%201.563-.057%202.655v4.43c0%201.015%200%201.82.05%202.471c.05.665.156%201.23.4%201.75A4.75%204.75%200%200%200%203.982%2019.3c.52.244%201.085.35%201.75.4c.65.05%201.456.05%202.472.05h.03c.486%200%20.582.007.66.029a.75.75%200%200%201%20.286.155c.06.052.118.13.384.536l.486.745c.208.319.391.6.56.813c.174.22.397.454.713.586c.433.182.92.182%201.354%200c.316-.133.54-.367.713-.587c.168-.213.352-.493.56-.812l.486-.745c.266-.407.324-.484.384-.536a.75.75%200%200%201%20.287-.155c.077-.022.173-.029.659-.029h.03c1.016%200%201.822%200%202.472-.05c.665-.05%201.23-.156%201.75-.4a4.75%204.75%200%200%200%202.282-2.282c.244-.52.35-1.085.4-1.75c.05-.65.05-1.456.05-2.472V8.367c0-1.092%200-1.958-.057-2.655c-.058-.714-.18-1.317-.46-1.868a4.75%204.75%200%200%200-2.076-2.076c-.552-.281-1.155-.403-1.869-.461c-.697-.057-1.563-.057-2.655-.057M4.525%203.104c.304-.155.688-.251%201.309-.302c.63-.051%201.434-.052%202.566-.052h7.2c1.133%200%201.937%200%202.566.052c.62.05%201.005.147%201.31.302a3.25%203.25%200%200%201%201.42%201.42c.155.305.251.69.302%201.31c.051.63.052%201.434.052%202.566v4.366c0%201.053%200%201.801-.045%202.388c-.044.58-.128.94-.263%201.226a3.25%203.25%200%200%201-1.562%201.562c-.287.135-.647.219-1.226.263c-.587.045-1.335.045-2.388.045h-.076c-.367%200-.689%200-.993.086a2.25%202.25%200%200%200-.86.466c-.24.207-.415.477-.615.784l-.51.781c-.232.355-.378.577-.498.73a1%201%200%200%201-.127.138a.25.25%200%200%201-.174%200a1%201%200%200%201-.127-.138c-.12-.153-.266-.375-.498-.73l-.51-.78c-.2-.308-.375-.578-.614-.785a2.25%202.25%200%200%200-.86-.466c-.305-.087-.627-.086-.994-.086h-.076c-1.053%200-1.801%200-2.388-.045c-.58-.044-.94-.128-1.226-.263a3.25%203.25%200%200%201-1.562-1.562c-.135-.287-.219-.647-.263-1.226c-.044-.587-.045-1.335-.045-2.388V8.4c0-1.132%200-1.937.052-2.566c.05-.62.147-1.005.302-1.31a3.25%203.25%200%200%201%201.42-1.42%22%20clip-rule%3D%22evenodd%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/chat-minus.svg?color=%231a73e8&size=48