dual screen vibrate icon
dual-screen-vibrate-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- dual-screen-vibrate-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
dual-screen-20-filleddual-screen-add-20-filleddual-screen-arrow-right-20-filleddual-screen-arrow-up-20-filleddual-screen-clock-20-filleddual-screen-closed-alert-20-filleddual-screen-desktop-20-filleddual-screen-dismiss-20-filleddual-screen-group-20-filleddual-screen-header-20-filleddual-screen-lock-20-filleddual-screen-mirror-20-filleddual-screen-pagination-20-filleddual-screen-settings-20-filleddual-screen-span-20-filleddual-screen-speaker-20-filleddual-screen-status-bar-20-filleddual-screen-tablet-20-filleddual-screen-update-20-filleddual-screen-vertical-scroll-20-filled
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="M16.75 5.996a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.504a1.75 1.75 0 0 1-1.607 1.744l-.143.006H7.249a1.75 1.75 0 0 1-1.744-1.607l-.006-.143V7.746a1.75 1.75 0 0 1 1.607-1.744l.143-.006zm-5.25 1.5H7.25a.25.25 0 0 0-.244.193l-.007.057v9.504a.25.25 0 0 0 .193.243l.057.007H11.5zm5.25 0H12.5V17.5h4.25a.25.25 0 0 0 .244-.192l.007-.057V7.746a.25.25 0 0 0-.193-.243zm-1.5 7.51a.75.75 0 0 1 .102 1.494l-.102.006h-1a.75.75 0 0 1-.102-1.493l.102-.006zm-5.5 0a.75.75 0 0 1 .1 1.494l-.102.006H8.75a.75.75 0 0 1-.102-1.493l.102-.006zm11.366-6.968l.06.091l.045.092l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.157l-.151.201a1.25 1.25 0 0 0-.207 1.078l.046.137l.583 1.456a.75.75 0 0 1-1.349.65l-.044-.093l-.583-1.456a2.75 2.75 0 0 1 .244-2.515l.11-.157l.151-.201a1.25 1.25 0 0 0 .206-1.078l-.045-.136l-.583-1.457a.75.75 0 0 1 1.288-.74m-17.549 0l.06.091l.045.092l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.157l-.151.201a1.25 1.25 0 0 0-.206 1.078l.045.136l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.456a2.75 2.75 0 0 1 .244-2.515l.109-.157l.151-.201a1.25 1.25 0 0 0 .207-1.078l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenVibrate24Regular(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="M16.75 5.996a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.504a1.75 1.75 0 0 1-1.607 1.744l-.143.006H7.249a1.75 1.75 0 0 1-1.744-1.607l-.006-.143V7.746a1.75 1.75 0 0 1 1.607-1.744l.143-.006zm-5.25 1.5H7.25a.25.25 0 0 0-.244.193l-.007.057v9.504a.25.25 0 0 0 .193.243l.057.007H11.5zm5.25 0H12.5V17.5h4.25a.25.25 0 0 0 .244-.192l.007-.057V7.746a.25.25 0 0 0-.193-.243zm-1.5 7.51a.75.75 0 0 1 .102 1.494l-.102.006h-1a.75.75 0 0 1-.102-1.493l.102-.006zm-5.5 0a.75.75 0 0 1 .1 1.494l-.102.006H8.75a.75.75 0 0 1-.102-1.493l.102-.006zm11.366-6.968l.06.091l.045.092l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.157l-.151.201a1.25 1.25 0 0 0-.207 1.078l.046.137l.583 1.456a.75.75 0 0 1-1.349.65l-.044-.093l-.583-1.456a2.75 2.75 0 0 1 .244-2.515l.11-.157l.151-.201a1.25 1.25 0 0 0 .206-1.078l-.045-.136l-.583-1.457a.75.75 0 0 1 1.288-.74m-17.549 0l.06.091l.045.092l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.157l-.151.201a1.25 1.25 0 0 0-.206 1.078l.045.136l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.456a2.75 2.75 0 0 1 .244-2.515l.109-.157l.151-.201a1.25 1.25 0 0 0 .207-1.078l-.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="M16.75 5.996a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.504a1.75 1.75 0 0 1-1.607 1.744l-.143.006H7.249a1.75 1.75 0 0 1-1.744-1.607l-.006-.143V7.746a1.75 1.75 0 0 1 1.607-1.744l.143-.006zm-5.25 1.5H7.25a.25.25 0 0 0-.244.193l-.007.057v9.504a.25.25 0 0 0 .193.243l.057.007H11.5zm5.25 0H12.5V17.5h4.25a.25.25 0 0 0 .244-.192l.007-.057V7.746a.25.25 0 0 0-.193-.243zm-1.5 7.51a.75.75 0 0 1 .102 1.494l-.102.006h-1a.75.75 0 0 1-.102-1.493l.102-.006zm-5.5 0a.75.75 0 0 1 .1 1.494l-.102.006H8.75a.75.75 0 0 1-.102-1.493l.102-.006zm11.366-6.968l.06.091l.045.092l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.157l-.151.201a1.25 1.25 0 0 0-.207 1.078l.046.137l.583 1.456a.75.75 0 0 1-1.349.65l-.044-.093l-.583-1.456a2.75 2.75 0 0 1 .244-2.515l.11-.157l.151-.201a1.25 1.25 0 0 0 .206-1.078l-.045-.136l-.583-1.457a.75.75 0 0 1 1.288-.74m-17.549 0l.06.091l.045.092l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.157l-.151.201a1.25 1.25 0 0 0-.206 1.078l.045.136l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.456a2.75 2.75 0 0 1 .244-2.515l.109-.157l.151-.201a1.25 1.25 0 0 0 .207-1.078l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74"/></svg> </template>
CSS
.icon-dual-screen-vibrate-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%22M16.75%205.996a1.75%201.75%200%200%201%201.745%201.607l.006.143v9.504a1.75%201.75%200%200%201-1.607%201.744l-.143.006H7.249a1.75%201.75%200%200%201-1.744-1.607l-.006-.143V7.746a1.75%201.75%200%200%201%201.607-1.744l.143-.006zm-5.25%201.5H7.25a.25.25%200%200%200-.244.193l-.007.057v9.504a.25.25%200%200%200%20.193.243l.057.007H11.5zm5.25%200H12.5V17.5h4.25a.25.25%200%200%200%20.244-.192l.007-.057V7.746a.25.25%200%200%200-.193-.243zm-1.5%207.51a.75.75%200%200%201%20.102%201.494l-.102.006h-1a.75.75%200%200%201-.102-1.493l.102-.006zm-5.5%200a.75.75%200%200%201%20.1%201.494l-.102.006H8.75a.75.75%200%200%201-.102-1.493l.102-.006zm11.366-6.968l.06.091l.045.092l.582%201.456a2.75%202.75%200%200%201-.244%202.515l-.109.157l-.151.201a1.25%201.25%200%200%200-.207%201.078l.046.137l.583%201.456a.75.75%200%200%201-1.349.65l-.044-.093l-.583-1.456a2.75%202.75%200%200%201%20.244-2.515l.11-.157l.151-.201a1.25%201.25%200%200%200%20.206-1.078l-.045-.136l-.583-1.457a.75.75%200%200%201%201.288-.74m-17.549%200l.06.091l.045.092l.583%201.456a2.75%202.75%200%200%201-.244%202.515l-.11.157l-.151.201a1.25%201.25%200%200%200-.206%201.078l.045.136l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.582-1.456a2.75%202.75%200%200%201%20.244-2.515l.109-.157l.151-.201a1.25%201.25%200%200%200%20.207-1.078l-.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%22M16.75%205.996a1.75%201.75%200%200%201%201.745%201.607l.006.143v9.504a1.75%201.75%200%200%201-1.607%201.744l-.143.006H7.249a1.75%201.75%200%200%201-1.744-1.607l-.006-.143V7.746a1.75%201.75%200%200%201%201.607-1.744l.143-.006zm-5.25%201.5H7.25a.25.25%200%200%200-.244.193l-.007.057v9.504a.25.25%200%200%200%20.193.243l.057.007H11.5zm5.25%200H12.5V17.5h4.25a.25.25%200%200%200%20.244-.192l.007-.057V7.746a.25.25%200%200%200-.193-.243zm-1.5%207.51a.75.75%200%200%201%20.102%201.494l-.102.006h-1a.75.75%200%200%201-.102-1.493l.102-.006zm-5.5%200a.75.75%200%200%201%20.1%201.494l-.102.006H8.75a.75.75%200%200%201-.102-1.493l.102-.006zm11.366-6.968l.06.091l.045.092l.582%201.456a2.75%202.75%200%200%201-.244%202.515l-.109.157l-.151.201a1.25%201.25%200%200%200-.207%201.078l.046.137l.583%201.456a.75.75%200%200%201-1.349.65l-.044-.093l-.583-1.456a2.75%202.75%200%200%201%20.244-2.515l.11-.157l.151-.201a1.25%201.25%200%200%200%20.206-1.078l-.045-.136l-.583-1.457a.75.75%200%200%201%201.288-.74m-17.549%200l.06.091l.045.092l.583%201.456a2.75%202.75%200%200%201-.244%202.515l-.11.157l-.151.201a1.25%201.25%200%200%200-.206%201.078l.045.136l.583%201.457a.75.75%200%200%201-1.349.649l-.044-.092l-.582-1.456a2.75%202.75%200%200%201%20.244-2.515l.109-.157l.151-.201a1.25%201.25%200%200%200%20.207-1.078l-.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-regular.svg?color=%231a73e8&size=48