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

Name
emoticon
Set
Material Symbols
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

The same icon in other sets

More social icons from Material Symbols

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="M6.5 17q-.65 0-1.075-.425T5 15.5q0-.625.425-1.062T6.5 14q.625 0 1.063.438T8 15.5q0 .65-.437 1.075T6.5 17m0-7q-.65 0-1.075-.425T5 8.5q0-.625.425-1.062T6.5 7q.625 0 1.063.438T8 8.5q0 .65-.437 1.075T6.5 10m3.5 3v-2h4v2zm7.2 5l-1.65-1.1q.7-1.075 1.075-2.312T17 12q0-1.65-.537-3.1T14.95 6.275L16.475 5q1.2 1.425 1.863 3.213T19 12q0 1.675-.475 3.188T17.2 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmoticon(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="M6.5 17q-.65 0-1.075-.425T5 15.5q0-.625.425-1.062T6.5 14q.625 0 1.063.438T8 15.5q0 .65-.437 1.075T6.5 17m0-7q-.65 0-1.075-.425T5 8.5q0-.625.425-1.062T6.5 7q.625 0 1.063.438T8 8.5q0 .65-.437 1.075T6.5 10m3.5 3v-2h4v2zm7.2 5l-1.65-1.1q.7-1.075 1.075-2.312T17 12q0-1.65-.537-3.1T14.95 6.275L16.475 5q1.2 1.425 1.863 3.213T19 12q0 1.675-.475 3.188T17.2 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 17q-.65 0-1.075-.425T5 15.5q0-.625.425-1.062T6.5 14q.625 0 1.063.438T8 15.5q0 .65-.437 1.075T6.5 17m0-7q-.65 0-1.075-.425T5 8.5q0-.625.425-1.062T6.5 7q.625 0 1.063.438T8 8.5q0 .65-.437 1.075T6.5 10m3.5 3v-2h4v2zm7.2 5l-1.65-1.1q.7-1.075 1.075-2.312T17 12q0-1.65-.537-3.1T14.95 6.275L16.475 5q1.2 1.425 1.863 3.213T19 12q0 1.675-.475 3.188T17.2 18"/></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%22M6.5%2017q-.65%200-1.075-.425T5%2015.5q0-.625.425-1.062T6.5%2014q.625%200%201.063.438T8%2015.5q0%20.65-.437%201.075T6.5%2017m0-7q-.65%200-1.075-.425T5%208.5q0-.625.425-1.062T6.5%207q.625%200%201.063.438T8%208.5q0%20.65-.437%201.075T6.5%2010m3.5%203v-2h4v2zm7.2%205l-1.65-1.1q.7-1.075%201.075-2.312T17%2012q0-1.65-.537-3.1T14.95%206.275L16.475%205q1.2%201.425%201.863%203.213T19%2012q0%201.675-.475%203.188T17.2%2018%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%22M6.5%2017q-.65%200-1.075-.425T5%2015.5q0-.625.425-1.062T6.5%2014q.625%200%201.063.438T8%2015.5q0%20.65-.437%201.075T6.5%2017m0-7q-.65%200-1.075-.425T5%208.5q0-.625.425-1.062T6.5%207q.625%200%201.063.438T8%208.5q0%20.65-.437%201.075T6.5%2010m3.5%203v-2h4v2zm7.2%205l-1.65-1.1q.7-1.075%201.075-2.312T17%2012q0-1.65-.537-3.1T14.95%206.275L16.475%205q1.2%201.425%201.863%203.213T19%2012q0%201.675-.475%203.188T17.2%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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