message multiple 02 icon
message-multiple-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- message-multiple-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
message-01message-02message-add-01message-add-02message-blockedmessage-cancel-01message-cancel-02message-circlemessage-circle-checkmessage-circle-codemessage-circle-dashedmessage-circle-heartmessage-circle-moremessage-circle-offmessage-circle-plusmessage-circle-question-markmessage-circle-replymessage-circle-warningmessage-circle-xmessage-delay-01message-delay-02message-done-01message-done-02message-download-01
Use the message multiple 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.791 19c-.326-.132-.507-.196-.607-.183c-.124.015-.304.147-.664.41c-.634.466-1.432.8-2.617.771c-.599-.014-.898-.021-1.032-.249c-.134-.227.033-.542.367-1.172c.463-.874.756-1.874.312-2.675c-.766-1.144-1.417-2.5-1.512-3.963a19 19 0 0 1 0-2.388c.261-4.019 3.433-7.22 7.415-7.484c1.356-.09 2.774-.09 4.132 0c3.965.263 7.127 3.438 7.412 7.433"/><path d="M14.698 21.647c-2.51-.16-4.51-2.117-4.674-4.573a11 11 0 0 1 0-1.46c.165-2.456 2.164-4.412 4.674-4.573c.856-.055 1.75-.055 2.604 0c2.51.161 4.51 2.117 4.674 4.574c.032.48.032.978 0 1.459c-.06.894-.47 1.723-.953 2.422c-.28.49-.095 1.1.197 1.634c.21.385.316.578.231.717s-.273.143-.65.152c-.747.018-1.25-.187-1.65-.471c-.227-.161-.34-.242-.418-.251s-.232.052-.54.174a3 3 0 0 1-.89.196a21 21 0 0 1-2.605 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMessageMultiple02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M7.791 19c-.326-.132-.507-.196-.607-.183c-.124.015-.304.147-.664.41c-.634.466-1.432.8-2.617.771c-.599-.014-.898-.021-1.032-.249c-.134-.227.033-.542.367-1.172c.463-.874.756-1.874.312-2.675c-.766-1.144-1.417-2.5-1.512-3.963a19 19 0 0 1 0-2.388c.261-4.019 3.433-7.22 7.415-7.484c1.356-.09 2.774-.09 4.132 0c3.965.263 7.127 3.438 7.412 7.433"/><path d="M14.698 21.647c-2.51-.16-4.51-2.117-4.674-4.573a11 11 0 0 1 0-1.46c.165-2.456 2.164-4.412 4.674-4.573c.856-.055 1.75-.055 2.604 0c2.51.161 4.51 2.117 4.674 4.574c.032.48.032.978 0 1.459c-.06.894-.47 1.723-.953 2.422c-.28.49-.095 1.1.197 1.634c.21.385.316.578.231.717s-.273.143-.65.152c-.747.018-1.25-.187-1.65-.471c-.227-.161-.34-.242-.418-.251s-.232.052-.54.174a3 3 0 0 1-.89.196a21 21 0 0 1-2.605 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.791 19c-.326-.132-.507-.196-.607-.183c-.124.015-.304.147-.664.41c-.634.466-1.432.8-2.617.771c-.599-.014-.898-.021-1.032-.249c-.134-.227.033-.542.367-1.172c.463-.874.756-1.874.312-2.675c-.766-1.144-1.417-2.5-1.512-3.963a19 19 0 0 1 0-2.388c.261-4.019 3.433-7.22 7.415-7.484c1.356-.09 2.774-.09 4.132 0c3.965.263 7.127 3.438 7.412 7.433"/><path d="M14.698 21.647c-2.51-.16-4.51-2.117-4.674-4.573a11 11 0 0 1 0-1.46c.165-2.456 2.164-4.412 4.674-4.573c.856-.055 1.75-.055 2.604 0c2.51.161 4.51 2.117 4.674 4.574c.032.48.032.978 0 1.459c-.06.894-.47 1.723-.953 2.422c-.28.49-.095 1.1.197 1.634c.21.385.316.578.231.717s-.273.143-.65.152c-.747.018-1.25-.187-1.65-.471c-.227-.161-.34-.242-.418-.251s-.232.052-.54.174a3 3 0 0 1-.89.196a21 21 0 0 1-2.605 0Z"/></g></svg> </template>
CSS
.icon-message-multiple-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.791%2019c-.326-.132-.507-.196-.607-.183c-.124.015-.304.147-.664.41c-.634.466-1.432.8-2.617.771c-.599-.014-.898-.021-1.032-.249c-.134-.227.033-.542.367-1.172c.463-.874.756-1.874.312-2.675c-.766-1.144-1.417-2.5-1.512-3.963a19%2019%200%200%201%200-2.388c.261-4.019%203.433-7.22%207.415-7.484c1.356-.09%202.774-.09%204.132%200c3.965.263%207.127%203.438%207.412%207.433%22%2F%3E%3Cpath%20d%3D%22M14.698%2021.647c-2.51-.16-4.51-2.117-4.674-4.573a11%2011%200%200%201%200-1.46c.165-2.456%202.164-4.412%204.674-4.573c.856-.055%201.75-.055%202.604%200c2.51.161%204.51%202.117%204.674%204.574c.032.48.032.978%200%201.459c-.06.894-.47%201.723-.953%202.422c-.28.49-.095%201.1.197%201.634c.21.385.316.578.231.717s-.273.143-.65.152c-.747.018-1.25-.187-1.65-.471c-.227-.161-.34-.242-.418-.251s-.232.052-.54.174a3%203%200%200%201-.89.196a21%2021%200%200%201-2.605%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.791%2019c-.326-.132-.507-.196-.607-.183c-.124.015-.304.147-.664.41c-.634.466-1.432.8-2.617.771c-.599-.014-.898-.021-1.032-.249c-.134-.227.033-.542.367-1.172c.463-.874.756-1.874.312-2.675c-.766-1.144-1.417-2.5-1.512-3.963a19%2019%200%200%201%200-2.388c.261-4.019%203.433-7.22%207.415-7.484c1.356-.09%202.774-.09%204.132%200c3.965.263%207.127%203.438%207.412%207.433%22%2F%3E%3Cpath%20d%3D%22M14.698%2021.647c-2.51-.16-4.51-2.117-4.674-4.573a11%2011%200%200%201%200-1.46c.165-2.456%202.164-4.412%204.674-4.573c.856-.055%201.75-.055%202.604%200c2.51.161%204.51%202.117%204.674%204.574c.032.48.032.978%200%201.459c-.06.894-.47%201.723-.953%202.422c-.28.49-.095%201.1.197%201.634c.21.385.316.578.231.717s-.273.143-.65.152c-.747.018-1.25-.187-1.65-.471c-.227-.161-.34-.242-.418-.251s-.232.052-.54.174a3%203%200%200%201-.89.196a21%2021%200%200%201-2.605%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/message-multiple-02.svg?color=%231a73e8&size=48