head shaking horizontally emoji

head-shaking-horizontally from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
head-shaking-horizontally
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the head shaking horizontally emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="16" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M21.85 17.97a.52.52 0 0 0-.54-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.21.28-.13.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.07-.15.01-.33-.14-.43m-12.58-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.22.28-.14.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.08-.15.03-.33-.13-.43a.52.52 0 0 0-.54-.01M6.4 24.53c.03.14.89 3.33 5.69 3.33c4.81 0 5.66-3.19 5.69-3.33a.37.37 0 0 0-.18-.42a.395.395 0 0 0-.46.06c-.01.01-1.49 1.41-5.06 1.41s-5.04-1.4-5.06-1.41a.39.39 0 0 0-.46-.06c-.13.08-.2.25-.16.42"/><path fill="#5dadec" d="M25.23 25.88c.03.53.47.95 1 .95h.04c1.84-.09 6.4-.48 8.94-2.18c.46-.3.59-.92.28-1.38a.987.987 0 0 0-1.38-.28c-2.19 1.46-6.62 1.78-7.93 1.84c-.55.03-.98.5-.95 1.05m8.65-10.5c-.4-.16-.83-.25-1.27-.25h-1.2c-.1 0-.19.03-.27.06c.2.63.36 1.28.48 1.94h.99c.18 0 .35.03.52.1c.65.26.88.85.87 1.32c0 .22-.07.95-.87 1.25c-.39.15-.81.28-1.24.4c-2.19.61-4.97.93-8.31.93c-.55 0-1 .45-1 1s.45 1 1 1c3.17 0 5.9-.27 8.14-.81c.76-.18 1.47-.4 2.12-.64a3.32 3.32 0 0 0 2.16-3.1c.02-1.42-.82-2.67-2.12-3.2"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiHeadShakingHorizontally(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="16" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M21.85 17.97a.52.52 0 0 0-.54-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.21.28-.13.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.07-.15.01-.33-.14-.43m-12.58-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.22.28-.14.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.08-.15.03-.33-.13-.43a.52.52 0 0 0-.54-.01M6.4 24.53c.03.14.89 3.33 5.69 3.33c4.81 0 5.66-3.19 5.69-3.33a.37.37 0 0 0-.18-.42a.395.395 0 0 0-.46.06c-.01.01-1.49 1.41-5.06 1.41s-5.04-1.4-5.06-1.41a.39.39 0 0 0-.46-.06c-.13.08-.2.25-.16.42"/><path fill="#5dadec" d="M25.23 25.88c.03.53.47.95 1 .95h.04c1.84-.09 6.4-.48 8.94-2.18c.46-.3.59-.92.28-1.38a.987.987 0 0 0-1.38-.28c-2.19 1.46-6.62 1.78-7.93 1.84c-.55.03-.98.5-.95 1.05m8.65-10.5c-.4-.16-.83-.25-1.27-.25h-1.2c-.1 0-.19.03-.27.06c.2.63.36 1.28.48 1.94h.99c.18 0 .35.03.52.1c.65.26.88.85.87 1.32c0 .22-.07.95-.87 1.25c-.39.15-.81.28-1.24.4c-2.19.61-4.97.93-8.31.93c-.55 0-1 .45-1 1s.45 1 1 1c3.17 0 5.9-.27 8.14-.81c.76-.18 1.47-.4 2.12-.64a3.32 3.32 0 0 0 2.16-3.1c.02-1.42-.82-2.67-2.12-3.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="16" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M21.85 17.97a.52.52 0 0 0-.54-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.21.28-.13.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.07-.15.01-.33-.14-.43m-12.58-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.22.28-.14.43c.05.1 1.33 2.4 3.96 2.4s3.9-2.3 3.96-2.4c.08-.15.03-.33-.13-.43a.52.52 0 0 0-.54-.01M6.4 24.53c.03.14.89 3.33 5.69 3.33c4.81 0 5.66-3.19 5.69-3.33a.37.37 0 0 0-.18-.42a.395.395 0 0 0-.46.06c-.01.01-1.49 1.41-5.06 1.41s-5.04-1.4-5.06-1.41a.39.39 0 0 0-.46-.06c-.13.08-.2.25-.16.42"/><path fill="#5dadec" d="M25.23 25.88c.03.53.47.95 1 .95h.04c1.84-.09 6.4-.48 8.94-2.18c.46-.3.59-.92.28-1.38a.987.987 0 0 0-1.38-.28c-2.19 1.46-6.62 1.78-7.93 1.84c-.55.03-.98.5-.95 1.05m8.65-10.5c-.4-.16-.83-.25-1.27-.25h-1.2c-.1 0-.19.03-.27.06c.2.63.36 1.28.48 1.94h.99c.18 0 .35.03.52.1c.65.26.88.85.87 1.32c0 .22-.07.95-.87 1.25c-.39.15-.81.28-1.24.4c-2.19.61-4.97.93-8.31.93c-.55 0-1 .45-1 1s.45 1 1 1c3.17 0 5.9-.27 8.14-.81c.76-.18 1.47-.4 2.12-.64a3.32 3.32 0 0 0 2.16-3.1c.02-1.42-.82-2.67-2.12-3.2"/></svg>
</template>

