outline emoji objects icon
outline-emoji-objects from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-emoji-objects
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline 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-.46 0-.93.04-1.4.14c-2.76.53-4.96 2.76-5.48 5.52c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28a1.98 1.98 0 0 0 3.44 0H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 14h-4v-1h4zm-4 2v-1h4v1zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27c-1.32-1.18-1.91-2.94-1.59-4.7c.36-1.94 1.96-3.55 3.89-3.93c.34-.07.68-.1 1.02-.1c2.76 0 5 2.24 5 5c0 1.43-.61 2.79-1.69 3.74"/><path fill="currentColor" d="M11.5 11h1v3h-1z"/><path fill="currentColor" d="m9.672 9.58l.707-.706l2.122 2.121l-.707.707z"/><path fill="currentColor" d="m12.208 11.712l-.707-.707l2.121-2.121l.707.707z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineEmojiObjects(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-.46 0-.93.04-1.4.14c-2.76.53-4.96 2.76-5.48 5.52c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28a1.98 1.98 0 0 0 3.44 0H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 14h-4v-1h4zm-4 2v-1h4v1zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27c-1.32-1.18-1.91-2.94-1.59-4.7c.36-1.94 1.96-3.55 3.89-3.93c.34-.07.68-.1 1.02-.1c2.76 0 5 2.24 5 5c0 1.43-.61 2.79-1.69 3.74"/><path fill="currentColor" d="M11.5 11h1v3h-1z"/><path fill="currentColor" d="m9.672 9.58l.707-.706l2.122 2.121l-.707.707z"/><path fill="currentColor" d="m12.208 11.712l-.707-.707l2.121-2.121l.707.707z"/></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-.46 0-.93.04-1.4.14c-2.76.53-4.96 2.76-5.48 5.52c-.48 2.61.48 5.01 2.22 6.56c.43.38.66.91.66 1.47V19c0 1.1.9 2 2 2h.28a1.98 1.98 0 0 0 3.44 0H14c1.1 0 2-.9 2-2v-2.31c0-.55.22-1.09.64-1.46A6.96 6.96 0 0 0 19 10c0-3.87-3.13-7-7-7m2 14h-4v-1h4zm-4 2v-1h4v1zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27c-1.32-1.18-1.91-2.94-1.59-4.7c.36-1.94 1.96-3.55 3.89-3.93c.34-.07.68-.1 1.02-.1c2.76 0 5 2.24 5 5c0 1.43-.61 2.79-1.69 3.74"/><path fill="currentColor" d="M11.5 11h1v3h-1z"/><path fill="currentColor" d="m9.672 9.58l.707-.706l2.122 2.121l-.707.707z"/><path fill="currentColor" d="m12.208 11.712l-.707-.707l2.121-2.121l.707.707z"/></svg> </template>
CSS
.icon-outline-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-.46%200-.93.04-1.4.14c-2.76.53-4.96%202.76-5.48%205.52c-.48%202.61.48%205.01%202.22%206.56c.43.38.66.91.66%201.47V19c0%201.1.9%202%202%202h.28a1.98%201.98%200%200%200%203.44%200H14c1.1%200%202-.9%202-2v-2.31c0-.55.22-1.09.64-1.46A6.96%206.96%200%200%200%2019%2010c0-3.87-3.13-7-7-7m2%2014h-4v-1h4zm-4%202v-1h4v1zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27c-1.32-1.18-1.91-2.94-1.59-4.7c.36-1.94%201.96-3.55%203.89-3.93c.34-.07.68-.1%201.02-.1c2.76%200%205%202.24%205%205c0%201.43-.61%202.79-1.69%203.74%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2011h1v3h-1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.672%209.58l.707-.706l2.122%202.121l-.707.707z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.208%2011.712l-.707-.707l2.121-2.121l.707.707z%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-.46%200-.93.04-1.4.14c-2.76.53-4.96%202.76-5.48%205.52c-.48%202.61.48%205.01%202.22%206.56c.43.38.66.91.66%201.47V19c0%201.1.9%202%202%202h.28a1.98%201.98%200%200%200%203.44%200H14c1.1%200%202-.9%202-2v-2.31c0-.55.22-1.09.64-1.46A6.96%206.96%200%200%200%2019%2010c0-3.87-3.13-7-7-7m2%2014h-4v-1h4zm-4%202v-1h4v1zm5.31-5.26c-.09.08-.16.18-.24.26H8.92c-.08-.09-.15-.19-.24-.27c-1.32-1.18-1.91-2.94-1.59-4.7c.36-1.94%201.96-3.55%203.89-3.93c.34-.07.68-.1%201.02-.1c2.76%200%205%202.24%205%205c0%201.43-.61%202.79-1.69%203.74%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2011h1v3h-1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.672%209.58l.707-.706l2.122%202.121l-.707.707z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.208%2011.712l-.707-.707l2.121-2.121l.707.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-emoji-objects.svg?color=%231a73e8&size=48