msg smile icon

msg-smile from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
msg-smile
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

More messages icons from Reicon

Use the msg smile 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 2.333A9.667 9.667 0 0 0 2.333 12c0 1.759.478 3.403 1.298 4.823c.573 1.074-.071 3.616-1.298 4.844c1.667.09 3.863-.663 4.844-1.298A9.6 9.6 0 0 0 12 21.666a9.667 9.667 0 1 0 0-19.333"/><path d="M7.99 16c1.026 1.03 2.445 1.667 4.01 1.667s2.975-.634 4-1.656"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMsgSmile(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 2.333A9.667 9.667 0 0 0 2.333 12c0 1.759.478 3.403 1.298 4.823c.573 1.074-.071 3.616-1.298 4.844c1.667.09 3.863-.663 4.844-1.298A9.6 9.6 0 0 0 12 21.666a9.667 9.667 0 1 0 0-19.333"/><path d="M7.99 16c1.026 1.03 2.445 1.667 4.01 1.667s2.975-.634 4-1.656"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 2.333A9.667 9.667 0 0 0 2.333 12c0 1.759.478 3.403 1.298 4.823c.573 1.074-.071 3.616-1.298 4.844c1.667.09 3.863-.663 4.844-1.298A9.6 9.6 0 0 0 12 21.666a9.667 9.667 0 1 0 0-19.333"/><path d="M7.99 16c1.026 1.03 2.445 1.667 4.01 1.667s2.975-.634 4-1.656"/></g></svg>
</template>

CSS

.icon-msg-smile {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202.333A9.667%209.667%200%200%200%202.333%2012c0%201.759.478%203.403%201.298%204.823c.573%201.074-.071%203.616-1.298%204.844c1.667.09%203.863-.663%204.844-1.298A9.6%209.6%200%200%200%2012%2021.666a9.667%209.667%200%201%200%200-19.333%22%2F%3E%3Cpath%20d%3D%22M7.99%2016c1.026%201.03%202.445%201.667%204.01%201.667s2.975-.634%204-1.656%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202.333A9.667%209.667%200%200%200%202.333%2012c0%201.759.478%203.403%201.298%204.823c.573%201.074-.071%203.616-1.298%204.844c1.667.09%203.863-.663%204.844-1.298A9.6%209.6%200%200%200%2012%2021.666a9.667%209.667%200%201%200%200-19.333%22%2F%3E%3Cpath%20d%3D%22M7.99%2016c1.026%201.03%202.445%201.667%204.01%201.667s2.975-.634%204-1.656%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/msg-smile.svg?color=%231a73e8&size=48