phone shake icon
phone-shake-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- phone-shake-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M15.371 2.933a.5.5 0 1 1 .5-.866q.208.12.397.26a4.25 4.25 0 0 1 1.237 5.403a.5.5 0 0 1-.884-.467a3.25 3.25 0 0 0-1.25-4.33m-1 1.732a.5.5 0 1 1 .5-.866a2.25 2.25 0 0 1 .912 2.905a.5.5 0 0 1-.905-.426a1.25 1.25 0 0 0-.507-1.613M4.626 17.064a.5.5 0 1 1-.5.866a4.25 4.25 0 0 1-1.634-5.663a.5.5 0 1 1 .884.467a3.25 3.25 0 0 0 1.25 4.33m1-1.732a.5.5 0 1 1-.5.866a2.25 2.25 0 0 1-.912-2.905a.5.5 0 0 1 .905.426a1.25 1.25 0 0 0 .507 1.613m4.546-12.263a1.95 1.95 0 0 1 2.398 1.4l2.365 8.974c.283 1.07-.346 2.19-1.415 2.481L9.832 16.93a1.95 1.95 0 0 1-2.397-1.4L5.07 6.555c-.282-1.07.347-2.19 1.416-2.482zm-.488 11.308a.487.487 0 0 0 .603.354l1.782-.486a.513.513 0 0 0 .361-.616a.487.487 0 0 0-.603-.354l-1.781.485a.513.513 0 0 0-.362.617"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhoneShake20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.371 2.933a.5.5 0 1 1 .5-.866q.208.12.397.26a4.25 4.25 0 0 1 1.237 5.403a.5.5 0 0 1-.884-.467a3.25 3.25 0 0 0-1.25-4.33m-1 1.732a.5.5 0 1 1 .5-.866a2.25 2.25 0 0 1 .912 2.905a.5.5 0 0 1-.905-.426a1.25 1.25 0 0 0-.507-1.613M4.626 17.064a.5.5 0 1 1-.5.866a4.25 4.25 0 0 1-1.634-5.663a.5.5 0 1 1 .884.467a3.25 3.25 0 0 0 1.25 4.33m1-1.732a.5.5 0 1 1-.5.866a2.25 2.25 0 0 1-.912-2.905a.5.5 0 0 1 .905.426a1.25 1.25 0 0 0 .507 1.613m4.546-12.263a1.95 1.95 0 0 1 2.398 1.4l2.365 8.974c.283 1.07-.346 2.19-1.415 2.481L9.832 16.93a1.95 1.95 0 0 1-2.397-1.4L5.07 6.555c-.282-1.07.347-2.19 1.416-2.482zm-.488 11.308a.487.487 0 0 0 .603.354l1.782-.486a.513.513 0 0 0 .361-.616a.487.487 0 0 0-.603-.354l-1.781.485a.513.513 0 0 0-.362.617"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.371 2.933a.5.5 0 1 1 .5-.866q.208.12.397.26a4.25 4.25 0 0 1 1.237 5.403a.5.5 0 0 1-.884-.467a3.25 3.25 0 0 0-1.25-4.33m-1 1.732a.5.5 0 1 1 .5-.866a2.25 2.25 0 0 1 .912 2.905a.5.5 0 0 1-.905-.426a1.25 1.25 0 0 0-.507-1.613M4.626 17.064a.5.5 0 1 1-.5.866a4.25 4.25 0 0 1-1.634-5.663a.5.5 0 1 1 .884.467a3.25 3.25 0 0 0 1.25 4.33m1-1.732a.5.5 0 1 1-.5.866a2.25 2.25 0 0 1-.912-2.905a.5.5 0 0 1 .905.426a1.25 1.25 0 0 0 .507 1.613m4.546-12.263a1.95 1.95 0 0 1 2.398 1.4l2.365 8.974c.283 1.07-.346 2.19-1.415 2.481L9.832 16.93a1.95 1.95 0 0 1-2.397-1.4L5.07 6.555c-.282-1.07.347-2.19 1.416-2.482zm-.488 11.308a.487.487 0 0 0 .603.354l1.782-.486a.513.513 0 0 0 .361-.616a.487.487 0 0 0-.603-.354l-1.781.485a.513.513 0 0 0-.362.617"/></svg> </template>
CSS
.icon-phone-shake-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.371%202.933a.5.5%200%201%201%20.5-.866q.208.12.397.26a4.25%204.25%200%200%201%201.237%205.403a.5.5%200%200%201-.884-.467a3.25%203.25%200%200%200-1.25-4.33m-1%201.732a.5.5%200%201%201%20.5-.866a2.25%202.25%200%200%201%20.912%202.905a.5.5%200%200%201-.905-.426a1.25%201.25%200%200%200-.507-1.613M4.626%2017.064a.5.5%200%201%201-.5.866a4.25%204.25%200%200%201-1.634-5.663a.5.5%200%201%201%20.884.467a3.25%203.25%200%200%200%201.25%204.33m1-1.732a.5.5%200%201%201-.5.866a2.25%202.25%200%200%201-.912-2.905a.5.5%200%200%201%20.905.426a1.25%201.25%200%200%200%20.507%201.613m4.546-12.263a1.95%201.95%200%200%201%202.398%201.4l2.365%208.974c.283%201.07-.346%202.19-1.415%202.481L9.832%2016.93a1.95%201.95%200%200%201-2.397-1.4L5.07%206.555c-.282-1.07.347-2.19%201.416-2.482zm-.488%2011.308a.487.487%200%200%200%20.603.354l1.782-.486a.513.513%200%200%200%20.361-.616a.487.487%200%200%200-.603-.354l-1.781.485a.513.513%200%200%200-.362.617%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.371%202.933a.5.5%200%201%201%20.5-.866q.208.12.397.26a4.25%204.25%200%200%201%201.237%205.403a.5.5%200%200%201-.884-.467a3.25%203.25%200%200%200-1.25-4.33m-1%201.732a.5.5%200%201%201%20.5-.866a2.25%202.25%200%200%201%20.912%202.905a.5.5%200%200%201-.905-.426a1.25%201.25%200%200%200-.507-1.613M4.626%2017.064a.5.5%200%201%201-.5.866a4.25%204.25%200%200%201-1.634-5.663a.5.5%200%201%201%20.884.467a3.25%203.25%200%200%200%201.25%204.33m1-1.732a.5.5%200%201%201-.5.866a2.25%202.25%200%200%201-.912-2.905a.5.5%200%200%201%20.905.426a1.25%201.25%200%200%200%20.507%201.613m4.546-12.263a1.95%201.95%200%200%201%202.398%201.4l2.365%208.974c.283%201.07-.346%202.19-1.415%202.481L9.832%2016.93a1.95%201.95%200%200%201-2.397-1.4L5.07%206.555c-.282-1.07.347-2.19%201.416-2.482zm-.488%2011.308a.487.487%200%200%200%20.603.354l1.782-.486a.513.513%200%200%200%20.361-.616a.487.487%200%200%200-.603-.354l-1.781.485a.513.513%200%200%200-.362.617%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-shake-20-filled.svg?color=%231a73e8&size=48