phone-vibrate-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
phone-vibrate-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

Use the phone vibrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm-2.5 16h-2.5a.75.75 0 0 0-.103 1.493l.102.007h2.5a.75.75 0 0 0 0-1.5m6.878-10.428a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.582 1.457a1 1 0 0 1-1.807.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123l-.583-1.457a1 1 0 0 1 .557-1.3m-17.5 0a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.583 1.457a1 1 0 0 1-1.808.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123L2.07 8.87a1 1 0 0 1 .557-1.3"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneVibrate24Filled(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="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm-2.5 16h-2.5a.75.75 0 0 0-.103 1.493l.102.007h2.5a.75.75 0 0 0 0-1.5m6.878-10.428a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.582 1.457a1 1 0 0 1-1.807.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123l-.583-1.457a1 1 0 0 1 .557-1.3m-17.5 0a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.583 1.457a1 1 0 0 1-1.808.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123L2.07 8.87a1 1 0 0 1 .557-1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v15.5A2.25 2.25 0 0 1 15.75 22h-7.5A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zm-2.5 16h-2.5a.75.75 0 0 0-.103 1.493l.102.007h2.5a.75.75 0 0 0 0-1.5m6.878-10.428a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.582 1.457a1 1 0 0 1-1.807.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123l-.583-1.457a1 1 0 0 1 .557-1.3m-17.5 0a1 1 0 0 1 1.25.45l.05.107l.582 1.456a3 3 0 0 1-.266 2.743l-.12.171l-.15.202a1 1 0 0 0-.17.848l.041.123l.583 1.457a1 1 0 0 1-1.808.848l-.05-.106l-.582-1.456a3 3 0 0 1 .266-2.743l.12-.171l.15-.202a1 1 0 0 0 .17-.848l-.04-.123L2.07 8.87a1 1 0 0 1 .557-1.3"/></svg>
</template>

CSS

.icon-phone-vibrate-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%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v15.5A2.25%202.25%200%200%201%2015.75%2022h-7.5A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zm-2.5%2016h-2.5a.75.75%200%200%200-.103%201.493l.102.007h2.5a.75.75%200%200%200%200-1.5m6.878-10.428a1%201%200%200%201%201.25.45l.05.107l.582%201.456a3%203%200%200%201-.266%202.743l-.12.171l-.15.202a1%201%200%200%200-.17.848l.041.123l.582%201.457a1%201%200%200%201-1.807.848l-.05-.106l-.582-1.456a3%203%200%200%201%20.266-2.743l.12-.171l.15-.202a1%201%200%200%200%20.17-.848l-.04-.123l-.583-1.457a1%201%200%200%201%20.557-1.3m-17.5%200a1%201%200%200%201%201.25.45l.05.107l.582%201.456a3%203%200%200%201-.266%202.743l-.12.171l-.15.202a1%201%200%200%200-.17.848l.041.123l.583%201.457a1%201%200%200%201-1.808.848l-.05-.106l-.582-1.456a3%203%200%200%201%20.266-2.743l.12-.171l.15-.202a1%201%200%200%200%20.17-.848l-.04-.123L2.07%208.87a1%201%200%200%201%20.557-1.3%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%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v15.5A2.25%202.25%200%200%201%2015.75%2022h-7.5A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zm-2.5%2016h-2.5a.75.75%200%200%200-.103%201.493l.102.007h2.5a.75.75%200%200%200%200-1.5m6.878-10.428a1%201%200%200%201%201.25.45l.05.107l.582%201.456a3%203%200%200%201-.266%202.743l-.12.171l-.15.202a1%201%200%200%200-.17.848l.041.123l.582%201.457a1%201%200%200%201-1.807.848l-.05-.106l-.582-1.456a3%203%200%200%201%20.266-2.743l.12-.171l.15-.202a1%201%200%200%200%20.17-.848l-.04-.123l-.583-1.457a1%201%200%200%201%20.557-1.3m-17.5%200a1%201%200%200%201%201.25.45l.05.107l.582%201.456a3%203%200%200%201-.266%202.743l-.12.171l-.15.202a1%201%200%200%200-.17.848l.041.123l.583%201.457a1%201%200%200%201-1.808.848l-.05-.106l-.582-1.456a3%203%200%200%201%20.266-2.743l.12-.171l.15-.202a1%201%200%200%200%20.17-.848l-.04-.123L2.07%208.87a1%201%200%200%201%20.557-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-vibrate-24-filled.svg?color=%231a73e8&size=48