head shaking vertically emoji
head-shaking-vertically from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- head-shaking-vertically
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the head shaking vertically emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M27.85 22.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-.01m-2.87 6.57c.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="M6.61 15.95c-.41 0-.79-.25-.94-.66C2.56 6.74 8.36.63 8.61.37C9-.02 9.63-.03 10.03.35s.41 1.02.02 1.41c-.21.23-5.17 5.5-2.5 12.84a1 1 0 0 1-.6 1.28c-.11.05-.22.07-.34.07"/><path fill="#5dadec" d="M9.578 12.63c-.48 0-.91-.35-.99-.84c-.61-3.83.78-6.84 2.05-8.69c.31-.45.94-.57 1.39-.26c.46.31.57.94.26 1.39c-1.55 2.25-2.13 4.69-1.73 7.24a.99.99 0 0 1-.83 1.14c-.04.02-.09.02-.15.02"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiHeadShakingVertically(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M27.85 22.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-.01m-2.87 6.57c.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="M6.61 15.95c-.41 0-.79-.25-.94-.66C2.56 6.74 8.36.63 8.61.37C9-.02 9.63-.03 10.03.35s.41 1.02.02 1.41c-.21.23-5.17 5.5-2.5 12.84a1 1 0 0 1-.6 1.28c-.11.05-.22.07-.34.07"/><path fill="#5dadec" d="M9.578 12.63c-.48 0-.91-.35-.99-.84c-.61-3.83.78-6.84 2.05-8.69c.31-.45.94-.57 1.39-.26c.46.31.57.94.26 1.39c-1.55 2.25-2.13 4.69-1.73 7.24a.99.99 0 0 1-.83 1.14c-.04.02-.09.02-.15.02"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="20" r="16" fill="#ffcc4d"/><path fill="#664500" d="M27.85 22.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-.01m-2.87 6.57c.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="M6.61 15.95c-.41 0-.79-.25-.94-.66C2.56 6.74 8.36.63 8.61.37C9-.02 9.63-.03 10.03.35s.41 1.02.02 1.41c-.21.23-5.17 5.5-2.5 12.84a1 1 0 0 1-.6 1.28c-.11.05-.22.07-.34.07"/><path fill="#5dadec" d="M9.578 12.63c-.48 0-.91-.35-.99-.84c-.61-3.83.78-6.84 2.05-8.69c.31-.45.94-.57 1.39-.26c.46.31.57.94.26 1.39c-1.55 2.25-2.13 4.69-1.73 7.24a.99.99 0 0 1-.83 1.14c-.04.02-.09.02-.15.02"/></svg> </template>
CSS
.icon-head-shaking-vertically {
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%2218%22%20cy%3D%2220%22%20r%3D%2216%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.85%2022.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-.01m-2.87%206.57c.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%22M6.61%2015.95c-.41%200-.79-.25-.94-.66C2.56%206.74%208.36.63%208.61.37C9-.02%209.63-.03%2010.03.35s.41%201.02.02%201.41c-.21.23-5.17%205.5-2.5%2012.84a1%201%200%200%201-.6%201.28c-.11.05-.22.07-.34.07%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M9.578%2012.63c-.48%200-.91-.35-.99-.84c-.61-3.83.78-6.84%202.05-8.69c.31-.45.94-.57%201.39-.26c.46.31.57.94.26%201.39c-1.55%202.25-2.13%204.69-1.73%207.24a.99.99%200%200%201-.83%201.14c-.04.02-.09.02-.15.02%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%2218%22%20cy%3D%2220%22%20r%3D%2216%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.85%2022.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-.01m-2.87%206.57c.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%22M6.61%2015.95c-.41%200-.79-.25-.94-.66C2.56%206.74%208.36.63%208.61.37C9-.02%209.63-.03%2010.03.35s.41%201.02.02%201.41c-.21.23-5.17%205.5-2.5%2012.84a1%201%200%200%201-.6%201.28c-.11.05-.22.07-.34.07%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M9.578%2012.63c-.48%200-.91-.35-.99-.84c-.61-3.83.78-6.84%202.05-8.69c.31-.45.94-.57%201.39-.26c.46.31.57.94.26%201.39c-1.55%202.25-2.13%204.69-1.73%207.24a.99.99%200%200%201-.83%201.14c-.04.02-.09.02-.15.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/head-shaking-vertically.svg?color=%231a73e8&size=48