face shake icon
face-shake-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-shake-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.346v1.794q0 .191-.125.317q-.125.125-.316.125t-.317-.125T3 20.558v-2.77q0-.343.232-.575t.576-.232h2.769q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.38q1.65 1.45 3.616 2.35t4.168.9t4.177-.9t3.626-2.35h-2.361q-.191 0-.317-.125q-.125-.125-.125-.316t.125-.317t.317-.126h2.77q.343 0 .575.232t.232.575v2.77q0 .191-.125.317q-.125.125-.316.125t-.327-.13t-.136-.332v-1.774q-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 MaterialSymbolsLightFaceShakeRounded(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.346v1.794q0 .191-.125.317q-.125.125-.316.125t-.317-.125T3 20.558v-2.77q0-.343.232-.575t.576-.232h2.769q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.38q1.65 1.45 3.616 2.35t4.168.9t4.177-.9t3.626-2.35h-2.361q-.191 0-.317-.125q-.125-.125-.125-.316t.125-.317t.317-.126h2.77q.343 0 .575.232t.232.575v2.77q0 .191-.125.317q-.125.125-.316.125t-.327-.13t-.136-.332v-1.774q-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.346v1.794q0 .191-.125.317q-.125.125-.316.125t-.317-.125T3 20.558v-2.77q0-.343.232-.575t.576-.232h2.769q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.38q1.65 1.45 3.616 2.35t4.168.9t4.177-.9t3.626-2.35h-2.361q-.191 0-.317-.125q-.125-.125-.125-.316t.125-.317t.317-.126h2.77q.343 0 .575.232t.232.575v2.77q0 .191-.125.317q-.125.125-.316.125t-.327-.13t-.136-.332v-1.774q-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-rounded {
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.346v1.794q0%20.191-.125.317q-.125.125-.316.125t-.317-.125T3%2020.558v-2.77q0-.343.232-.575t.576-.232h2.769q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.38q1.65%201.45%203.616%202.35t4.168.9t4.177-.9t3.626-2.35h-2.361q-.191%200-.317-.125q-.125-.125-.125-.316t.125-.317t.317-.126h2.77q.343%200%20.575.232t.232.575v2.77q0%20.191-.125.317q-.125.125-.316.125t-.327-.13t-.136-.332v-1.774q-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.346v1.794q0%20.191-.125.317q-.125.125-.316.125t-.317-.125T3%2020.558v-2.77q0-.343.232-.575t.576-.232h2.769q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.38q1.65%201.45%203.616%202.35t4.168.9t4.177-.9t3.626-2.35h-2.361q-.191%200-.317-.125q-.125-.125-.125-.316t.125-.317t.317-.126h2.77q.343%200%20.575.232t.232.575v2.77q0%20.191-.125.317q-.125.125-.316.125t-.327-.13t-.136-.332v-1.774q-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-rounded.svg?color=%231a73e8&size=48