emoji objects icon

emoji-objects-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
emoji-objects-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the emoji objects icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-.65 0-1.175-.312T10 20.85H8V15.3q-1.475-.975-2.363-2.575T4.75 9.25q0-3.025 2.113-5.137T12 2t5.138 2.113T19.25 9.25q0 1.925-.888 3.5T16 15.3v5.55h-2q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM12.75 14v-2.7l2.2-2.2l-1.05-1.05l-1.9 1.9l-1.9-1.9L9.05 9.1l2.2 2.2V14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmojiObjectsSharp(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 22q-.65 0-1.175-.312T10 20.85H8V15.3q-1.475-.975-2.363-2.575T4.75 9.25q0-3.025 2.113-5.137T12 2t5.138 2.113T19.25 9.25q0 1.925-.888 3.5T16 15.3v5.55h-2q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM12.75 14v-2.7l2.2-2.2l-1.05-1.05l-1.9 1.9l-1.9-1.9L9.05 9.1l2.2 2.2V14z"/></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 22q-.65 0-1.175-.312T10 20.85H8V15.3q-1.475-.975-2.363-2.575T4.75 9.25q0-3.025 2.113-5.137T12 2t5.138 2.113T19.25 9.25q0 1.925-.888 3.5T16 15.3v5.55h-2q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM12.75 14v-2.7l2.2-2.2l-1.05-1.05l-1.9 1.9l-1.9-1.9L9.05 9.1l2.2 2.2V14z"/></svg>
</template>

CSS

.icon-emoji-objects-sharp {
  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%2022q-.65%200-1.175-.312T10%2020.85H8V15.3q-1.475-.975-2.363-2.575T4.75%209.25q0-3.025%202.113-5.137T12%202t5.138%202.113T19.25%209.25q0%201.925-.888%203.5T16%2015.3v5.55h-2q-.3.525-.825.838T12%2022m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM12.75%2014v-2.7l2.2-2.2l-1.05-1.05l-1.9%201.9l-1.9-1.9L9.05%209.1l2.2%202.2V14z%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%2022q-.65%200-1.175-.312T10%2020.85H8V15.3q-1.475-.975-2.363-2.575T4.75%209.25q0-3.025%202.113-5.137T12%202t5.138%202.113T19.25%209.25q0%201.925-.888%203.5T16%2015.3v5.55h-2q-.3.525-.825.838T12%2022m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM12.75%2014v-2.7l2.2-2.2l-1.05-1.05l-1.9%201.9l-1.9-1.9L9.05%209.1l2.2%202.2V14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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