face shake icon
face-shake from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-shake
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- face-shake-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.475 22.225Q5.3 21.45 3.5 19.975V22H2v-5h5v1.5H4.1q1.65 1.45 3.675 2.225T12 21.5t4.225-.775T19.9 18.5H17V17h5v5h-1.5v-2.025q-1.8 1.475-3.975 2.25T12 23t-4.525-.775M12 17q-3.35 0-5.675-2.325T4 9t2.325-5.675T12 1t5.675 2.325T20 9t-2.325 5.675T12 17m0-2q2.5 0 4.25-1.75T18 9q0-.275-.025-.525T17.9 7.95q-1.85.2-3.575-.413T11.3 5.6q-.95 1.3-2.337 2.15T6 8.875Q5.95 11.4 7.7 13.2T12 15m-2.5-4q-.425 0-.712-.288T8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11m5 0q-.425 0-.712-.288T13.5 10t.288-.712T14.5 9t.713.288t.287.712t-.288.713T14.5 11"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaceShake(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.475 22.225Q5.3 21.45 3.5 19.975V22H2v-5h5v1.5H4.1q1.65 1.45 3.675 2.225T12 21.5t4.225-.775T19.9 18.5H17V17h5v5h-1.5v-2.025q-1.8 1.475-3.975 2.25T12 23t-4.525-.775M12 17q-3.35 0-5.675-2.325T4 9t2.325-5.675T12 1t5.675 2.325T20 9t-2.325 5.675T12 17m0-2q2.5 0 4.25-1.75T18 9q0-.275-.025-.525T17.9 7.95q-1.85.2-3.575-.413T11.3 5.6q-.95 1.3-2.337 2.15T6 8.875Q5.95 11.4 7.7 13.2T12 15m-2.5-4q-.425 0-.712-.288T8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11m5 0q-.425 0-.712-.288T13.5 10t.288-.712T14.5 9t.713.288t.287.712t-.288.713T14.5 11"/></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.475 22.225Q5.3 21.45 3.5 19.975V22H2v-5h5v1.5H4.1q1.65 1.45 3.675 2.225T12 21.5t4.225-.775T19.9 18.5H17V17h5v5h-1.5v-2.025q-1.8 1.475-3.975 2.25T12 23t-4.525-.775M12 17q-3.35 0-5.675-2.325T4 9t2.325-5.675T12 1t5.675 2.325T20 9t-2.325 5.675T12 17m0-2q2.5 0 4.25-1.75T18 9q0-.275-.025-.525T17.9 7.95q-1.85.2-3.575-.413T11.3 5.6q-.95 1.3-2.337 2.15T6 8.875Q5.95 11.4 7.7 13.2T12 15m-2.5-4q-.425 0-.712-.288T8.5 10t.288-.712T9.5 9t.713.288t.287.712t-.288.713T9.5 11m5 0q-.425 0-.712-.288T13.5 10t.288-.712T14.5 9t.713.288t.287.712t-.288.713T14.5 11"/></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.475%2022.225Q5.3%2021.45%203.5%2019.975V22H2v-5h5v1.5H4.1q1.65%201.45%203.675%202.225T12%2021.5t4.225-.775T19.9%2018.5H17V17h5v5h-1.5v-2.025q-1.8%201.475-3.975%202.25T12%2023t-4.525-.775M12%2017q-3.35%200-5.675-2.325T4%209t2.325-5.675T12%201t5.675%202.325T20%209t-2.325%205.675T12%2017m0-2q2.5%200%204.25-1.75T18%209q0-.275-.025-.525T17.9%207.95q-1.85.2-3.575-.413T11.3%205.6q-.95%201.3-2.337%202.15T6%208.875Q5.95%2011.4%207.7%2013.2T12%2015m-2.5-4q-.425%200-.712-.288T8.5%2010t.288-.712T9.5%209t.713.288t.287.712t-.288.713T9.5%2011m5%200q-.425%200-.712-.288T13.5%2010t.288-.712T14.5%209t.713.288t.287.712t-.288.713T14.5%2011%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.475%2022.225Q5.3%2021.45%203.5%2019.975V22H2v-5h5v1.5H4.1q1.65%201.45%203.675%202.225T12%2021.5t4.225-.775T19.9%2018.5H17V17h5v5h-1.5v-2.025q-1.8%201.475-3.975%202.25T12%2023t-4.525-.775M12%2017q-3.35%200-5.675-2.325T4%209t2.325-5.675T12%201t5.675%202.325T20%209t-2.325%205.675T12%2017m0-2q2.5%200%204.25-1.75T18%209q0-.275-.025-.525T17.9%207.95q-1.85.2-3.575-.413T11.3%205.6q-.95%201.3-2.337%202.15T6%208.875Q5.95%2011.4%207.7%2013.2T12%2015m-2.5-4q-.425%200-.712-.288T8.5%2010t.288-.712T9.5%209t.713.288t.287.712t-.288.713T9.5%2011m5%200q-.425%200-.712-.288T13.5%2010t.288-.712T14.5%209t.713.288t.287.712t-.288.713T14.5%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-shake.svg?color=%231a73e8&size=48