face-shake from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
face-shake
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
face-shake-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the face shake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.658 21.11q-2.05-.89-3.774-2.346V21H3v-4.02h4.02v.886H4.195q1.65 1.45 3.618 2.35t4.167.9t4.177-.9q1.976-.9 3.626-2.35H16.98v-.885H21V21h-.904v-2.236q-1.742 1.455-3.792 2.346q-2.05.89-4.323.89t-4.323-.89M12.003 16q-2.93 0-4.966-2.033T5 9.003t2.034-4.966T11.997 2t4.967 2.034T19 8.997t-2.033 4.967T12.003 16M12 15q2.5 0 4.25-1.75T18 9q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 8.894v.058q-.03 2.506 1.729 4.277T12 15m-2.336-4.365q-.339 0-.578-.234q-.24-.233-.24-.578t.238-.574t.589-.23q.335 0 .562.233t.227.578t-.23.575t-.568.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFaceShake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.658 21.11q-2.05-.89-3.774-2.346V21H3v-4.02h4.02v.886H4.195q1.65 1.45 3.618 2.35t4.167.9t4.177-.9q1.976-.9 3.626-2.35H16.98v-.885H21V21h-.904v-2.236q-1.742 1.455-3.792 2.346q-2.05.89-4.323.89t-4.323-.89M12.003 16q-2.93 0-4.966-2.033T5 9.003t2.034-4.966T11.997 2t4.967 2.034T19 8.997t-2.033 4.967T12.003 16M12 15q2.5 0 4.25-1.75T18 9q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 8.894v.058q-.03 2.506 1.729 4.277T12 15m-2.336-4.365q-.339 0-.578-.234q-.24-.233-.24-.578t.238-.574t.589-.23q.335 0 .562.233t.227.578t-.23.575t-.568.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.658 21.11q-2.05-.89-3.774-2.346V21H3v-4.02h4.02v.886H4.195q1.65 1.45 3.618 2.35t4.167.9t4.177-.9q1.976-.9 3.626-2.35H16.98v-.885H21V21h-.904v-2.236q-1.742 1.455-3.792 2.346q-2.05.89-4.323.89t-4.323-.89M12.003 16q-2.93 0-4.966-2.033T5 9.003t2.034-4.966T11.997 2t4.967 2.034T19 8.997t-2.033 4.967T12.003 16M12 15q2.5 0 4.25-1.75T18 9q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T6 8.894v.058q-.03 2.506 1.729 4.277T12 15m-2.336-4.365q-.339 0-.578-.234q-.24-.233-.24-.578t.238-.574t.589-.23q.335 0 .562.233t.227.578t-.23.575t-.568.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23"/></svg>
</template>

CSS

.icon-face-shake {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.658%2021.11q-2.05-.89-3.774-2.346V21H3v-4.02h4.02v.886H4.195q1.65%201.45%203.618%202.35t4.167.9t4.177-.9q1.976-.9%203.626-2.35H16.98v-.885H21V21h-.904v-2.236q-1.742%201.455-3.792%202.346q-2.05.89-4.323.89t-4.323-.89M12.003%2016q-2.93%200-4.966-2.033T5%209.003t2.034-4.966T11.997%202t4.967%202.034T19%208.997t-2.033%204.967T12.003%2016M12%2015q2.5%200%204.25-1.75T18%209q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T6%208.894v.058q-.03%202.506%201.729%204.277T12%2015m-2.336-4.365q-.339%200-.578-.234q-.24-.233-.24-.578t.238-.574t.589-.23q.335%200%20.562.233t.227.578t-.23.575t-.568.23m4.66%200q-.345%200-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.658%2021.11q-2.05-.89-3.774-2.346V21H3v-4.02h4.02v.886H4.195q1.65%201.45%203.618%202.35t4.167.9t4.177-.9q1.976-.9%203.626-2.35H16.98v-.885H21V21h-.904v-2.236q-1.742%201.455-3.792%202.346q-2.05.89-4.323.89t-4.323-.89M12.003%2016q-2.93%200-4.966-2.033T5%209.003t2.034-4.966T11.997%202t4.967%202.034T19%208.997t-2.033%204.967T12.003%2016M12%2015q2.5%200%204.25-1.75T18%209q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T6%208.894v.058q-.03%202.506%201.729%204.277T12%2015m-2.336-4.365q-.339%200-.578-.234q-.24-.233-.24-.578t.238-.574t.589-.23q.335%200%20.562.233t.227.578t-.23.575t-.568.23m4.66%200q-.345%200-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/face-shake.svg?color=%231a73e8&size=48