message user 01 icon
message-user-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- message-user-01
- 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 user 01 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.521 3H11.52a33 33 0 0 0-1.674.067c-4.191.278-7.53 3.658-7.805 7.902a20 20 0 0 0 0 2.52c.1 1.546.785 2.976 1.591 4.185c.468.846.16 1.901-.328 2.823c-.352.665-.527.998-.386 1.238c.14.24.456.248 1.086.263c1.247.03 2.088-.322 2.755-.814c.379-.278.568-.417.698-.433s.388.09.9.3c.462.19.998.307 1.49.34c1.426.094 2.92.094 4.35 0C18.216 21.123 21.501 18 22 14"/><path d="M15.59 8.648c-.629.369-2.277 1.121-1.273 2.063c.49.46 1.037.789 1.723.789h3.92c.686 0 1.233-.329 1.723-.789c1.004-.942-.644-1.694-1.273-2.063a4.8 4.8 0 0 0-4.82 0ZM20 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 15h7m-7-5h2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMessageUser01(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12.521 3H11.52a33 33 0 0 0-1.674.067c-4.191.278-7.53 3.658-7.805 7.902a20 20 0 0 0 0 2.52c.1 1.546.785 2.976 1.591 4.185c.468.846.16 1.901-.328 2.823c-.352.665-.527.998-.386 1.238c.14.24.456.248 1.086.263c1.247.03 2.088-.322 2.755-.814c.379-.278.568-.417.698-.433s.388.09.9.3c.462.19.998.307 1.49.34c1.426.094 2.92.094 4.35 0C18.216 21.123 21.501 18 22 14"/><path d="M15.59 8.648c-.629.369-2.277 1.121-1.273 2.063c.49.46 1.037.789 1.723.789h3.92c.686 0 1.233-.329 1.723-.789c1.004-.942-.644-1.694-1.273-2.063a4.8 4.8 0 0 0-4.82 0ZM20 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8.5 15h7m-7-5h2"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.521 3H11.52a33 33 0 0 0-1.674.067c-4.191.278-7.53 3.658-7.805 7.902a20 20 0 0 0 0 2.52c.1 1.546.785 2.976 1.591 4.185c.468.846.16 1.901-.328 2.823c-.352.665-.527.998-.386 1.238c.14.24.456.248 1.086.263c1.247.03 2.088-.322 2.755-.814c.379-.278.568-.417.698-.433s.388.09.9.3c.462.19.998.307 1.49.34c1.426.094 2.92.094 4.35 0C18.216 21.123 21.501 18 22 14"/><path d="M15.59 8.648c-.629.369-2.277 1.121-1.273 2.063c.49.46 1.037.789 1.723.789h3.92c.686 0 1.233-.329 1.723-.789c1.004-.942-.644-1.694-1.273-2.063a4.8 4.8 0 0 0-4.82 0ZM20 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 15h7m-7-5h2"/></g></svg> </template>
CSS
.icon-message-user-01 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.521%203H11.52a33%2033%200%200%200-1.674.067c-4.191.278-7.53%203.658-7.805%207.902a20%2020%200%200%200%200%202.52c.1%201.546.785%202.976%201.591%204.185c.468.846.16%201.901-.328%202.823c-.352.665-.527.998-.386%201.238c.14.24.456.248%201.086.263c1.247.03%202.088-.322%202.755-.814c.379-.278.568-.417.698-.433s.388.09.9.3c.462.19.998.307%201.49.34c1.426.094%202.92.094%204.35%200C18.216%2021.123%2021.501%2018%2022%2014%22%2F%3E%3Cpath%20d%3D%22M15.59%208.648c-.629.369-2.277%201.121-1.273%202.063c.49.46%201.037.789%201.723.789h3.92c.686%200%201.233-.329%201.723-.789c1.004-.942-.644-1.694-1.273-2.063a4.8%204.8%200%200%200-4.82%200ZM20%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%2015h7m-7-5h2%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.521%203H11.52a33%2033%200%200%200-1.674.067c-4.191.278-7.53%203.658-7.805%207.902a20%2020%200%200%200%200%202.52c.1%201.546.785%202.976%201.591%204.185c.468.846.16%201.901-.328%202.823c-.352.665-.527.998-.386%201.238c.14.24.456.248%201.086.263c1.247.03%202.088-.322%202.755-.814c.379-.278.568-.417.698-.433s.388.09.9.3c.462.19.998.307%201.49.34c1.426.094%202.92.094%204.35%200C18.216%2021.123%2021.501%2018%2022%2014%22%2F%3E%3Cpath%20d%3D%22M15.59%208.648c-.629.369-2.277%201.121-1.273%202.063c.49.46%201.037.789%201.723.789h3.92c.686%200%201.233-.329%201.723-.789c1.004-.942-.644-1.694-1.273-2.063a4.8%204.8%200%200%200-4.82%200ZM20%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%2015h7m-7-5h2%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-user-01.svg?color=%231a73e8&size=48