dizzy from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
dizzy
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the dizzy emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="M3.228 11.678c-.58-1.27-1.06-2.62-1.2-4.07c-.06-.73-.03-1.48.17-2.23c.19-.74.58-1.49 1.2-2.03c1.2-1.14 2.91-1.43 4.39-1.33c1.51.09 2.95.47 4.3.99c2.71 1.07 5.17 2.62 7.4 4.42c2.24 1.8 4.28 3.84 6.05 6.16q1.35 1.725 2.43 3.69c.72 1.31 1.36 2.7 1.75 4.29c.35 1.56.59 3.39-.29 5.36c-.12.24-.24.47-.37.71c-.16.22-.33.44-.51.65c-.32.45-.8.75-1.23 1.08c-.93.52-1.94.85-2.85.89c-1.85.12-3.43-.31-4.87-.87c-1.42-.6-2.75-1.3-3.92-2.19c-2.39-1.7-4.39-3.81-5.96-6.17a.21.21 0 0 1 .06-.29c.07-.05.16-.04.23 0c2.37 1.51 4.69 2.92 7.1 3.98c1.2.53 2.41.98 3.61 1.25c1.18.29 2.37.43 3.28.24c.48-.04.78-.24 1.06-.38c.2-.22.44-.35.54-.69c.31-.57.36-1.66.19-2.77c-.15-1.13-.54-2.34-1.04-3.5c-.51-1.16-1.13-2.31-1.85-3.4c-1.42-2.2-3.18-4.23-5.12-6.04c-1.94-1.82-4.11-3.41-6.48-4.55c-1.19-.59-2.42-1.03-3.67-1.23c-1.24-.2-2.51-.06-3.41.65c-.94.67-1.32 1.98-1.33 3.27c-.02 1.32.29 2.66.72 3.96c.04.11-.02.22-.13.26c-.09.03-.2-.02-.25-.11"/><path fill="#ffb02e" d="m9.498 18.058l1.39.47c.44.15.93.07 1.3-.21l1.18-.88c.94-.7 2.27-.02 2.26 1.15l-.02 1.47c-.01.47.22.9.6 1.17l1.2.85c.96.68.72 2.16-.4 2.5l-1.41.44c-.44.14-.79.49-.93.93l-.44 1.41c-.35 1.12-1.83 1.35-2.5.4l-.85-1.2c-.27-.38-.71-.6-1.17-.6l-1.47.02c-1.16.02-1.84-1.32-1.14-2.26l.88-1.18c.28-.37.36-.86.21-1.3l-.47-1.39c-.39-1.11.67-2.17 1.78-1.79"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatDizzy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="M3.228 11.678c-.58-1.27-1.06-2.62-1.2-4.07c-.06-.73-.03-1.48.17-2.23c.19-.74.58-1.49 1.2-2.03c1.2-1.14 2.91-1.43 4.39-1.33c1.51.09 2.95.47 4.3.99c2.71 1.07 5.17 2.62 7.4 4.42c2.24 1.8 4.28 3.84 6.05 6.16q1.35 1.725 2.43 3.69c.72 1.31 1.36 2.7 1.75 4.29c.35 1.56.59 3.39-.29 5.36c-.12.24-.24.47-.37.71c-.16.22-.33.44-.51.65c-.32.45-.8.75-1.23 1.08c-.93.52-1.94.85-2.85.89c-1.85.12-3.43-.31-4.87-.87c-1.42-.6-2.75-1.3-3.92-2.19c-2.39-1.7-4.39-3.81-5.96-6.17a.21.21 0 0 1 .06-.29c.07-.05.16-.04.23 0c2.37 1.51 4.69 2.92 7.1 3.98c1.2.53 2.41.98 3.61 1.25c1.18.29 2.37.43 3.28.24c.48-.04.78-.24 1.06-.38c.2-.22.44-.35.54-.69c.31-.57.36-1.66.19-2.77c-.15-1.13-.54-2.34-1.04-3.5c-.51-1.16-1.13-2.31-1.85-3.4c-1.42-2.2-3.18-4.23-5.12-6.04c-1.94-1.82-4.11-3.41-6.48-4.55c-1.19-.59-2.42-1.03-3.67-1.23c-1.24-.2-2.51-.06-3.41.65c-.94.67-1.32 1.98-1.33 3.27c-.02 1.32.29 2.66.72 3.96c.04.11-.02.22-.13.26c-.09.03-.2-.02-.25-.11"/><path fill="#ffb02e" d="m9.498 18.058l1.39.47c.44.15.93.07 1.3-.21l1.18-.88c.94-.7 2.27-.02 2.26 1.15l-.02 1.47c-.01.47.22.9.6 1.17l1.2.85c.96.68.72 2.16-.4 2.5l-1.41.44c-.44.14-.79.49-.93.93l-.44 1.41c-.35 1.12-1.83 1.35-2.5.4l-.85-1.2c-.27-.38-.71-.6-1.17-.6l-1.47.02c-1.16.02-1.84-1.32-1.14-2.26l.88-1.18c.28-.37.36-.86.21-1.3l-.47-1.39c-.39-1.11.67-2.17 1.78-1.79"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f9c23c" d="M3.228 11.678c-.58-1.27-1.06-2.62-1.2-4.07c-.06-.73-.03-1.48.17-2.23c.19-.74.58-1.49 1.2-2.03c1.2-1.14 2.91-1.43 4.39-1.33c1.51.09 2.95.47 4.3.99c2.71 1.07 5.17 2.62 7.4 4.42c2.24 1.8 4.28 3.84 6.05 6.16q1.35 1.725 2.43 3.69c.72 1.31 1.36 2.7 1.75 4.29c.35 1.56.59 3.39-.29 5.36c-.12.24-.24.47-.37.71c-.16.22-.33.44-.51.65c-.32.45-.8.75-1.23 1.08c-.93.52-1.94.85-2.85.89c-1.85.12-3.43-.31-4.87-.87c-1.42-.6-2.75-1.3-3.92-2.19c-2.39-1.7-4.39-3.81-5.96-6.17a.21.21 0 0 1 .06-.29c.07-.05.16-.04.23 0c2.37 1.51 4.69 2.92 7.1 3.98c1.2.53 2.41.98 3.61 1.25c1.18.29 2.37.43 3.28.24c.48-.04.78-.24 1.06-.38c.2-.22.44-.35.54-.69c.31-.57.36-1.66.19-2.77c-.15-1.13-.54-2.34-1.04-3.5c-.51-1.16-1.13-2.31-1.85-3.4c-1.42-2.2-3.18-4.23-5.12-6.04c-1.94-1.82-4.11-3.41-6.48-4.55c-1.19-.59-2.42-1.03-3.67-1.23c-1.24-.2-2.51-.06-3.41.65c-.94.67-1.32 1.98-1.33 3.27c-.02 1.32.29 2.66.72 3.96c.04.11-.02.22-.13.26c-.09.03-.2-.02-.25-.11"/><path fill="#ffb02e" d="m9.498 18.058l1.39.47c.44.15.93.07 1.3-.21l1.18-.88c.94-.7 2.27-.02 2.26 1.15l-.02 1.47c-.01.47.22.9.6 1.17l1.2.85c.96.68.72 2.16-.4 2.5l-1.41.44c-.44.14-.79.49-.93.93l-.44 1.41c-.35 1.12-1.83 1.35-2.5.4l-.85-1.2c-.27-.38-.71-.6-1.17-.6l-1.47.02c-1.16.02-1.84-1.32-1.14-2.26l.88-1.18c.28-.37.36-.86.21-1.3l-.47-1.39c-.39-1.11.67-2.17 1.78-1.79"/></g></svg>
</template>

