clinking-glasses from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
clinking-glasses
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the clinking glasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.935 15.291a3.74 3.74 0 0 0 3.863 2.562l2.457 7.528l-2.54.83a.82.82 0 0 0-.53 1.05c.14.44.61.68 1.05.53l6.69-2.18a.82.82 0 0 0 .53-1.05a.82.82 0 0 0-1.04-.54l-2.54.83l-2.456-7.524a3.74 3.74 0 0 0 1.616-4.356l-3.43-10.52a.66.66 0 0 0-.83-.42l-5.85 1.91c-.34.11-.53.48-.42.83l.123.378l-2.903-.948a.66.66 0 0 0-.83.42l-3.43 10.52a3.74 3.74 0 0 0 1.615 4.356l-2.455 7.524l-2.54-.83c-.43-.14-.89.1-1.04.54s.09.91.53 1.05l6.69 2.18a.82.82 0 0 0 1.05-.53a.82.82 0 0 0-.53-1.05l-2.54-.83l2.457-7.527a3.74 3.74 0 0 0 3.863-2.563l2.039-6.253zm.19-7.69c1.08.91 2.47 1.36 3.88 1.27c.53-.03 1.01.29 1.17.8l1.04 3.18c.51 1.56-.35 3.25-1.92 3.77c-1.57.51-3.26-.35-3.78-1.92l-2.3-7.07c-.21-.65.56-1.17 1.08-.73zm-.32-1.81a.83.83 0 1 1 0-1.66a.83.83 0 0 1 0 1.66m1.83 1.88a.56.56 0 1 1 0-1.12a.56.56 0 0 1 0 1.12m.56-2.71a.33.33 0 1 1-.66 0a.33.33 0 0 1 .66 0m-6.21 11.91a3.01 3.01 0 0 1-3.78 1.92a3.01 3.01 0 0 1-1.92-3.78l1.2-3.67c.07-.22.27-.37.5-.37l5.2-.09c.37 0 .63.36.52.71z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastClinkingGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.935 15.291a3.74 3.74 0 0 0 3.863 2.562l2.457 7.528l-2.54.83a.82.82 0 0 0-.53 1.05c.14.44.61.68 1.05.53l6.69-2.18a.82.82 0 0 0 .53-1.05a.82.82 0 0 0-1.04-.54l-2.54.83l-2.456-7.524a3.74 3.74 0 0 0 1.616-4.356l-3.43-10.52a.66.66 0 0 0-.83-.42l-5.85 1.91c-.34.11-.53.48-.42.83l.123.378l-2.903-.948a.66.66 0 0 0-.83.42l-3.43 10.52a3.74 3.74 0 0 0 1.615 4.356l-2.455 7.524l-2.54-.83c-.43-.14-.89.1-1.04.54s.09.91.53 1.05l6.69 2.18a.82.82 0 0 0 1.05-.53a.82.82 0 0 0-.53-1.05l-2.54-.83l2.457-7.527a3.74 3.74 0 0 0 3.863-2.563l2.039-6.253zm.19-7.69c1.08.91 2.47 1.36 3.88 1.27c.53-.03 1.01.29 1.17.8l1.04 3.18c.51 1.56-.35 3.25-1.92 3.77c-1.57.51-3.26-.35-3.78-1.92l-2.3-7.07c-.21-.65.56-1.17 1.08-.73zm-.32-1.81a.83.83 0 1 1 0-1.66a.83.83 0 0 1 0 1.66m1.83 1.88a.56.56 0 1 1 0-1.12a.56.56 0 0 1 0 1.12m.56-2.71a.33.33 0 1 1-.66 0a.33.33 0 0 1 .66 0m-6.21 11.91a3.01 3.01 0 0 1-3.78 1.92a3.01 3.01 0 0 1-1.92-3.78l1.2-3.67c.07-.22.27-.37.5-.37l5.2-.09c.37 0 .63.36.52.71z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.935 15.291a3.74 3.74 0 0 0 3.863 2.562l2.457 7.528l-2.54.83a.82.82 0 0 0-.53 1.05c.14.44.61.68 1.05.53l6.69-2.18a.82.82 0 0 0 .53-1.05a.82.82 0 0 0-1.04-.54l-2.54.83l-2.456-7.524a3.74 3.74 0 0 0 1.616-4.356l-3.43-10.52a.66.66 0 0 0-.83-.42l-5.85 1.91c-.34.11-.53.48-.42.83l.123.378l-2.903-.948a.66.66 0 0 0-.83.42l-3.43 10.52a3.74 3.74 0 0 0 1.615 4.356l-2.455 7.524l-2.54-.83c-.43-.14-.89.1-1.04.54s.09.91.53 1.05l6.69 2.18a.82.82 0 0 0 1.05-.53a.82.82 0 0 0-.53-1.05l-2.54-.83l2.457-7.527a3.74 3.74 0 0 0 3.863-2.563l2.039-6.253zm.19-7.69c1.08.91 2.47 1.36 3.88 1.27c.53-.03 1.01.29 1.17.8l1.04 3.18c.51 1.56-.35 3.25-1.92 3.77c-1.57.51-3.26-.35-3.78-1.92l-2.3-7.07c-.21-.65.56-1.17 1.08-.73zm-.32-1.81a.83.83 0 1 1 0-1.66a.83.83 0 0 1 0 1.66m1.83 1.88a.56.56 0 1 1 0-1.12a.56.56 0 0 1 0 1.12m.56-2.71a.33.33 0 1 1-.66 0a.33.33 0 0 1 .66 0m-6.21 11.91a3.01 3.01 0 0 1-3.78 1.92a3.01 3.01 0 0 1-1.92-3.78l1.2-3.67c.07-.22.27-.37.5-.37l5.2-.09c.37 0 .63.36.52.71z"/></svg>
</template>

