watch vibrate icon
watch-vibrate from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.
- Name
- watch-vibrate
- Set
- Material Design Icons
- Style
- Filled
- Category
- Device / Tech
- Viewbox
- 24×24
- License
- Apache 2.0
More device / tech icons from Material Design Icons
camera-goprodesktop-classicdesktop-towerdesktop-tower-monitordisc-playerlaptoplaptop-offmonitormonitor-arrow-downmonitor-arrow-down-variantmonitor-dashboardmonitor-lockmonitor-multiplemonitor-offmonitor-screenshotmonitor-shimmermonitor-smallmonitor-speakermonitor-speaker-offmonitor-starprojectorprojector-offprojector-screenradio-handheld
Use the watch vibrate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17V7h2v10zm16 0V7h2v10zm3-8h2v6h-2zM0 15V9h2v6zm17.96-3.03c0 1.9-.89 3.6-2.28 4.7l-.71 4.28H9l-.73-4.28A5.98 5.98 0 0 1 6 11.97c0-1.9.88-3.6 2.27-4.69L9 3h5.97l.71 4.28a5.95 5.95 0 0 1 2.28 4.69m-10.46 0c0 2.48 2 4.49 4.47 4.49a4.5 4.5 0 0 0 4.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47 4.47 0 0 0-4.47 4.47"/></svg>
React
import type { SVGProps } from "react";
export function MdiWatchVibrate(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="M3 17V7h2v10zm16 0V7h2v10zm3-8h2v6h-2zM0 15V9h2v6zm17.96-3.03c0 1.9-.89 3.6-2.28 4.7l-.71 4.28H9l-.73-4.28A5.98 5.98 0 0 1 6 11.97c0-1.9.88-3.6 2.27-4.69L9 3h5.97l.71 4.28a5.95 5.95 0 0 1 2.28 4.69m-10.46 0c0 2.48 2 4.49 4.47 4.49a4.5 4.5 0 0 0 4.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47 4.47 0 0 0-4.47 4.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17V7h2v10zm16 0V7h2v10zm3-8h2v6h-2zM0 15V9h2v6zm17.96-3.03c0 1.9-.89 3.6-2.28 4.7l-.71 4.28H9l-.73-4.28A5.98 5.98 0 0 1 6 11.97c0-1.9.88-3.6 2.27-4.69L9 3h5.97l.71 4.28a5.95 5.95 0 0 1 2.28 4.69m-10.46 0c0 2.48 2 4.49 4.47 4.49a4.5 4.5 0 0 0 4.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47 4.47 0 0 0-4.47 4.47"/></svg> </template>
CSS
.icon-watch-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%22M3%2017V7h2v10zm16%200V7h2v10zm3-8h2v6h-2zM0%2015V9h2v6zm17.96-3.03c0%201.9-.89%203.6-2.28%204.7l-.71%204.28H9l-.73-4.28A5.98%205.98%200%200%201%206%2011.97c0-1.9.88-3.6%202.27-4.69L9%203h5.97l.71%204.28a5.95%205.95%200%200%201%202.28%204.69m-10.46%200c0%202.48%202%204.49%204.47%204.49a4.5%204.5%200%200%200%204.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47%204.47%200%200%200-4.47%204.47%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%22M3%2017V7h2v10zm16%200V7h2v10zm3-8h2v6h-2zM0%2015V9h2v6zm17.96-3.03c0%201.9-.89%203.6-2.28%204.7l-.71%204.28H9l-.73-4.28A5.98%205.98%200%200%201%206%2011.97c0-1.9.88-3.6%202.27-4.69L9%203h5.97l.71%204.28a5.95%205.95%200%200%201%202.28%204.69m-10.46%200c0%202.48%202%204.49%204.47%204.49a4.5%204.5%200%200%200%204.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47%204.47%200%200%200-4.47%204.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/watch-vibrate.svg?color=%231a73e8&size=48