CSS

.icon-dizzy {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M3.228%2011.678c-.58-1.27-1.06-2.62-1.2-4.07c-.06-.73-.03-1.48.17-2.23c.19-.74.58-1.49%201.2-2.03c1.2-1.14%202.91-1.43%204.39-1.33c1.51.09%202.95.47%204.3.99c2.71%201.07%205.17%202.62%207.4%204.42c2.24%201.8%204.28%203.84%206.05%206.16q1.35%201.725%202.43%203.69c.72%201.31%201.36%202.7%201.75%204.29c.35%201.56.59%203.39-.29%205.36c-.12.24-.24.47-.37.71c-.16.22-.33.44-.51.65c-.32.45-.8.75-1.23%201.08c-.93.52-1.94.85-2.85.89c-1.85.12-3.43-.31-4.87-.87c-1.42-.6-2.75-1.3-3.92-2.19c-2.39-1.7-4.39-3.81-5.96-6.17a.21.21%200%200%201%20.06-.29c.07-.05.16-.04.23%200c2.37%201.51%204.69%202.92%207.1%203.98c1.2.53%202.41.98%203.61%201.25c1.18.29%202.37.43%203.28.24c.48-.04.78-.24%201.06-.38c.2-.22.44-.35.54-.69c.31-.57.36-1.66.19-2.77c-.15-1.13-.54-2.34-1.04-3.5c-.51-1.16-1.13-2.31-1.85-3.4c-1.42-2.2-3.18-4.23-5.12-6.04c-1.94-1.82-4.11-3.41-6.48-4.55c-1.19-.59-2.42-1.03-3.67-1.23c-1.24-.2-2.51-.06-3.41.65c-.94.67-1.32%201.98-1.33%203.27c-.02%201.32.29%202.66.72%203.96c.04.11-.02.22-.13.26c-.09.03-.2-.02-.25-.11%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22m9.498%2018.058l1.39.47c.44.15.93.07%201.3-.21l1.18-.88c.94-.7%202.27-.02%202.26%201.15l-.02%201.47c-.01.47.22.9.6%201.17l1.2.85c.96.68.72%202.16-.4%202.5l-1.41.44c-.44.14-.79.49-.93.93l-.44%201.41c-.35%201.12-1.83%201.35-2.5.4l-.85-1.2c-.27-.38-.71-.6-1.17-.6l-1.47.02c-1.16.02-1.84-1.32-1.14-2.26l.88-1.18c.28-.37.36-.86.21-1.3l-.47-1.39c-.39-1.11.67-2.17%201.78-1.79%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M3.228%2011.678c-.58-1.27-1.06-2.62-1.2-4.07c-.06-.73-.03-1.48.17-2.23c.19-.74.58-1.49%201.2-2.03c1.2-1.14%202.91-1.43%204.39-1.33c1.51.09%202.95.47%204.3.99c2.71%201.07%205.17%202.62%207.4%204.42c2.24%201.8%204.28%203.84%206.05%206.16q1.35%201.725%202.43%203.69c.72%201.31%201.36%202.7%201.75%204.29c.35%201.56.59%203.39-.29%205.36c-.12.24-.24.47-.37.71c-.16.22-.33.44-.51.65c-.32.45-.8.75-1.23%201.08c-.93.52-1.94.85-2.85.89c-1.85.12-3.43-.31-4.87-.87c-1.42-.6-2.75-1.3-3.92-2.19c-2.39-1.7-4.39-3.81-5.96-6.17a.21.21%200%200%201%20.06-.29c.07-.05.16-.04.23%200c2.37%201.51%204.69%202.92%207.1%203.98c1.2.53%202.41.98%203.61%201.25c1.18.29%202.37.43%203.28.24c.48-.04.78-.24%201.06-.38c.2-.22.44-.35.54-.69c.31-.57.36-1.66.19-2.77c-.15-1.13-.54-2.34-1.04-3.5c-.51-1.16-1.13-2.31-1.85-3.4c-1.42-2.2-3.18-4.23-5.12-6.04c-1.94-1.82-4.11-3.41-6.48-4.55c-1.19-.59-2.42-1.03-3.67-1.23c-1.24-.2-2.51-.06-3.41.65c-.94.67-1.32%201.98-1.33%203.27c-.02%201.32.29%202.66.72%203.96c.04.11-.02.22-.13.26c-.09.03-.2-.02-.25-.11%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22m9.498%2018.058l1.39.47c.44.15.93.07%201.3-.21l1.18-.88c.94-.7%202.27-.02%202.26%201.15l-.02%201.47c-.01.47.22.9.6%201.17l1.2.85c.96.68.72%202.16-.4%202.5l-1.41.44c-.44.14-.79.49-.93.93l-.44%201.41c-.35%201.12-1.83%201.35-2.5.4l-.85-1.2c-.27-.38-.71-.6-1.17-.6l-1.47.02c-1.16.02-1.84-1.32-1.14-2.26l.88-1.18c.28-.37.36-.86.21-1.3l-.47-1.39c-.39-1.11.67-2.17%201.78-1.79%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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