bxs mobile vibration icon

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

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

Related icons in BoxIcons v2

Use the bxs mobile vibration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2.001 2.001 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.828l-5.657-5.657zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414zm7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsMobileVibration(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2.001 2.001 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.828l-5.657-5.657zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414zm7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2.001 2.001 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.828l-5.657-5.657zM8.707 16.707a.999.999 0 1 1-1.414-1.414a.999.999 0 1 1 1.414 1.414zm7 5l-1.414-1.414l6-6l1.414 1.415zM8.293 2.293l1.414 1.414l-6 6l-1.414-1.415z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M15.535%202.808a2.003%202.003%200%200%200-2.828%200l-9.899%209.899a2.001%202.001%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.828l-5.657-5.657zM8.707%2016.707a.999.999%200%201%201-1.414-1.414a.999.999%200%201%201%201.414%201.414zm7%205l-1.414-1.414l6-6l1.414%201.415zM8.293%202.293l1.414%201.414l-6%206l-1.414-1.415z%22%20fill%3D%22currentColor%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%20d%3D%22M15.535%202.808a2.003%202.003%200%200%200-2.828%200l-9.899%209.899a2.001%202.001%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.828l-5.657-5.657zM8.707%2016.707a.999.999%200%201%201-1.414-1.414a.999.999%200%201%201%201.414%201.414zm7%205l-1.414-1.414l6-6l1.414%201.415zM8.293%202.293l1.414%201.414l-6%206l-1.414-1.415z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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