phone-shake-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
phone-shake-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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

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="M18.677 2.393a.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.9a3.7 3.7 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-.666-1.294c-.294-.357-.581-.579-.744-.668a.75.75 0 0 1-.3-1.017m-3.988 12.886a.75.75 0 0 0-.919-.53l-1.932.518l-.096.032a.75.75 0 0 0 .484 1.416l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m.406-9.618a2.25 2.25 0 0 0-2.757-1.59L7.746 5.302a2.25 2.25 0 0 0-1.59 2.755l2.755 10.286a2.25 2.25 0 0 0 2.755 1.592l4.595-1.23a2.25 2.25 0 0 0 1.592-2.756zm-2.368-.142a.75.75 0 0 1 .92.53l2.757 10.29a.75.75 0 0 1-.53.918l-4.596 1.23a.75.75 0 0 1-.919-.53L7.605 7.67a.75.75 0 0 1 .53-.918zm5.823-1.217a.75.75 0 1 0-.909 1.193l.033.028c.04.037.099.098.158.176a.9.9 0 0 1 .163.313a1.07 1.07 0 0 1-.03.573l-.05.148a.75.75 0 0 0 1.416.483a2 2 0 0 0 .048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.4 2.4 0 0 0-.416-.83a2.6 2.6 0 0 0-.478-.492M2.538 15.412a.75.75 0 0 1 1.344.658l-.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-.66m3.115.939a.75.75 0 0 0-.98.406q-.021.052-.047.13l-.051.176c-.104.41-.128.846-.01 1.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75 0 0 0 .915-1.188l-.033-.029a1.4 1.4 0 0 1-.158-.177a1 1 0 0 1-.163-.316a1.1 1.1 0 0 1 .03-.574l.048-.148a.75.75 0 0 0-.438-.883"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneShake24Regular(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="M18.677 2.393a.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.9a3.7 3.7 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-.666-1.294c-.294-.357-.581-.579-.744-.668a.75.75 0 0 1-.3-1.017m-3.988 12.886a.75.75 0 0 0-.919-.53l-1.932.518l-.096.032a.75.75 0 0 0 .484 1.416l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m.406-9.618a2.25 2.25 0 0 0-2.757-1.59L7.746 5.302a2.25 2.25 0 0 0-1.59 2.755l2.755 10.286a2.25 2.25 0 0 0 2.755 1.592l4.595-1.23a2.25 2.25 0 0 0 1.592-2.756zm-2.368-.142a.75.75 0 0 1 .92.53l2.757 10.29a.75.75 0 0 1-.53.918l-4.596 1.23a.75.75 0 0 1-.919-.53L7.605 7.67a.75.75 0 0 1 .53-.918zm5.823-1.217a.75.75 0 1 0-.909 1.193l.033.028c.04.037.099.098.158.176a.9.9 0 0 1 .163.313a1.07 1.07 0 0 1-.03.573l-.05.148a.75.75 0 0 0 1.416.483a2 2 0 0 0 .048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.4 2.4 0 0 0-.416-.83a2.6 2.6 0 0 0-.478-.492M2.538 15.412a.75.75 0 0 1 1.344.658l-.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-.66m3.115.939a.75.75 0 0 0-.98.406q-.021.052-.047.13l-.051.176c-.104.41-.128.846-.01 1.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75 0 0 0 .915-1.188l-.033-.029a1.4 1.4 0 0 1-.158-.177a1 1 0 0 1-.163-.316a1.1 1.1 0 0 1 .03-.574l.048-.148a.75.75 0 0 0-.438-.883"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.677 2.393a.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.9a3.7 3.7 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-.666-1.294c-.294-.357-.581-.579-.744-.668a.75.75 0 0 1-.3-1.017m-3.988 12.886a.75.75 0 0 0-.919-.53l-1.932.518l-.096.032a.75.75 0 0 0 .484 1.416l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886m.406-9.618a2.25 2.25 0 0 0-2.757-1.59L7.746 5.302a2.25 2.25 0 0 0-1.59 2.755l2.755 10.286a2.25 2.25 0 0 0 2.755 1.592l4.595-1.23a2.25 2.25 0 0 0 1.592-2.756zm-2.368-.142a.75.75 0 0 1 .92.53l2.757 10.29a.75.75 0 0 1-.53.918l-4.596 1.23a.75.75 0 0 1-.919-.53L7.605 7.67a.75.75 0 0 1 .53-.918zm5.823-1.217a.75.75 0 1 0-.909 1.193l.033.028c.04.037.099.098.158.176a.9.9 0 0 1 .163.313a1.07 1.07 0 0 1-.03.573l-.05.148a.75.75 0 0 0 1.416.483a2 2 0 0 0 .048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.4 2.4 0 0 0-.416-.83a2.6 2.6 0 0 0-.478-.492M2.538 15.412a.75.75 0 0 1 1.344.658l-.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-.66m3.115.939a.75.75 0 0 0-.98.406q-.021.052-.047.13l-.051.176c-.104.41-.128.846-.01 1.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75 0 0 0 .915-1.188l-.033-.029a1.4 1.4 0 0 1-.158-.177a1 1 0 0 1-.163-.316a1.1 1.1 0 0 1 .03-.574l.048-.148a.75.75 0 0 0-.438-.883"/></svg>
</template>

CSS

.icon-phone-shake-24-regular {
  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%22M18.677%202.393a.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.9a3.7%203.7%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-.666-1.294c-.294-.357-.581-.579-.744-.668a.75.75%200%200%201-.3-1.017m-3.988%2012.886a.75.75%200%200%200-.919-.53l-1.932.518l-.096.032a.75.75%200%200%200%20.484%201.416l1.932-.517l.097-.033a.75.75%200%200%200%20.434-.886m.406-9.618a2.25%202.25%200%200%200-2.757-1.59L7.746%205.302a2.25%202.25%200%200%200-1.59%202.755l2.755%2010.286a2.25%202.25%200%200%200%202.755%201.592l4.595-1.23a2.25%202.25%200%200%200%201.592-2.756zm-2.368-.142a.75.75%200%200%201%20.92.53l2.757%2010.29a.75.75%200%200%201-.53.918l-4.596%201.23a.75.75%200%200%201-.919-.53L7.605%207.67a.75.75%200%200%201%20.53-.918zm5.823-1.217a.75.75%200%201%200-.909%201.193l.033.028c.04.037.099.098.158.176a.9.9%200%200%201%20.163.313a1.07%201.07%200%200%201-.03.573l-.05.148a.75.75%200%200%200%201.416.483a2%202%200%200%200%20.048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.4%202.4%200%200%200-.416-.83a2.6%202.6%200%200%200-.478-.492M2.538%2015.412a.75.75%200%200%201%201.344.658l-.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-.66m3.115.939a.75.75%200%200%200-.98.406q-.021.052-.047.13l-.051.176c-.104.41-.128.846-.01%201.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75%200%200%200%20.915-1.188l-.033-.029a1.4%201.4%200%200%201-.158-.177a1%201%200%200%201-.163-.316a1.1%201.1%200%200%201%20.03-.574l.048-.148a.75.75%200%200%200-.438-.883%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%22M18.677%202.393a.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.9a3.7%203.7%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-.666-1.294c-.294-.357-.581-.579-.744-.668a.75.75%200%200%201-.3-1.017m-3.988%2012.886a.75.75%200%200%200-.919-.53l-1.932.518l-.096.032a.75.75%200%200%200%20.484%201.416l1.932-.517l.097-.033a.75.75%200%200%200%20.434-.886m.406-9.618a2.25%202.25%200%200%200-2.757-1.59L7.746%205.302a2.25%202.25%200%200%200-1.59%202.755l2.755%2010.286a2.25%202.25%200%200%200%202.755%201.592l4.595-1.23a2.25%202.25%200%200%200%201.592-2.756zm-2.368-.142a.75.75%200%200%201%20.92.53l2.757%2010.29a.75.75%200%200%201-.53.918l-4.596%201.23a.75.75%200%200%201-.919-.53L7.605%207.67a.75.75%200%200%201%20.53-.918zm5.823-1.217a.75.75%200%201%200-.909%201.193l.033.028c.04.037.099.098.158.176a.9.9%200%200%201%20.163.313a1.07%201.07%200%200%201-.03.573l-.05.148a.75.75%200%200%200%201.416.483a2%202%200%200%200%20.048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.4%202.4%200%200%200-.416-.83a2.6%202.6%200%200%200-.478-.492M2.538%2015.412a.75.75%200%200%201%201.344.658l-.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-.66m3.115.939a.75.75%200%200%200-.98.406q-.021.052-.047.13l-.051.176c-.104.41-.128.846-.01%201.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75%200%200%200%20.915-1.188l-.033-.029a1.4%201.4%200%200%201-.158-.177a1%201%200%200%201-.163-.316a1.1%201.1%200%200%201%20.03-.574l.048-.148a.75.75%200%200%200-.438-.883%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-regular.svg?color=%231a73e8&size=48