head shaking vertically emoji
head-shaking-vertically from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- head-shaking-vertically
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the head shaking vertically emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M16 31c9.335 0 14-6.268 14-14S25.335 3 16 3S2 9.268 2 17s4.665 14 14 14"/><path fill="#402a32" fill-rule="evenodd" d="M23.93 14.019c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08c-.732-.695-1.767-1.262-3.119-1.262a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m-15.86 0c-.593.563-.952 1.24-1.096 1.67a.5.5 0 0 1-.948-.316c.19-.57.631-1.392 1.355-2.08c.732-.694 1.767-1.262 3.12-1.262a.5.5 0 1 1 0 1c-1.049 0-1.847.433-2.432.988m-.363 4.383a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.182-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m12 0a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.183-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m-7.907 6.06a1 1 0 1 0-1.6 1.2c.69.921 2.688 2.4 5.8 2.4s5.11-1.479 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6" clip-rule="evenodd"/><path fill="#00a6ed" d="M11.449 1.684a1 1 0 0 1-.633 1.265c-1.103.367-4.278 2.469-3.82 7.968a1 1 0 1 1-1.993.166c-.541-6.5 3.284-9.4 5.18-10.032a1 1 0 0 1 1.266.633M4.332 4.555a1 1 0 0 0-1.664-1.11C1.564 5.102-.09 8.943 1.564 13.351a1 1 0 1 0 1.872-.702c-1.347-3.592 0-6.75.896-8.094"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHeadShakingVertically(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="#ffb02e" d="M16 31c9.335 0 14-6.268 14-14S25.335 3 16 3S2 9.268 2 17s4.665 14 14 14"/><path fill="#402a32" fillRule="evenodd" d="M23.93 14.019c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08c-.732-.695-1.767-1.262-3.119-1.262a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m-15.86 0c-.593.563-.952 1.24-1.096 1.67a.5.5 0 0 1-.948-.316c.19-.57.631-1.392 1.355-2.08c.732-.694 1.767-1.262 3.12-1.262a.5.5 0 1 1 0 1c-1.049 0-1.847.433-2.432.988m-.363 4.383a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.182-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m12 0a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.183-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m-7.907 6.06a1 1 0 1 0-1.6 1.2c.69.921 2.688 2.4 5.8 2.4s5.11-1.479 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6" clipRule="evenodd"/><path fill="#00a6ed" d="M11.449 1.684a1 1 0 0 1-.633 1.265c-1.103.367-4.278 2.469-3.82 7.968a1 1 0 1 1-1.993.166c-.541-6.5 3.284-9.4 5.18-10.032a1 1 0 0 1 1.266.633M4.332 4.555a1 1 0 0 0-1.664-1.11C1.564 5.102-.09 8.943 1.564 13.351a1 1 0 1 0 1.872-.702c-1.347-3.592 0-6.75.896-8.094"/></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="#ffb02e" d="M16 31c9.335 0 14-6.268 14-14S25.335 3 16 3S2 9.268 2 17s4.665 14 14 14"/><path fill="#402a32" fill-rule="evenodd" d="M23.93 14.019c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08c-.732-.695-1.767-1.262-3.119-1.262a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m-15.86 0c-.593.563-.952 1.24-1.096 1.67a.5.5 0 0 1-.948-.316c.19-.57.631-1.392 1.355-2.08c.732-.694 1.767-1.262 3.12-1.262a.5.5 0 1 1 0 1c-1.049 0-1.847.433-2.432.988m-.363 4.383a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.182-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m12 0a1 1 0 1 0-1.414 1.415c.525.524 1.847 1.292 3.707 1.292s3.183-.768 3.707-1.293a1 1 0 1 0-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m-7.907 6.06a1 1 0 1 0-1.6 1.2c.69.921 2.688 2.4 5.8 2.4s5.11-1.479 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6" clip-rule="evenodd"/><path fill="#00a6ed" d="M11.449 1.684a1 1 0 0 1-.633 1.265c-1.103.367-4.278 2.469-3.82 7.968a1 1 0 1 1-1.993.166c-.541-6.5 3.284-9.4 5.18-10.032a1 1 0 0 1 1.266.633M4.332 4.555a1 1 0 0 0-1.664-1.11C1.564 5.102-.09 8.943 1.564 13.351a1 1 0 1 0 1.872-.702c-1.347-3.592 0-6.75.896-8.094"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16%2031c9.335%200%2014-6.268%2014-14S25.335%203%2016%203S2%209.268%202%2017s4.665%2014%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.93%2014.019c.594.563.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.631-1.392-1.355-2.08c-.732-.695-1.767-1.262-3.119-1.262a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988m-15.86%200c-.593.563-.952%201.24-1.096%201.67a.5.5%200%200%201-.948-.316c.19-.57.631-1.392%201.355-2.08c.732-.694%201.767-1.262%203.12-1.262a.5.5%200%201%201%200%201c-1.049%200-1.847.433-2.432.988m-.363%204.383a1%201%200%201%200-1.414%201.415c.525.524%201.847%201.292%203.707%201.292s3.182-.768%203.707-1.293a1%201%200%201%200-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m12%200a1%201%200%201%200-1.414%201.415c.525.524%201.847%201.292%203.707%201.292s3.183-.768%203.707-1.293a1%201%200%201%200-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m-7.907%206.06a1%201%200%201%200-1.6%201.2c.69.921%202.688%202.4%205.8%202.4s5.11-1.479%205.8-2.4a1%201%200%200%200-1.6-1.2c-.31.413-1.712%201.6-4.2%201.6s-3.89-1.187-4.2-1.6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.449%201.684a1%201%200%200%201-.633%201.265c-1.103.367-4.278%202.469-3.82%207.968a1%201%200%201%201-1.993.166c-.541-6.5%203.284-9.4%205.18-10.032a1%201%200%200%201%201.266.633M4.332%204.555a1%201%200%200%200-1.664-1.11C1.564%205.102-.09%208.943%201.564%2013.351a1%201%200%201%200%201.872-.702c-1.347-3.592%200-6.75.896-8.094%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%23ffb02e%22%20d%3D%22M16%2031c9.335%200%2014-6.268%2014-14S25.335%203%2016%203S2%209.268%202%2017s4.665%2014%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.93%2014.019c.594.563.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.631-1.392-1.355-2.08c-.732-.695-1.767-1.262-3.119-1.262a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988m-15.86%200c-.593.563-.952%201.24-1.096%201.67a.5.5%200%200%201-.948-.316c.19-.57.631-1.392%201.355-2.08c.732-.694%201.767-1.262%203.12-1.262a.5.5%200%201%201%200%201c-1.049%200-1.847.433-2.432.988m-.363%204.383a1%201%200%201%200-1.414%201.415c.525.524%201.847%201.292%203.707%201.292s3.182-.768%203.707-1.293a1%201%200%201%200-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m12%200a1%201%200%201%200-1.414%201.415c.525.524%201.847%201.292%203.707%201.292s3.183-.768%203.707-1.293a1%201%200%201%200-1.414-1.414c-.142.142-.953.707-2.293.707s-2.15-.565-2.293-.707m-7.907%206.06a1%201%200%201%200-1.6%201.2c.69.921%202.688%202.4%205.8%202.4s5.11-1.479%205.8-2.4a1%201%200%200%200-1.6-1.2c-.31.413-1.712%201.6-4.2%201.6s-3.89-1.187-4.2-1.6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M11.449%201.684a1%201%200%200%201-.633%201.265c-1.103.367-4.278%202.469-3.82%207.968a1%201%200%201%201-1.993.166c-.541-6.5%203.284-9.4%205.18-10.032a1%201%200%200%201%201.266.633M4.332%204.555a1%201%200%200%200-1.664-1.11C1.564%205.102-.09%208.943%201.564%2013.351a1%201%200%201%200%201.872-.702c-1.347-3.592%200-6.75.896-8.094%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/head-shaking-vertically.svg?color=%231a73e8&size=48