CSS

.icon-head-shaking-horizontally {
  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%2036%2036%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2220%22%20r%3D%2216%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M21.85%2017.97a.52.52%200%200%200-.54-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.21.28-.13.43c.05.1%201.33%202.4%203.96%202.4s3.9-2.3%203.96-2.4c.07-.15.01-.33-.14-.43m-12.58-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.22.28-.14.43c.05.1%201.33%202.4%203.96%202.4s3.9-2.3%203.96-2.4c.08-.15.03-.33-.13-.43a.52.52%200%200%200-.54-.01M6.4%2024.53c.03.14.89%203.33%205.69%203.33c4.81%200%205.66-3.19%205.69-3.33a.37.37%200%200%200-.18-.42a.395.395%200%200%200-.46.06c-.01.01-1.49%201.41-5.06%201.41s-5.04-1.4-5.06-1.41a.39.39%200%200%200-.46-.06c-.13.08-.2.25-.16.42%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M25.23%2025.88c.03.53.47.95%201%20.95h.04c1.84-.09%206.4-.48%208.94-2.18c.46-.3.59-.92.28-1.38a.987.987%200%200%200-1.38-.28c-2.19%201.46-6.62%201.78-7.93%201.84c-.55.03-.98.5-.95%201.05m8.65-10.5c-.4-.16-.83-.25-1.27-.25h-1.2c-.1%200-.19.03-.27.06c.2.63.36%201.28.48%201.94h.99c.18%200%20.35.03.52.1c.65.26.88.85.87%201.32c0%20.22-.07.95-.87%201.25c-.39.15-.81.28-1.24.4c-2.19.61-4.97.93-8.31.93c-.55%200-1%20.45-1%201s.45%201%201%201c3.17%200%205.9-.27%208.14-.81c.76-.18%201.47-.4%202.12-.64a3.32%203.32%200%200%200%202.16-3.1c.02-1.42-.82-2.67-2.12-3.2%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%2036%2036%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2220%22%20r%3D%2216%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M21.85%2017.97a.52.52%200%200%200-.54-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.21.28-.13.43c.05.1%201.33%202.4%203.96%202.4s3.9-2.3%203.96-2.4c.07-.15.01-.33-.14-.43m-12.58-.01c-.01.01-1.12.66-3.29.66s-3.28-.65-3.28-.66c-.16-.1-.39-.1-.54.01c-.16.1-.22.28-.14.43c.05.1%201.33%202.4%203.96%202.4s3.9-2.3%203.96-2.4c.08-.15.03-.33-.13-.43a.52.52%200%200%200-.54-.01M6.4%2024.53c.03.14.89%203.33%205.69%203.33c4.81%200%205.66-3.19%205.69-3.33a.37.37%200%200%200-.18-.42a.395.395%200%200%200-.46.06c-.01.01-1.49%201.41-5.06%201.41s-5.04-1.4-5.06-1.41a.39.39%200%200%200-.46-.06c-.13.08-.2.25-.16.42%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M25.23%2025.88c.03.53.47.95%201%20.95h.04c1.84-.09%206.4-.48%208.94-2.18c.46-.3.59-.92.28-1.38a.987.987%200%200%200-1.38-.28c-2.19%201.46-6.62%201.78-7.93%201.84c-.55.03-.98.5-.95%201.05m8.65-10.5c-.4-.16-.83-.25-1.27-.25h-1.2c-.1%200-.19.03-.27.06c.2.63.36%201.28.48%201.94h.99c.18%200%20.35.03.52.1c.65.26.88.85.87%201.32c0%20.22-.07.95-.87%201.25c-.39.15-.81.28-1.24.4c-2.19.61-4.97.93-8.31.93c-.55%200-1%20.45-1%201s.45%201%201%201c3.17%200%205.9-.27%208.14-.81c.76-.18%201.47-.4%202.12-.64a3.32%203.32%200%200%200%202.16-3.1c.02-1.42-.82-2.67-2.12-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/head-shaking-horizontally.svg?color=%231a73e8&size=48