emoticon from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
emoticon
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
emoticon-outline, emoticon-outline-sharp, emoticon-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the emoticon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 16.5q-.42 0-.71-.29T6 15.5q0-.413.29-.707q.29-.293.71-.293q.414 0 .707.293T8 15.5q0 .42-.293.71T7 16.5m0-7q-.42 0-.71-.29T6 8.5q0-.413.29-.707Q6.58 7.5 7 7.5q.414 0 .707.293T8 8.5q0 .42-.293.71T7 9.5m3.5 3v-1h3v1zm5.912 4.98l-.804-.56q.661-1.095 1.017-2.333T16.981 12q0-1.65-.519-3.11q-.518-1.46-1.454-2.673l.756-.64q1.046 1.348 1.631 2.982q.586 1.633.586 3.441q0 1.54-.418 2.909t-1.151 2.572"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEmoticon(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="M7 16.5q-.42 0-.71-.29T6 15.5q0-.413.29-.707q.29-.293.71-.293q.414 0 .707.293T8 15.5q0 .42-.293.71T7 16.5m0-7q-.42 0-.71-.29T6 8.5q0-.413.29-.707Q6.58 7.5 7 7.5q.414 0 .707.293T8 8.5q0 .42-.293.71T7 9.5m3.5 3v-1h3v1zm5.912 4.98l-.804-.56q.661-1.095 1.017-2.333T16.981 12q0-1.65-.519-3.11q-.518-1.46-1.454-2.673l.756-.64q1.046 1.348 1.631 2.982q.586 1.633.586 3.441q0 1.54-.418 2.909t-1.151 2.572"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 16.5q-.42 0-.71-.29T6 15.5q0-.413.29-.707q.29-.293.71-.293q.414 0 .707.293T8 15.5q0 .42-.293.71T7 16.5m0-7q-.42 0-.71-.29T6 8.5q0-.413.29-.707Q6.58 7.5 7 7.5q.414 0 .707.293T8 8.5q0 .42-.293.71T7 9.5m3.5 3v-1h3v1zm5.912 4.98l-.804-.56q.661-1.095 1.017-2.333T16.981 12q0-1.65-.519-3.11q-.518-1.46-1.454-2.673l.756-.64q1.046 1.348 1.631 2.982q.586 1.633.586 3.441q0 1.54-.418 2.909t-1.151 2.572"/></svg>
</template>

CSS

.icon-emoticon {
  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%22M7%2016.5q-.42%200-.71-.29T6%2015.5q0-.413.29-.707q.29-.293.71-.293q.414%200%20.707.293T8%2015.5q0%20.42-.293.71T7%2016.5m0-7q-.42%200-.71-.29T6%208.5q0-.413.29-.707Q6.58%207.5%207%207.5q.414%200%20.707.293T8%208.5q0%20.42-.293.71T7%209.5m3.5%203v-1h3v1zm5.912%204.98l-.804-.56q.661-1.095%201.017-2.333T16.981%2012q0-1.65-.519-3.11q-.518-1.46-1.454-2.673l.756-.64q1.046%201.348%201.631%202.982q.586%201.633.586%203.441q0%201.54-.418%202.909t-1.151%202.572%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%22M7%2016.5q-.42%200-.71-.29T6%2015.5q0-.413.29-.707q.29-.293.71-.293q.414%200%20.707.293T8%2015.5q0%20.42-.293.71T7%2016.5m0-7q-.42%200-.71-.29T6%208.5q0-.413.29-.707Q6.58%207.5%207%207.5q.414%200%20.707.293T8%208.5q0%20.42-.293.71T7%209.5m3.5%203v-1h3v1zm5.912%204.98l-.804-.56q.661-1.095%201.017-2.333T16.981%2012q0-1.65-.519-3.11q-.518-1.46-1.454-2.673l.756-.64q1.046%201.348%201.631%202.982q.586%201.633.586%203.441q0%201.54-.418%202.909t-1.151%202.572%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emoticon.svg?color=%231a73e8&size=48