vibration mode emoji
vibration-mode from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- vibration-mode
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the vibration mode emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M10 9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm10.219.594h-8.375a.25.25 0 0 0-.25.25v12.344c0 .138.112.25.25.25h8.375a.25.25 0 0 0 .25-.25V9.844a.25.25 0 0 0-.25-.25m-13.559.495a.5.5 0 0 1 .093.7a8.3 8.3 0 0 0-1.706 5.055a8.3 8.3 0 0 0 1.942 5.349a.5.5 0 0 1-.766.642a9.3 9.3 0 0 1-2.176-5.991c0-2.128.712-4.091 1.911-5.661a.5.5 0 0 1 .701-.094M8.7 13.107a.5.5 0 0 1 .094.7a3.48 3.48 0 0 0-.716 2.122c0 .856.306 1.638.816 2.246a.5.5 0 0 1-.767.642a4.48 4.48 0 0 1-1.049-2.888c0-1.025.344-1.972.922-2.729a.5.5 0 0 1 .7-.093m14.563.7a.5.5 0 1 1 .795-.607c.578.757.921 1.704.921 2.73a4.48 4.48 0 0 1-1.049 2.887a.5.5 0 0 1-.766-.642c.509-.608.815-1.39.815-2.246c0-.798-.267-1.533-.716-2.122m2.135-3.718a.5.5 0 0 0-.094.7a8.3 8.3 0 0 1 1.706 5.055a8.3 8.3 0 0 1-1.942 5.349a.5.5 0 0 0 .766.642a9.3 9.3 0 0 0 2.176-5.991a9.3 9.3 0 0 0-1.911-5.661a.5.5 0 0 0-.7-.094"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatVibrationMode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M10 9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm10.219.594h-8.375a.25.25 0 0 0-.25.25v12.344c0 .138.112.25.25.25h8.375a.25.25 0 0 0 .25-.25V9.844a.25.25 0 0 0-.25-.25m-13.559.495a.5.5 0 0 1 .093.7a8.3 8.3 0 0 0-1.706 5.055a8.3 8.3 0 0 0 1.942 5.349a.5.5 0 0 1-.766.642a9.3 9.3 0 0 1-2.176-5.991c0-2.128.712-4.091 1.911-5.661a.5.5 0 0 1 .701-.094M8.7 13.107a.5.5 0 0 1 .094.7a3.48 3.48 0 0 0-.716 2.122c0 .856.306 1.638.816 2.246a.5.5 0 0 1-.767.642a4.48 4.48 0 0 1-1.049-2.888c0-1.025.344-1.972.922-2.729a.5.5 0 0 1 .7-.093m14.563.7a.5.5 0 1 1 .795-.607c.578.757.921 1.704.921 2.73a4.48 4.48 0 0 1-1.049 2.887a.5.5 0 0 1-.766-.642c.509-.608.815-1.39.815-2.246c0-.798-.267-1.533-.716-2.122m2.135-3.718a.5.5 0 0 0-.094.7a8.3 8.3 0 0 1 1.706 5.055a8.3 8.3 0 0 1-1.942 5.349a.5.5 0 0 0 .766.642a9.3 9.3 0 0 0 2.176-5.991a9.3 9.3 0 0 0-1.911-5.661a.5.5 0 0 0-.7-.094"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff9f2e" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M10 9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm10.219.594h-8.375a.25.25 0 0 0-.25.25v12.344c0 .138.112.25.25.25h8.375a.25.25 0 0 0 .25-.25V9.844a.25.25 0 0 0-.25-.25m-13.559.495a.5.5 0 0 1 .093.7a8.3 8.3 0 0 0-1.706 5.055a8.3 8.3 0 0 0 1.942 5.349a.5.5 0 0 1-.766.642a9.3 9.3 0 0 1-2.176-5.991c0-2.128.712-4.091 1.911-5.661a.5.5 0 0 1 .701-.094M8.7 13.107a.5.5 0 0 1 .094.7a3.48 3.48 0 0 0-.716 2.122c0 .856.306 1.638.816 2.246a.5.5 0 0 1-.767.642a4.48 4.48 0 0 1-1.049-2.888c0-1.025.344-1.972.922-2.729a.5.5 0 0 1 .7-.093m14.563.7a.5.5 0 1 1 .795-.607c.578.757.921 1.704.921 2.73a4.48 4.48 0 0 1-1.049 2.887a.5.5 0 0 1-.766-.642c.509-.608.815-1.39.815-2.246c0-.798-.267-1.533-.716-2.122m2.135-3.718a.5.5 0 0 0-.094.7a8.3 8.3 0 0 1 1.706 5.055a8.3 8.3 0 0 1-1.942 5.349a.5.5 0 0 0 .766.642a9.3 9.3 0 0 0 2.176-5.991a9.3 9.3 0 0 0-1.911-5.661a.5.5 0 0 0-.7-.094"/></g></svg> </template>
CSS
.icon-vibration-mode {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff9f2e%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%209a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-8a2%202%200%200%201-2-2zm10.219.594h-8.375a.25.25%200%200%200-.25.25v12.344c0%20.138.112.25.25.25h8.375a.25.25%200%200%200%20.25-.25V9.844a.25.25%200%200%200-.25-.25m-13.559.495a.5.5%200%200%201%20.093.7a8.3%208.3%200%200%200-1.706%205.055a8.3%208.3%200%200%200%201.942%205.349a.5.5%200%200%201-.766.642a9.3%209.3%200%200%201-2.176-5.991c0-2.128.712-4.091%201.911-5.661a.5.5%200%200%201%20.701-.094M8.7%2013.107a.5.5%200%200%201%20.094.7a3.48%203.48%200%200%200-.716%202.122c0%20.856.306%201.638.816%202.246a.5.5%200%200%201-.767.642a4.48%204.48%200%200%201-1.049-2.888c0-1.025.344-1.972.922-2.729a.5.5%200%200%201%20.7-.093m14.563.7a.5.5%200%201%201%20.795-.607c.578.757.921%201.704.921%202.73a4.48%204.48%200%200%201-1.049%202.887a.5.5%200%200%201-.766-.642c.509-.608.815-1.39.815-2.246c0-.798-.267-1.533-.716-2.122m2.135-3.718a.5.5%200%200%200-.094.7a8.3%208.3%200%200%201%201.706%205.055a8.3%208.3%200%200%201-1.942%205.349a.5.5%200%200%200%20.766.642a9.3%209.3%200%200%200%202.176-5.991a9.3%209.3%200%200%200-1.911-5.661a.5.5%200%200%200-.7-.094%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff9f2e%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%209a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-8a2%202%200%200%201-2-2zm10.219.594h-8.375a.25.25%200%200%200-.25.25v12.344c0%20.138.112.25.25.25h8.375a.25.25%200%200%200%20.25-.25V9.844a.25.25%200%200%200-.25-.25m-13.559.495a.5.5%200%200%201%20.093.7a8.3%208.3%200%200%200-1.706%205.055a8.3%208.3%200%200%200%201.942%205.349a.5.5%200%200%201-.766.642a9.3%209.3%200%200%201-2.176-5.991c0-2.128.712-4.091%201.911-5.661a.5.5%200%200%201%20.701-.094M8.7%2013.107a.5.5%200%200%201%20.094.7a3.48%203.48%200%200%200-.716%202.122c0%20.856.306%201.638.816%202.246a.5.5%200%200%201-.767.642a4.48%204.48%200%200%201-1.049-2.888c0-1.025.344-1.972.922-2.729a.5.5%200%200%201%20.7-.093m14.563.7a.5.5%200%201%201%20.795-.607c.578.757.921%201.704.921%202.73a4.48%204.48%200%200%201-1.049%202.887a.5.5%200%200%201-.766-.642c.509-.608.815-1.39.815-2.246c0-.798-.267-1.533-.716-2.122m2.135-3.718a.5.5%200%200%200-.094.7a8.3%208.3%200%200%201%201.706%205.055a8.3%208.3%200%200%201-1.942%205.349a.5.5%200%200%200%20.766.642a9.3%209.3%200%200%200%202.176-5.991a9.3%209.3%200%200%200-1.911-5.661a.5.5%200%200%200-.7-.094%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/vibration-mode.svg?color=%231a73e8&size=48