emoji objects icon
emoji-objects-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- emoji-objects-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.85q-.825 0-1.412-.587T8 18.85V15.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.3v3.55q0 .825-.587 1.413T14 20.85q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8 14h1.45v-2.7L9.575 9.625Q9.35 9.4 9.35 9.1t.225-.525t.525-.225t.525.225L12 9.95l1.375-1.375q.225-.225.525-.225t.525.225t.225.525t-.225.525L12.75 11.3V14h1.45q1.35-.65 2.2-1.912t.85-2.838q0-2.2-1.525-3.725T12 4T8.275 5.525T6.75 9.25q0 1.575.85 2.838T9.8 14M12 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmojiObjectsOutlineRounded(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.85q-.825 0-1.412-.587T8 18.85V15.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.3v3.55q0 .825-.587 1.413T14 20.85q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8 14h1.45v-2.7L9.575 9.625Q9.35 9.4 9.35 9.1t.225-.525t.525-.225t.525.225L12 9.95l1.375-1.375q.225-.225.525-.225t.525.225t.225.525t-.225.525L12.75 11.3V14h1.45q1.35-.65 2.2-1.912t.85-2.838q0-2.2-1.525-3.725T12 4T8.275 5.525T6.75 9.25q0 1.575.85 2.838T9.8 14M12 9"/></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.85q-.825 0-1.412-.587T8 18.85V15.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.3v3.55q0 .825-.587 1.413T14 20.85q-.3.525-.825.838T12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8 14h1.45v-2.7L9.575 9.625Q9.35 9.4 9.35 9.1t.225-.525t.525-.225t.525.225L12 9.95l1.375-1.375q.225-.225.525-.225t.525.225t.225.525t-.225.525L12.75 11.3V14h1.45q1.35-.65 2.2-1.912t.85-2.838q0-2.2-1.525-3.725T12 4T8.275 5.525T6.75 9.25q0 1.575.85 2.838T9.8 14M12 9"/></svg> </template>
CSS
.icon-emoji-objects-outline-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%22M12%2022q-.65%200-1.175-.312T10%2020.85q-.825%200-1.412-.587T8%2018.85V15.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.3v3.55q0%20.825-.587%201.413T14%2020.85q-.3.525-.825.838T12%2022m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8%2014h1.45v-2.7L9.575%209.625Q9.35%209.4%209.35%209.1t.225-.525t.525-.225t.525.225L12%209.95l1.375-1.375q.225-.225.525-.225t.525.225t.225.525t-.225.525L12.75%2011.3V14h1.45q1.35-.65%202.2-1.912t.85-2.838q0-2.2-1.525-3.725T12%204T8.275%205.525T6.75%209.25q0%201.575.85%202.838T9.8%2014M12%209%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.85q-.825%200-1.412-.587T8%2018.85V15.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.3v3.55q0%20.825-.587%201.413T14%2020.85q-.3.525-.825.838T12%2022m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8%2014h1.45v-2.7L9.575%209.625Q9.35%209.4%209.35%209.1t.225-.525t.525-.225t.525.225L12%209.95l1.375-1.375q.225-.225.525-.225t.525.225t.225.525t-.225.525L12.75%2011.3V14h1.45q1.35-.65%202.2-1.912t.85-2.838q0-2.2-1.525-3.725T12%204T8.275%205.525T6.75%209.25q0%201.575.85%202.838T9.8%2014M12%209%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-outline-rounded.svg?color=%231a73e8&size=48