vibrate from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
vibrate
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the vibrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 15V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4s-3.536 0-4.268.732S7 6.643 7 9v6c0 2.357 0 3.535.732 4.268S9.643 20 12 20s3.536 0 4.268-.732C17 18.535 17 17.357 17 15m5-7l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVibrate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17 15V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4s-3.536 0-4.268.732S7 6.643 7 9v6c0 2.357 0 3.535.732 4.268S9.643 20 12 20s3.536 0 4.268-.732C17 18.535 17 17.357 17 15m5-7l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 15V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4s-3.536 0-4.268.732S7 6.643 7 9v6c0 2.357 0 3.535.732 4.268S9.643 20 12 20s3.536 0 4.268-.732C17 18.535 17 17.357 17 15m5-7l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16"/></svg>
</template>

CSS

.icon-vibrate {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2015V9c0-2.357%200-3.536-.732-4.268S14.357%204%2012%204s-3.536%200-4.268.732S7%206.643%207%209v6c0%202.357%200%203.535.732%204.268S9.643%2020%2012%2020s3.536%200%204.268-.732C17%2018.535%2017%2017.357%2017%2015m5-7l-1.642%201.232a.894.894%200%200%200%20.136%201.515l1.059.53a.809.809%200%200%201%200%201.447l-1.059.529a.894.894%200%200%200-.136%201.515L22%2016M2%208l1.642%201.232a.894.894%200%200%201-.136%201.515l-1.059.53a.809.809%200%200%200%200%201.447l1.059.529a.894.894%200%200%201%20.136%201.515L2%2016%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2015V9c0-2.357%200-3.536-.732-4.268S14.357%204%2012%204s-3.536%200-4.268.732S7%206.643%207%209v6c0%202.357%200%203.535.732%204.268S9.643%2020%2012%2020s3.536%200%204.268-.732C17%2018.535%2017%2017.357%2017%2015m5-7l-1.642%201.232a.894.894%200%200%200%20.136%201.515l1.059.53a.809.809%200%200%201%200%201.447l-1.059.529a.894.894%200%200%200-.136%201.515L22%2016M2%208l1.642%201.232a.894.894%200%200%201-.136%201.515l-1.059.53a.809.809%200%200%200%200%201.447l1.059.529a.894.894%200%200%201%20.136%201.515L2%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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