sharp emoji objects icon

sharp-emoji-objects from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
sharp-emoji-objects
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the sharp 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 3c-.42 0-.85.04-1.28.11c-2.81.5-5.08 2.75-5.6 5.55c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V21h2.28a1.98 1.98 0 0 0 3.44 0H16v-4.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 16h-4v-1h4zm0-2h-4v-1h4zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62l.71.71z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpEmojiObjects(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 3c-.42 0-.85.04-1.28.11c-2.81.5-5.08 2.75-5.6 5.55c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V21h2.28a1.98 1.98 0 0 0 3.44 0H16v-4.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 16h-4v-1h4zm0-2h-4v-1h4zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62l.71.71z"/></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 3c-.42 0-.85.04-1.28.11c-2.81.5-5.08 2.75-5.6 5.55c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V21h2.28a1.98 1.98 0 0 0 3.44 0H16v-4.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 16h-4v-1h4zm0-2h-4v-1h4zm-1.5-5.59V14h-1v-2.59L9.67 9.59l.71-.71L12 10.5l1.62-1.62l.71.71z"/></svg>
</template>

CSS

.icon-sharp-emoji-objects {
  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%203c-.42%200-.85.04-1.28.11c-2.81.5-5.08%202.75-5.6%205.55c-.48%202.61.48%205.01%202.22%206.56c.43.38.66.91.66%201.47V21h2.28a1.98%201.98%200%200%200%203.44%200H16v-4.31c0-.55.22-1.09.64-1.46A6.96%206.96%200%200%200%2019%2010c0-3.87-3.13-7-7-7m2%2016h-4v-1h4zm0-2h-4v-1h4zm-1.5-5.59V14h-1v-2.59L9.67%209.59l.71-.71L12%2010.5l1.62-1.62l.71.71z%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%203c-.42%200-.85.04-1.28.11c-2.81.5-5.08%202.75-5.6%205.55c-.48%202.61.48%205.01%202.22%206.56c.43.38.66.91.66%201.47V21h2.28a1.98%201.98%200%200%200%203.44%200H16v-4.31c0-.55.22-1.09.64-1.46A6.96%206.96%200%200%200%2019%2010c0-3.87-3.13-7-7-7m2%2016h-4v-1h4zm0-2h-4v-1h4zm-1.5-5.59V14h-1v-2.59L9.67%209.59l.71-.71L12%2010.5l1.62-1.62l.71.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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