msg smile icon

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

Name
msg-smile-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12c0 1.863.495 3.704 1.416 5.295c.318.594-.126 2.669-1.122 3.665a1 1 0 0 0 .652 1.705q.158.008.322.008c1.527 0 3.379-.542 4.587-1.161A10.6 10.6 0 0 0 12 22.665c5.881 0 10.667-4.785 10.667-10.666S17.88 1.333 12 1.333m4.705 15.384c-1.258 1.258-2.93 1.95-4.705 1.95s-3.457-.696-4.719-1.96a1.003 1.003 0 0 1 0-1.415a1.003 1.003 0 0 1 1.416 0c1.763 1.768 4.828 1.77 6.596.008a1 1 0 1 1 1.412 1.415Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMsgSmileFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12c0 1.863.495 3.704 1.416 5.295c.318.594-.126 2.669-1.122 3.665a1 1 0 0 0 .652 1.705q.158.008.322.008c1.527 0 3.379-.542 4.587-1.161A10.6 10.6 0 0 0 12 22.665c5.881 0 10.667-4.785 10.667-10.666S17.88 1.333 12 1.333m4.705 15.384c-1.258 1.258-2.93 1.95-4.705 1.95s-3.457-.696-4.719-1.96a1.003 1.003 0 0 1 0-1.415a1.003 1.003 0 0 1 1.416 0c1.763 1.768 4.828 1.77 6.596.008a1 1 0 1 1 1.412 1.415Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12c0 1.863.495 3.704 1.416 5.295c.318.594-.126 2.669-1.122 3.665a1 1 0 0 0 .652 1.705q.158.008.322.008c1.527 0 3.379-.542 4.587-1.161A10.6 10.6 0 0 0 12 22.665c5.881 0 10.667-4.785 10.667-10.666S17.88 1.333 12 1.333m4.705 15.384c-1.258 1.258-2.93 1.95-4.705 1.95s-3.457-.696-4.719-1.96a1.003 1.003 0 0 1 0-1.415a1.003 1.003 0 0 1 1.416 0c1.763 1.768 4.828 1.77 6.596.008a1 1 0 1 1 1.412 1.415Z"/></svg>
</template>

CSS

.icon-msg-smile-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012c0%201.863.495%203.704%201.416%205.295c.318.594-.126%202.669-1.122%203.665a1%201%200%200%200%20.652%201.705q.158.008.322.008c1.527%200%203.379-.542%204.587-1.161A10.6%2010.6%200%200%200%2012%2022.665c5.881%200%2010.667-4.785%2010.667-10.666S17.88%201.333%2012%201.333m4.705%2015.384c-1.258%201.258-2.93%201.95-4.705%201.95s-3.457-.696-4.719-1.96a1.003%201.003%200%200%201%200-1.415a1.003%201.003%200%200%201%201.416%200c1.763%201.768%204.828%201.77%206.596.008a1%201%200%201%201%201.412%201.415Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012c0%201.863.495%203.704%201.416%205.295c.318.594-.126%202.669-1.122%203.665a1%201%200%200%200%20.652%201.705q.158.008.322.008c1.527%200%203.379-.542%204.587-1.161A10.6%2010.6%200%200%200%2012%2022.665c5.881%200%2010.667-4.785%2010.667-10.666S17.88%201.333%2012%201.333m4.705%2015.384c-1.258%201.258-2.93%201.95-4.705%201.95s-3.457-.696-4.719-1.96a1.003%201.003%200%200%201%200-1.415a1.003%201.003%200%200%201%201.416%200c1.763%201.768%204.828%201.77%206.596.008a1%201%200%201%201%201.412%201.415Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/msg-smile-filled.svg?color=%231a73e8&size=48