watch vibrate off icon
watch-vibrate-off from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.
- Name
- watch-vibrate-off
- 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 9h2v6H0zm12-1.5c2.47 0 4.47 2.03 4.46 4.5c-.01.38-.06.76-.16 1.13l1.2 1.18c.31-.73.5-1.51.5-2.31c0-1.83-.84-3.56-2.28-4.69L15 3H9l-.41 2.39l2.27 2.27c.37-.11.75-.16 1.14-.16m9 9.5V7h-2v8.8l1.2 1.2zm-4.5-1.14l5.61 5.6l-1.27 1.27l-5.29-5.29L15 21H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11 3l1.28-1.27l5.7 5.71L9.17 8.5l6.27 6.29zm-2.45.08l-6-6c-.35.63-.55 1.34-.55 2.06c0 2.47 2.03 4.47 4.5 4.46c.72 0 1.42-.18 2.05-.52M22 9v6h2V9zM3 17h2V7H3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWatchVibrateOff(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="M0 9h2v6H0zm12-1.5c2.47 0 4.47 2.03 4.46 4.5c-.01.38-.06.76-.16 1.13l1.2 1.18c.31-.73.5-1.51.5-2.31c0-1.83-.84-3.56-2.28-4.69L15 3H9l-.41 2.39l2.27 2.27c.37-.11.75-.16 1.14-.16m9 9.5V7h-2v8.8l1.2 1.2zm-4.5-1.14l5.61 5.6l-1.27 1.27l-5.29-5.29L15 21H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11 3l1.28-1.27l5.7 5.71L9.17 8.5l6.27 6.29zm-2.45.08l-6-6c-.35.63-.55 1.34-.55 2.06c0 2.47 2.03 4.47 4.5 4.46c.72 0 1.42-.18 2.05-.52M22 9v6h2V9zM3 17h2V7H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 9h2v6H0zm12-1.5c2.47 0 4.47 2.03 4.46 4.5c-.01.38-.06.76-.16 1.13l1.2 1.18c.31-.73.5-1.51.5-2.31c0-1.83-.84-3.56-2.28-4.69L15 3H9l-.41 2.39l2.27 2.27c.37-.11.75-.16 1.14-.16m9 9.5V7h-2v8.8l1.2 1.2zm-4.5-1.14l5.61 5.6l-1.27 1.27l-5.29-5.29L15 21H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11 3l1.28-1.27l5.7 5.71L9.17 8.5l6.27 6.29zm-2.45.08l-6-6c-.35.63-.55 1.34-.55 2.06c0 2.47 2.03 4.47 4.5 4.46c.72 0 1.42-.18 2.05-.52M22 9v6h2V9zM3 17h2V7H3z"/></svg> </template>
CSS
.icon-watch-vibrate-off {
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%22M0%209h2v6H0zm12-1.5c2.47%200%204.47%202.03%204.46%204.5c-.01.38-.06.76-.16%201.13l1.2%201.18c.31-.73.5-1.51.5-2.31c0-1.83-.84-3.56-2.28-4.69L15%203H9l-.41%202.39l2.27%202.27c.37-.11.75-.16%201.14-.16m9%209.5V7h-2v8.8l1.2%201.2zm-4.5-1.14l5.61%205.6l-1.27%201.27l-5.29-5.29L15%2021H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11%203l1.28-1.27l5.7%205.71L9.17%208.5l6.27%206.29zm-2.45.08l-6-6c-.35.63-.55%201.34-.55%202.06c0%202.47%202.03%204.47%204.5%204.46c.72%200%201.42-.18%202.05-.52M22%209v6h2V9zM3%2017h2V7H3z%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%22M0%209h2v6H0zm12-1.5c2.47%200%204.47%202.03%204.46%204.5c-.01.38-.06.76-.16%201.13l1.2%201.18c.31-.73.5-1.51.5-2.31c0-1.83-.84-3.56-2.28-4.69L15%203H9l-.41%202.39l2.27%202.27c.37-.11.75-.16%201.14-.16m9%209.5V7h-2v8.8l1.2%201.2zm-4.5-1.14l5.61%205.6l-1.27%201.27l-5.29-5.29L15%2021H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11%203l1.28-1.27l5.7%205.71L9.17%208.5l6.27%206.29zm-2.45.08l-6-6c-.35.63-.55%201.34-.55%202.06c0%202.47%202.03%204.47%204.5%204.46c.72%200%201.42-.18%202.05-.52M22%209v6h2V9zM3%2017h2V7H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/watch-vibrate-off.svg?color=%231a73e8&size=48