emoticon icon
emoticon-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- emoticon-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoticon-outline-rounded
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 10m4.5 3q-.425 0-.712-.288T10 12t.288-.712T11 11h2q.425 0 .713.288T14 12t-.288.713T13 13zm6-1q0-1.35-.363-2.6t-1.062-2.3q-.225-.35-.2-.775t.35-.7t.725-.213t.65.413q.9 1.325 1.4 2.887T19 12q0 1.4-.337 2.675t-.938 2.425q-.2.375-.6.475t-.75-.125t-.437-.637t.112-.788q.45-.925.7-1.925T17 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmoticonRounded(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 10m4.5 3q-.425 0-.712-.288T10 12t.288-.712T11 11h2q.425 0 .713.288T14 12t-.288.713T13 13zm6-1q0-1.35-.363-2.6t-1.062-2.3q-.225-.35-.2-.775t.35-.7t.725-.213t.65.413q.9 1.325 1.4 2.887T19 12q0 1.4-.337 2.675t-.938 2.425q-.2.375-.6.475t-.75-.125t-.437-.637t.112-.788q.45-.925.7-1.925T17 12"/></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 10m4.5 3q-.425 0-.712-.288T10 12t.288-.712T11 11h2q.425 0 .713.288T14 12t-.288.713T13 13zm6-1q0-1.35-.363-2.6t-1.062-2.3q-.225-.35-.2-.775t.35-.7t.725-.213t.65.413q.9 1.325 1.4 2.887T19 12q0 1.4-.337 2.675t-.938 2.425q-.2.375-.6.475t-.75-.125t-.437-.637t.112-.788q.45-.925.7-1.925T17 12"/></svg> </template>
CSS
.icon-emoticon-rounded {
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%2010m4.5%203q-.425%200-.712-.288T10%2012t.288-.712T11%2011h2q.425%200%20.713.288T14%2012t-.288.713T13%2013zm6-1q0-1.35-.363-2.6t-1.062-2.3q-.225-.35-.2-.775t.35-.7t.725-.213t.65.413q.9%201.325%201.4%202.887T19%2012q0%201.4-.337%202.675t-.938%202.425q-.2.375-.6.475t-.75-.125t-.437-.637t.112-.788q.45-.925.7-1.925T17%2012%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%2010m4.5%203q-.425%200-.712-.288T10%2012t.288-.712T11%2011h2q.425%200%20.713.288T14%2012t-.288.713T13%2013zm6-1q0-1.35-.363-2.6t-1.062-2.3q-.225-.35-.2-.775t.35-.7t.725-.213t.65.413q.9%201.325%201.4%202.887T19%2012q0%201.4-.337%202.675t-.938%202.425q-.2.375-.6.475t-.75-.125t-.437-.637t.112-.788q.45-.925.7-1.925T17%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/emoticon-rounded.svg?color=%231a73e8&size=48