CSS

.icon-clinking-glasses {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.935%2015.291a3.74%203.74%200%200%200%203.863%202.562l2.457%207.528l-2.54.83a.82.82%200%200%200-.53%201.05c.14.44.61.68%201.05.53l6.69-2.18a.82.82%200%200%200%20.53-1.05a.82.82%200%200%200-1.04-.54l-2.54.83l-2.456-7.524a3.74%203.74%200%200%200%201.616-4.356l-3.43-10.52a.66.66%200%200%200-.83-.42l-5.85%201.91c-.34.11-.53.48-.42.83l.123.378l-2.903-.948a.66.66%200%200%200-.83.42l-3.43%2010.52a3.74%203.74%200%200%200%201.615%204.356l-2.455%207.524l-2.54-.83c-.43-.14-.89.1-1.04.54s.09.91.53%201.05l6.69%202.18a.82.82%200%200%200%201.05-.53a.82.82%200%200%200-.53-1.05l-2.54-.83l2.457-7.527a3.74%203.74%200%200%200%203.863-2.563l2.039-6.253zm.19-7.69c1.08.91%202.47%201.36%203.88%201.27c.53-.03%201.01.29%201.17.8l1.04%203.18c.51%201.56-.35%203.25-1.92%203.77c-1.57.51-3.26-.35-3.78-1.92l-2.3-7.07c-.21-.65.56-1.17%201.08-.73zm-.32-1.81a.83.83%200%201%201%200-1.66a.83.83%200%200%201%200%201.66m1.83%201.88a.56.56%200%201%201%200-1.12a.56.56%200%200%201%200%201.12m.56-2.71a.33.33%200%201%201-.66%200a.33.33%200%200%201%20.66%200m-6.21%2011.91a3.01%203.01%200%200%201-3.78%201.92a3.01%203.01%200%200%201-1.92-3.78l1.2-3.67c.07-.22.27-.37.5-.37l5.2-.09c.37%200%20.63.36.52.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.935%2015.291a3.74%203.74%200%200%200%203.863%202.562l2.457%207.528l-2.54.83a.82.82%200%200%200-.53%201.05c.14.44.61.68%201.05.53l6.69-2.18a.82.82%200%200%200%20.53-1.05a.82.82%200%200%200-1.04-.54l-2.54.83l-2.456-7.524a3.74%203.74%200%200%200%201.616-4.356l-3.43-10.52a.66.66%200%200%200-.83-.42l-5.85%201.91c-.34.11-.53.48-.42.83l.123.378l-2.903-.948a.66.66%200%200%200-.83.42l-3.43%2010.52a3.74%203.74%200%200%200%201.615%204.356l-2.455%207.524l-2.54-.83c-.43-.14-.89.1-1.04.54s.09.91.53%201.05l6.69%202.18a.82.82%200%200%200%201.05-.53a.82.82%200%200%200-.53-1.05l-2.54-.83l2.457-7.527a3.74%203.74%200%200%200%203.863-2.563l2.039-6.253zm.19-7.69c1.08.91%202.47%201.36%203.88%201.27c.53-.03%201.01.29%201.17.8l1.04%203.18c.51%201.56-.35%203.25-1.92%203.77c-1.57.51-3.26-.35-3.78-1.92l-2.3-7.07c-.21-.65.56-1.17%201.08-.73zm-.32-1.81a.83.83%200%201%201%200-1.66a.83.83%200%200%201%200%201.66m1.83%201.88a.56.56%200%201%201%200-1.12a.56.56%200%200%201%200%201.12m.56-2.71a.33.33%200%201%201-.66%200a.33.33%200%200%201%20.66%200m-6.21%2011.91a3.01%203.01%200%200%201-3.78%201.92a3.01%203.01%200%200%201-1.92-3.78l1.2-3.67c.07-.22.27-.37.5-.37l5.2-.09c.37%200%20.63.36.52.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/clinking-glasses.svg?color=%231a73e8&size=48