phone vibrate icon

phone-vibrate from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
phone-vibrate
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the phone vibrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z"/><path d="M8 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2M1.599 4.058a.5.5 0 0 1 .208.676A7 7 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A8 8 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208m12.802 0a.5.5 0 0 1 .676.208A8 8 0 0 1 16 8a8 8 0 0 1-.923 3.734a.5.5 0 0 1-.884-.468A7 7 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676M3.057 5.534a.5.5 0 0 1 .284.648A5 5 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A6 6 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284m9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8s-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8s-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648"/></g></svg>

React

import type { SVGProps } from "react";

export function BiPhoneVibrate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z"/><path d="M8 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2M1.599 4.058a.5.5 0 0 1 .208.676A7 7 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A8 8 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208m12.802 0a.5.5 0 0 1 .676.208A8 8 0 0 1 16 8a8 8 0 0 1-.923 3.734a.5.5 0 0 1-.884-.468A7 7 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676M3.057 5.534a.5.5 0 0 1 .284.648A5 5 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A6 6 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284m9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8s-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8s-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z"/><path d="M8 12a1 1 0 1 0 0-2a1 1 0 0 0 0 2M1.599 4.058a.5.5 0 0 1 .208.676A7 7 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A8 8 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208m12.802 0a.5.5 0 0 1 .676.208A8 8 0 0 1 16 8a8 8 0 0 1-.923 3.734a.5.5 0 0 1-.884-.468A7 7 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676M3.057 5.534a.5.5 0 0 1 .284.648A5 5 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A6 6 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284m9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8s-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8s-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648"/></g></svg>
</template>

CSS

.icon-phone-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%203a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zM6%202a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M8%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202M1.599%204.058a.5.5%200%200%201%20.208.676A7%207%200%200%200%201%208c0%201.18.292%202.292.807%203.266a.5.5%200%200%201-.884.468A8%208%200%200%201%200%208c0-1.347.334-2.619.923-3.734a.5.5%200%200%201%20.676-.208m12.802%200a.5.5%200%200%201%20.676.208A8%208%200%200%201%2016%208a8%208%200%200%201-.923%203.734a.5.5%200%200%201-.884-.468A7%207%200%200%200%2015%208c0-1.18-.292-2.292-.807-3.266a.5.5%200%200%201%20.208-.676M3.057%205.534a.5.5%200%200%201%20.284.648A5%205%200%200%200%203%208c0%20.642.12%201.255.34%201.818a.5.5%200%201%201-.93.364A6%206%200%200%201%202%208c0-.769.145-1.505.41-2.182a.5.5%200%200%201%20.647-.284m9.886%200a.5.5%200%200%201%20.648.284C13.855%206.495%2014%207.231%2014%208s-.145%201.505-.41%202.182a.5.5%200%200%201-.93-.364C12.88%209.255%2013%208.642%2013%208s-.12-1.255-.34-1.818a.5.5%200%200%201%20.283-.648%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%203a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zM6%202a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M8%2012a1%201%200%201%200%200-2a1%201%200%200%200%200%202M1.599%204.058a.5.5%200%200%201%20.208.676A7%207%200%200%200%201%208c0%201.18.292%202.292.807%203.266a.5.5%200%200%201-.884.468A8%208%200%200%201%200%208c0-1.347.334-2.619.923-3.734a.5.5%200%200%201%20.676-.208m12.802%200a.5.5%200%200%201%20.676.208A8%208%200%200%201%2016%208a8%208%200%200%201-.923%203.734a.5.5%200%200%201-.884-.468A7%207%200%200%200%2015%208c0-1.18-.292-2.292-.807-3.266a.5.5%200%200%201%20.208-.676M3.057%205.534a.5.5%200%200%201%20.284.648A5%205%200%200%200%203%208c0%20.642.12%201.255.34%201.818a.5.5%200%201%201-.93.364A6%206%200%200%201%202%208c0-.769.145-1.505.41-2.182a.5.5%200%200%201%20.647-.284m9.886%200a.5.5%200%200%201%20.648.284C13.855%206.495%2014%207.231%2014%208s-.145%201.505-.41%202.182a.5.5%200%200%201-.93-.364C12.88%209.255%2013%208.642%2013%208s-.12-1.255-.34-1.818a.5.5%200%200%201%20.283-.648%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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