mobile vibration icon

mobile-vibration from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
mobile-vibration
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the mobile vibration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2 2 0 0 0 0 2.828l5.657 5.657c.39.39.902.585 1.414.585s1.024-.195 1.414-.585l9.899-9.899c.78-.779.78-2.049 0-2.828zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414m7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z"/></svg>

React

import type { SVGProps } from "react";

export function BxsMobileVibration(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.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2 2 0 0 0 0 2.828l5.657 5.657c.39.39.902.585 1.414.585s1.024-.195 1.414-.585l9.899-9.899c.78-.779.78-2.049 0-2.828zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414m7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z"/></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.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2 2 0 0 0 0 2.828l5.657 5.657c.39.39.902.585 1.414.585s1.024-.195 1.414-.585l9.899-9.899c.78-.779.78-2.049 0-2.828zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414m7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z"/></svg>
</template>

CSS

.icon-mobile-vibration {
  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.535%202.808a2.003%202.003%200%200%200-2.828%200l-9.899%209.899a2%202%200%200%200%200%202.828l5.657%205.657c.39.39.902.585%201.414.585s1.024-.195%201.414-.585l9.899-9.899c.78-.779.78-2.049%200-2.828zM8.707%2016.707a.999.999%200%201%201-1.414-1.414a.999.999%200%201%201%201.414%201.414m7%205l-1.414-1.414l6-6l1.414%201.415zM8.293%202.293l1.414%201.414l-6%206l-1.414-1.415z%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.535%202.808a2.003%202.003%200%200%200-2.828%200l-9.899%209.899a2%202%200%200%200%200%202.828l5.657%205.657c.39.39.902.585%201.414.585s1.024-.195%201.414-.585l9.899-9.899c.78-.779.78-2.049%200-2.828zM8.707%2016.707a.999.999%200%201%201-1.414-1.414a.999.999%200%201%201%201.414%201.414m7%205l-1.414-1.414l6-6l1.414%201.415zM8.293%202.293l1.414%201.414l-6%206l-1.414-1.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/mobile-vibration.svg?color=%231a73e8&size=48