phone shake icon
phone-shake-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- phone-shake-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
phone-add-20-filledphone-add-new-app-24-filledphone-arrow-right-20-filledphone-briefcase-24-filledphone-chat-16-filledphone-checkmark-16-filledphone-desktop-16-filledphone-desktop-add-20-filledphone-dismiss-20-filledphone-edit-20-filledphone-eraser-16-filledphone-error-24-filledphone-footer-arrow-down-20-filledphone-header-arrow-up-20-filledphone-home-lock-24-filledphone-key-20-filledphone-laptop-16-filledphone-link-setup-20-filledphone-lock-20-filledphone-mobile-20-filledphone-multiple-24-filledphone-multiple-settings-24-filledphone-page-header-20-filledphone-pagination-20-filled
Use the phone shake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.338 4.07a2.25 2.25 0 0 1 2.757 1.59l2.758 10.29a2.25 2.25 0 0 1-1.592 2.756l-4.595 1.23a2.25 2.25 0 0 1-2.755-1.592L6.156 8.058a2.25 2.25 0 0 1 1.59-2.755zm2.35 11.21a.75.75 0 0 0-.918-.531l-1.932.518l-.096.033a.75.75 0 0 0 .484 1.415l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m3.989-12.887a.75.75 0 0 1 1.018-.3c.319.175.754.51 1.183 1.031c.432.525.765 1.144.956 1.86A4.9 4.9 0 0 1 21.72 7.9a4 4 0 0 1-.307.68a.75.75 0 0 1-1.328-.69l.047-.09a3.4 3.4 0 0 0 .255-2.429a3.4 3.4 0 0 0-.665-1.294c-.295-.357-.582-.579-.745-.668a.75.75 0 0 1-.3-1.017m-1.178 2.05a.75.75 0 0 1 1.051-.141a2.6 2.6 0 0 1 .478.491c.188.249.334.525.416.831c.117.437.093.872-.013 1.284l-.052.177a2 2 0 0 1-.048.131a.75.75 0 0 1-1.417-.483l.05-.148q.008-.021.014-.05c.047-.183.058-.371.017-.523a.9.9 0 0 0-.163-.313a1.4 1.4 0 0 0-.158-.176l-.033-.028a.75.75 0 0 1-.142-1.051M2.538 15.412a.75.75 0 0 1 1.344.659l-.095.193a3.54 3.54 0 0 0-.168 2.335c.134.5.363.935.661 1.309c.258.322.51.539.68.652l.067.042a.75.75 0 1 1-.75 1.299c-.315-.182-.745-.527-1.168-1.057a5 5 0 0 1-.939-1.857a5 5 0 0 1 .085-2.914c.1-.3.204-.524.283-.66m2.135 1.346a.75.75 0 0 1 1.418.477l-.049.148l-.013.05a1.1 1.1 0 0 0-.016.524q.043.156.163.316c.06.079.118.14.158.178l.033.028a.75.75 0 0 1-.915 1.188a2.6 2.6 0 0 1-.475-.493a2.4 2.4 0 0 1-.413-.828a2.5 2.5 0 0 1 .01-1.282l.052-.176a2 2 0 0 1 .047-.13"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhoneShake24Filled(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="M12.338 4.07a2.25 2.25 0 0 1 2.757 1.59l2.758 10.29a2.25 2.25 0 0 1-1.592 2.756l-4.595 1.23a2.25 2.25 0 0 1-2.755-1.592L6.156 8.058a2.25 2.25 0 0 1 1.59-2.755zm2.35 11.21a.75.75 0 0 0-.918-.531l-1.932.518l-.096.033a.75.75 0 0 0 .484 1.415l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m3.989-12.887a.75.75 0 0 1 1.018-.3c.319.175.754.51 1.183 1.031c.432.525.765 1.144.956 1.86A4.9 4.9 0 0 1 21.72 7.9a4 4 0 0 1-.307.68a.75.75 0 0 1-1.328-.69l.047-.09a3.4 3.4 0 0 0 .255-2.429a3.4 3.4 0 0 0-.665-1.294c-.295-.357-.582-.579-.745-.668a.75.75 0 0 1-.3-1.017m-1.178 2.05a.75.75 0 0 1 1.051-.141a2.6 2.6 0 0 1 .478.491c.188.249.334.525.416.831c.117.437.093.872-.013 1.284l-.052.177a2 2 0 0 1-.048.131a.75.75 0 0 1-1.417-.483l.05-.148q.008-.021.014-.05c.047-.183.058-.371.017-.523a.9.9 0 0 0-.163-.313a1.4 1.4 0 0 0-.158-.176l-.033-.028a.75.75 0 0 1-.142-1.051M2.538 15.412a.75.75 0 0 1 1.344.659l-.095.193a3.54 3.54 0 0 0-.168 2.335c.134.5.363.935.661 1.309c.258.322.51.539.68.652l.067.042a.75.75 0 1 1-.75 1.299c-.315-.182-.745-.527-1.168-1.057a5 5 0 0 1-.939-1.857a5 5 0 0 1 .085-2.914c.1-.3.204-.524.283-.66m2.135 1.346a.75.75 0 0 1 1.418.477l-.049.148l-.013.05a1.1 1.1 0 0 0-.016.524q.043.156.163.316c.06.079.118.14.158.178l.033.028a.75.75 0 0 1-.915 1.188a2.6 2.6 0 0 1-.475-.493a2.4 2.4 0 0 1-.413-.828a2.5 2.5 0 0 1 .01-1.282l.052-.176a2 2 0 0 1 .047-.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.338 4.07a2.25 2.25 0 0 1 2.757 1.59l2.758 10.29a2.25 2.25 0 0 1-1.592 2.756l-4.595 1.23a2.25 2.25 0 0 1-2.755-1.592L6.156 8.058a2.25 2.25 0 0 1 1.59-2.755zm2.35 11.21a.75.75 0 0 0-.918-.531l-1.932.518l-.096.033a.75.75 0 0 0 .484 1.415l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m3.989-12.887a.75.75 0 0 1 1.018-.3c.319.175.754.51 1.183 1.031c.432.525.765 1.144.956 1.86A4.9 4.9 0 0 1 21.72 7.9a4 4 0 0 1-.307.68a.75.75 0 0 1-1.328-.69l.047-.09a3.4 3.4 0 0 0 .255-2.429a3.4 3.4 0 0 0-.665-1.294c-.295-.357-.582-.579-.745-.668a.75.75 0 0 1-.3-1.017m-1.178 2.05a.75.75 0 0 1 1.051-.141a2.6 2.6 0 0 1 .478.491c.188.249.334.525.416.831c.117.437.093.872-.013 1.284l-.052.177a2 2 0 0 1-.048.131a.75.75 0 0 1-1.417-.483l.05-.148q.008-.021.014-.05c.047-.183.058-.371.017-.523a.9.9 0 0 0-.163-.313a1.4 1.4 0 0 0-.158-.176l-.033-.028a.75.75 0 0 1-.142-1.051M2.538 15.412a.75.75 0 0 1 1.344.659l-.095.193a3.54 3.54 0 0 0-.168 2.335c.134.5.363.935.661 1.309c.258.322.51.539.68.652l.067.042a.75.75 0 1 1-.75 1.299c-.315-.182-.745-.527-1.168-1.057a5 5 0 0 1-.939-1.857a5 5 0 0 1 .085-2.914c.1-.3.204-.524.283-.66m2.135 1.346a.75.75 0 0 1 1.418.477l-.049.148l-.013.05a1.1 1.1 0 0 0-.016.524q.043.156.163.316c.06.079.118.14.158.178l.033.028a.75.75 0 0 1-.915 1.188a2.6 2.6 0 0 1-.475-.493a2.4 2.4 0 0 1-.413-.828a2.5 2.5 0 0 1 .01-1.282l.052-.176a2 2 0 0 1 .047-.13"/></svg> </template>
CSS
.icon-phone-shake-24-filled {
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%22M12.338%204.07a2.25%202.25%200%200%201%202.757%201.59l2.758%2010.29a2.25%202.25%200%200%201-1.592%202.756l-4.595%201.23a2.25%202.25%200%200%201-2.755-1.592L6.156%208.058a2.25%202.25%200%200%201%201.59-2.755zm2.35%2011.21a.75.75%200%200%200-.918-.531l-1.932.518l-.096.033a.75.75%200%200%200%20.484%201.415l1.932-.517l.097-.033a.75.75%200%200%200%20.434-.886m3.989-12.887a.75.75%200%200%201%201.018-.3c.319.175.754.51%201.183%201.031c.432.525.765%201.144.956%201.86A4.9%204.9%200%200%201%2021.72%207.9a4%204%200%200%201-.307.68a.75.75%200%200%201-1.328-.69l.047-.09a3.4%203.4%200%200%200%20.255-2.429a3.4%203.4%200%200%200-.665-1.294c-.295-.357-.582-.579-.745-.668a.75.75%200%200%201-.3-1.017m-1.178%202.05a.75.75%200%200%201%201.051-.141a2.6%202.6%200%200%201%20.478.491c.188.249.334.525.416.831c.117.437.093.872-.013%201.284l-.052.177a2%202%200%200%201-.048.131a.75.75%200%200%201-1.417-.483l.05-.148q.008-.021.014-.05c.047-.183.058-.371.017-.523a.9.9%200%200%200-.163-.313a1.4%201.4%200%200%200-.158-.176l-.033-.028a.75.75%200%200%201-.142-1.051M2.538%2015.412a.75.75%200%200%201%201.344.659l-.095.193a3.54%203.54%200%200%200-.168%202.335c.134.5.363.935.661%201.309c.258.322.51.539.68.652l.067.042a.75.75%200%201%201-.75%201.299c-.315-.182-.745-.527-1.168-1.057a5%205%200%200%201-.939-1.857a5%205%200%200%201%20.085-2.914c.1-.3.204-.524.283-.66m2.135%201.346a.75.75%200%200%201%201.418.477l-.049.148l-.013.05a1.1%201.1%200%200%200-.016.524q.043.156.163.316c.06.079.118.14.158.178l.033.028a.75.75%200%200%201-.915%201.188a2.6%202.6%200%200%201-.475-.493a2.4%202.4%200%200%201-.413-.828a2.5%202.5%200%200%201%20.01-1.282l.052-.176a2%202%200%200%201%20.047-.13%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%22M12.338%204.07a2.25%202.25%200%200%201%202.757%201.59l2.758%2010.29a2.25%202.25%200%200%201-1.592%202.756l-4.595%201.23a2.25%202.25%200%200%201-2.755-1.592L6.156%208.058a2.25%202.25%200%200%201%201.59-2.755zm2.35%2011.21a.75.75%200%200%200-.918-.531l-1.932.518l-.096.033a.75.75%200%200%200%20.484%201.415l1.932-.517l.097-.033a.75.75%200%200%200%20.434-.886m3.989-12.887a.75.75%200%200%201%201.018-.3c.319.175.754.51%201.183%201.031c.432.525.765%201.144.956%201.86A4.9%204.9%200%200%201%2021.72%207.9a4%204%200%200%201-.307.68a.75.75%200%200%201-1.328-.69l.047-.09a3.4%203.4%200%200%200%20.255-2.429a3.4%203.4%200%200%200-.665-1.294c-.295-.357-.582-.579-.745-.668a.75.75%200%200%201-.3-1.017m-1.178%202.05a.75.75%200%200%201%201.051-.141a2.6%202.6%200%200%201%20.478.491c.188.249.334.525.416.831c.117.437.093.872-.013%201.284l-.052.177a2%202%200%200%201-.048.131a.75.75%200%200%201-1.417-.483l.05-.148q.008-.021.014-.05c.047-.183.058-.371.017-.523a.9.9%200%200%200-.163-.313a1.4%201.4%200%200%200-.158-.176l-.033-.028a.75.75%200%200%201-.142-1.051M2.538%2015.412a.75.75%200%200%201%201.344.659l-.095.193a3.54%203.54%200%200%200-.168%202.335c.134.5.363.935.661%201.309c.258.322.51.539.68.652l.067.042a.75.75%200%201%201-.75%201.299c-.315-.182-.745-.527-1.168-1.057a5%205%200%200%201-.939-1.857a5%205%200%200%201%20.085-2.914c.1-.3.204-.524.283-.66m2.135%201.346a.75.75%200%200%201%201.418.477l-.049.148l-.013.05a1.1%201.1%200%200%200-.016.524q.043.156.163.316c.06.079.118.14.158.178l.033.028a.75.75%200%200%201-.915%201.188a2.6%202.6%200%200%201-.475-.493a2.4%202.4%200%200%201-.413-.828a2.5%202.5%200%200%201%20.01-1.282l.052-.176a2%202%200%200%201%20.047-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-shake-24-filled.svg?color=%231a73e8&size=48