mobile vibrate icon
mobile-vibrate from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-vibrate
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the mobile vibrate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.88 14.12L9.73 14l-.18-.1l-.18-.05a1 1 0 0 0-.9.27a.8.8 0 0 0-.22.33a.94.94 0 0 0 0 .76a1.07 1.07 0 0 0 .54.54a1 1 0 0 0 .38.08a1.1 1.1 0 0 0 .39-.08a.9.9 0 0 0 .32-.22a1 1 0 0 0 .22-.32a1 1 0 0 0 .07-.38a.84.84 0 0 0-.08-.38a.9.9 0 0 0-.21-.33M3.51 8.76a1 1 0 0 0 .71-.3l4.24-4.24a1 1 0 0 0 0-1.41a1 1 0 0 0-1.41 0L2.81 7.05a1 1 0 0 0 0 1.41a1 1 0 0 0 .7.3m17.68 6.78a1 1 0 0 0-1.41 0l-4.24 4.24a1 1 0 0 0 .7 1.71a1 1 0 0 0 .71-.3L21.19 17a1 1 0 0 0 0-1.46m.17-5.66a3 3 0 0 0-.87-2.12l-4.25-4.25a3.08 3.08 0 0 0-4.24 0L3.51 12a3 3 0 0 0 0 4.24l4.25 4.25a3 3 0 0 0 4.24 0L20.49 12a3 3 0 0 0 .87-2.12m-2.29.71l-8.48 8.48a1 1 0 0 1-1.42 0l-4.24-4.24a1 1 0 0 1 0-1.42l8.48-8.48a1 1 0 0 1 1.42 0l4.24 4.24a1 1 0 0 1 0 1.42"/></svg>
React
import type { SVGProps } from "react";
export function UilMobileVibrate(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="M9.88 14.12L9.73 14l-.18-.1l-.18-.05a1 1 0 0 0-.9.27a.8.8 0 0 0-.22.33a.94.94 0 0 0 0 .76a1.07 1.07 0 0 0 .54.54a1 1 0 0 0 .38.08a1.1 1.1 0 0 0 .39-.08a.9.9 0 0 0 .32-.22a1 1 0 0 0 .22-.32a1 1 0 0 0 .07-.38a.84.84 0 0 0-.08-.38a.9.9 0 0 0-.21-.33M3.51 8.76a1 1 0 0 0 .71-.3l4.24-4.24a1 1 0 0 0 0-1.41a1 1 0 0 0-1.41 0L2.81 7.05a1 1 0 0 0 0 1.41a1 1 0 0 0 .7.3m17.68 6.78a1 1 0 0 0-1.41 0l-4.24 4.24a1 1 0 0 0 .7 1.71a1 1 0 0 0 .71-.3L21.19 17a1 1 0 0 0 0-1.46m.17-5.66a3 3 0 0 0-.87-2.12l-4.25-4.25a3.08 3.08 0 0 0-4.24 0L3.51 12a3 3 0 0 0 0 4.24l4.25 4.25a3 3 0 0 0 4.24 0L20.49 12a3 3 0 0 0 .87-2.12m-2.29.71l-8.48 8.48a1 1 0 0 1-1.42 0l-4.24-4.24a1 1 0 0 1 0-1.42l8.48-8.48a1 1 0 0 1 1.42 0l4.24 4.24a1 1 0 0 1 0 1.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.88 14.12L9.73 14l-.18-.1l-.18-.05a1 1 0 0 0-.9.27a.8.8 0 0 0-.22.33a.94.94 0 0 0 0 .76a1.07 1.07 0 0 0 .54.54a1 1 0 0 0 .38.08a1.1 1.1 0 0 0 .39-.08a.9.9 0 0 0 .32-.22a1 1 0 0 0 .22-.32a1 1 0 0 0 .07-.38a.84.84 0 0 0-.08-.38a.9.9 0 0 0-.21-.33M3.51 8.76a1 1 0 0 0 .71-.3l4.24-4.24a1 1 0 0 0 0-1.41a1 1 0 0 0-1.41 0L2.81 7.05a1 1 0 0 0 0 1.41a1 1 0 0 0 .7.3m17.68 6.78a1 1 0 0 0-1.41 0l-4.24 4.24a1 1 0 0 0 .7 1.71a1 1 0 0 0 .71-.3L21.19 17a1 1 0 0 0 0-1.46m.17-5.66a3 3 0 0 0-.87-2.12l-4.25-4.25a3.08 3.08 0 0 0-4.24 0L3.51 12a3 3 0 0 0 0 4.24l4.25 4.25a3 3 0 0 0 4.24 0L20.49 12a3 3 0 0 0 .87-2.12m-2.29.71l-8.48 8.48a1 1 0 0 1-1.42 0l-4.24-4.24a1 1 0 0 1 0-1.42l8.48-8.48a1 1 0 0 1 1.42 0l4.24 4.24a1 1 0 0 1 0 1.42"/></svg> </template>
CSS
.icon-mobile-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%22currentColor%22%20d%3D%22M9.88%2014.12L9.73%2014l-.18-.1l-.18-.05a1%201%200%200%200-.9.27a.8.8%200%200%200-.22.33a.94.94%200%200%200%200%20.76a1.07%201.07%200%200%200%20.54.54a1%201%200%200%200%20.38.08a1.1%201.1%200%200%200%20.39-.08a.9.9%200%200%200%20.32-.22a1%201%200%200%200%20.22-.32a1%201%200%200%200%20.07-.38a.84.84%200%200%200-.08-.38a.9.9%200%200%200-.21-.33M3.51%208.76a1%201%200%200%200%20.71-.3l4.24-4.24a1%201%200%200%200%200-1.41a1%201%200%200%200-1.41%200L2.81%207.05a1%201%200%200%200%200%201.41a1%201%200%200%200%20.7.3m17.68%206.78a1%201%200%200%200-1.41%200l-4.24%204.24a1%201%200%200%200%20.7%201.71a1%201%200%200%200%20.71-.3L21.19%2017a1%201%200%200%200%200-1.46m.17-5.66a3%203%200%200%200-.87-2.12l-4.25-4.25a3.08%203.08%200%200%200-4.24%200L3.51%2012a3%203%200%200%200%200%204.24l4.25%204.25a3%203%200%200%200%204.24%200L20.49%2012a3%203%200%200%200%20.87-2.12m-2.29.71l-8.48%208.48a1%201%200%200%201-1.42%200l-4.24-4.24a1%201%200%200%201%200-1.42l8.48-8.48a1%201%200%200%201%201.42%200l4.24%204.24a1%201%200%200%201%200%201.42%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%22M9.88%2014.12L9.73%2014l-.18-.1l-.18-.05a1%201%200%200%200-.9.27a.8.8%200%200%200-.22.33a.94.94%200%200%200%200%20.76a1.07%201.07%200%200%200%20.54.54a1%201%200%200%200%20.38.08a1.1%201.1%200%200%200%20.39-.08a.9.9%200%200%200%20.32-.22a1%201%200%200%200%20.22-.32a1%201%200%200%200%20.07-.38a.84.84%200%200%200-.08-.38a.9.9%200%200%200-.21-.33M3.51%208.76a1%201%200%200%200%20.71-.3l4.24-4.24a1%201%200%200%200%200-1.41a1%201%200%200%200-1.41%200L2.81%207.05a1%201%200%200%200%200%201.41a1%201%200%200%200%20.7.3m17.68%206.78a1%201%200%200%200-1.41%200l-4.24%204.24a1%201%200%200%200%20.7%201.71a1%201%200%200%200%20.71-.3L21.19%2017a1%201%200%200%200%200-1.46m.17-5.66a3%203%200%200%200-.87-2.12l-4.25-4.25a3.08%203.08%200%200%200-4.24%200L3.51%2012a3%203%200%200%200%200%204.24l4.25%204.25a3%203%200%200%200%204.24%200L20.49%2012a3%203%200%200%200%20.87-2.12m-2.29.71l-8.48%208.48a1%201%200%200%201-1.42%200l-4.24-4.24a1%201%200%200%201%200-1.42l8.48-8.48a1%201%200%200%201%201.42%200l4.24%204.24a1%201%200%200%201%200%201.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/mobile-vibrate.svg?color=%231a73e8&size=48