dual screen vibrate icon

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

Name
dual-screen-vibrate-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the dual screen vibrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 5.998v13l-4.25.001a1.75 1.75 0 0 1-1.745-1.606l-.006-.144v-9.5a1.75 1.75 0 0 1 1.607-1.744l.143-.006zM16.75 6a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-4.252-.001v-13zm-1.5 9.5h-1l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1l.102-.007a.75.75 0 0 0-.102-1.493m-5.5 0h-1l-.102.007a.75.75 0 0 0 0 1.486L8.75 17h1l.101-.007A.75.75 0 0 0 9.75 15.5m11.366-7.461l.06.09l.045.093l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.156l-.151.202a1.25 1.25 0 0 0-.207 1.077l.046.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.583-1.457a2.75 2.75 0 0 1 .244-2.514l.11-.157l.151-.202a1.25 1.25 0 0 0 .206-1.077l-.045-.137l-.583-1.456a.75.75 0 0 1 1.288-.74m-17.549 0l.06.09l.045.093l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.156l-.151.202a1.25 1.25 0 0 0-.206 1.077l.045.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.457a2.75 2.75 0 0 1 .244-2.514l.109-.157l.151-.202a1.25 1.25 0 0 0 .207-1.077l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74"/></svg>

React

import type { SVGProps } from "react";

export function FluentDualScreenVibrate24Filled(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="M11.5 5.998v13l-4.25.001a1.75 1.75 0 0 1-1.745-1.606l-.006-.144v-9.5a1.75 1.75 0 0 1 1.607-1.744l.143-.006zM16.75 6a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-4.252-.001v-13zm-1.5 9.5h-1l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1l.102-.007a.75.75 0 0 0-.102-1.493m-5.5 0h-1l-.102.007a.75.75 0 0 0 0 1.486L8.75 17h1l.101-.007A.75.75 0 0 0 9.75 15.5m11.366-7.461l.06.09l.045.093l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.156l-.151.202a1.25 1.25 0 0 0-.207 1.077l.046.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.583-1.457a2.75 2.75 0 0 1 .244-2.514l.11-.157l.151-.202a1.25 1.25 0 0 0 .206-1.077l-.045-.137l-.583-1.456a.75.75 0 0 1 1.288-.74m-17.549 0l.06.09l.045.093l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.156l-.151.202a1.25 1.25 0 0 0-.206 1.077l.045.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.457a2.75 2.75 0 0 1 .244-2.514l.109-.157l.151-.202a1.25 1.25 0 0 0 .207-1.077l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 5.998v13l-4.25.001a1.75 1.75 0 0 1-1.745-1.606l-.006-.144v-9.5a1.75 1.75 0 0 1 1.607-1.744l.143-.006zM16.75 6a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-4.252-.001v-13zm-1.5 9.5h-1l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1l.102-.007a.75.75 0 0 0-.102-1.493m-5.5 0h-1l-.102.007a.75.75 0 0 0 0 1.486L8.75 17h1l.101-.007A.75.75 0 0 0 9.75 15.5m11.366-7.461l.06.09l.045.093l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.156l-.151.202a1.25 1.25 0 0 0-.207 1.077l.046.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.583-1.457a2.75 2.75 0 0 1 .244-2.514l.11-.157l.151-.202a1.25 1.25 0 0 0 .206-1.077l-.045-.137l-.583-1.456a.75.75 0 0 1 1.288-.74m-17.549 0l.06.09l.045.093l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.156l-.151.202a1.25 1.25 0 0 0-.206 1.077l.045.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.457a2.75 2.75 0 0 1 .244-2.514l.109-.157l.151-.202a1.25 1.25 0 0 0 .207-1.077l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74"/></svg>
</template>

CSS

.icon-dual-screen-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%22M11.5%205.998v13l-4.25.001a1.75%201.75%200%200%201-1.745-1.606l-.006-.144v-9.5a1.75%201.75%200%200%201%201.607-1.744l.143-.006zM16.75%206a1.75%201.75%200%200%201%201.745%201.607l.006.143v9.5a1.75%201.75%200%200%201-1.607%201.744l-.143.006l-4.252-.001v-13zm-1.5%209.5h-1l-.102.007a.75.75%200%200%200%200%201.486l.102.007h1l.102-.007a.75.75%200%200%200-.102-1.493m-5.5%200h-1l-.102.007a.75.75%200%200%200%200%201.486L8.75%2017h1l.101-.007A.75.75%200%200%200%209.75%2015.5m11.366-7.461l.06.09l.045.093l.582%201.456a2.75%202.75%200%200%201-.244%202.515l-.109.156l-.151.202a1.25%201.25%200%200%200-.207%201.077l.046.137l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.583-1.457a2.75%202.75%200%200%201%20.244-2.514l.11-.157l.151-.202a1.25%201.25%200%200%200%20.206-1.077l-.045-.137l-.583-1.456a.75.75%200%200%201%201.288-.74m-17.549%200l.06.09l.045.093l.583%201.456a2.75%202.75%200%200%201-.244%202.515l-.11.156l-.151.202a1.25%201.25%200%200%200-.206%201.077l.045.137l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.582-1.457a2.75%202.75%200%200%201%20.244-2.514l.109-.157l.151-.202a1.25%201.25%200%200%200%20.207-1.077l-.046-.137l-.583-1.456a.75.75%200%200%201%201.288-.74%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%22M11.5%205.998v13l-4.25.001a1.75%201.75%200%200%201-1.745-1.606l-.006-.144v-9.5a1.75%201.75%200%200%201%201.607-1.744l.143-.006zM16.75%206a1.75%201.75%200%200%201%201.745%201.607l.006.143v9.5a1.75%201.75%200%200%201-1.607%201.744l-.143.006l-4.252-.001v-13zm-1.5%209.5h-1l-.102.007a.75.75%200%200%200%200%201.486l.102.007h1l.102-.007a.75.75%200%200%200-.102-1.493m-5.5%200h-1l-.102.007a.75.75%200%200%200%200%201.486L8.75%2017h1l.101-.007A.75.75%200%200%200%209.75%2015.5m11.366-7.461l.06.09l.045.093l.582%201.456a2.75%202.75%200%200%201-.244%202.515l-.109.156l-.151.202a1.25%201.25%200%200%200-.207%201.077l.046.137l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.583-1.457a2.75%202.75%200%200%201%20.244-2.514l.11-.157l.151-.202a1.25%201.25%200%200%200%20.206-1.077l-.045-.137l-.583-1.456a.75.75%200%200%201%201.288-.74m-17.549%200l.06.09l.045.093l.583%201.456a2.75%202.75%200%200%201-.244%202.515l-.11.156l-.151.202a1.25%201.25%200%200%200-.206%201.077l.045.137l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.582-1.457a2.75%202.75%200%200%201%20.244-2.514l.109-.157l.151-.202a1.25%201.25%200%200%200%20.207-1.077l-.046-.137l-.583-1.456a.75.75%200%200%201%201.288-.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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