vibrate off icon
vibrate-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- vibrate-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the 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="M8.2 5L6.55 3.35c.26-.23.6-.35.95-.35h9A1.5 1.5 0 0 1 18 4.5v10.3l-2-2V5zM0 15h2V9H0zm21 2V7h-2v8.8l1.2 1.2zM3 17h2V7H3zm15 .35l4.11 4.11l-1.27 1.27L18 19.85c-.17.69-.79 1.15-1.5 1.15h-9A1.5 1.5 0 0 1 6 19.5V7.89L1.11 3l1.28-1.27l3.7 3.71L8 7.34l8 8l2 2zm-2 .54l-8-8V19h8zM22 9v6h2V9z"/></svg>
React
import type { SVGProps } from "react";
export function MdiVibrateOff(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="M8.2 5L6.55 3.35c.26-.23.6-.35.95-.35h9A1.5 1.5 0 0 1 18 4.5v10.3l-2-2V5zM0 15h2V9H0zm21 2V7h-2v8.8l1.2 1.2zM3 17h2V7H3zm15 .35l4.11 4.11l-1.27 1.27L18 19.85c-.17.69-.79 1.15-1.5 1.15h-9A1.5 1.5 0 0 1 6 19.5V7.89L1.11 3l1.28-1.27l3.7 3.71L8 7.34l8 8l2 2zm-2 .54l-8-8V19h8zM22 9v6h2V9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 5L6.55 3.35c.26-.23.6-.35.95-.35h9A1.5 1.5 0 0 1 18 4.5v10.3l-2-2V5zM0 15h2V9H0zm21 2V7h-2v8.8l1.2 1.2zM3 17h2V7H3zm15 .35l4.11 4.11l-1.27 1.27L18 19.85c-.17.69-.79 1.15-1.5 1.15h-9A1.5 1.5 0 0 1 6 19.5V7.89L1.11 3l1.28-1.27l3.7 3.71L8 7.34l8 8l2 2zm-2 .54l-8-8V19h8zM22 9v6h2V9z"/></svg> </template>
CSS
.icon-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%22M8.2%205L6.55%203.35c.26-.23.6-.35.95-.35h9A1.5%201.5%200%200%201%2018%204.5v10.3l-2-2V5zM0%2015h2V9H0zm21%202V7h-2v8.8l1.2%201.2zM3%2017h2V7H3zm15%20.35l4.11%204.11l-1.27%201.27L18%2019.85c-.17.69-.79%201.15-1.5%201.15h-9A1.5%201.5%200%200%201%206%2019.5V7.89L1.11%203l1.28-1.27l3.7%203.71L8%207.34l8%208l2%202zm-2%20.54l-8-8V19h8zM22%209v6h2V9z%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%22M8.2%205L6.55%203.35c.26-.23.6-.35.95-.35h9A1.5%201.5%200%200%201%2018%204.5v10.3l-2-2V5zM0%2015h2V9H0zm21%202V7h-2v8.8l1.2%201.2zM3%2017h2V7H3zm15%20.35l4.11%204.11l-1.27%201.27L18%2019.85c-.17.69-.79%201.15-1.5%201.15h-9A1.5%201.5%200%200%201%206%2019.5V7.89L1.11%203l1.28-1.27l3.7%203.71L8%207.34l8%208l2%202zm-2%20.54l-8-8V19h8zM22%209v6h2V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/vibrate-off.svg?color=%231a73e8&size=48