vibrate off icon
vibrate-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- vibrate-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 12.5V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4c-1.673 0-2.753 0-3.5.262M16.972 17c-.054 1.097-.217 1.78-.704 2.268C15.536 20 14.357 20 12 20s-3.536 0-4.268-.732C7 18.535 7 17.357 7 15V9c0-.79 0-1.447.028-2M22 8l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16M2 2l20 20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVibrateOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17 12.5V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4c-1.673 0-2.753 0-3.5.262M16.972 17c-.054 1.097-.217 1.78-.704 2.268C15.536 20 14.357 20 12 20s-3.536 0-4.268-.732C7 18.535 7 17.357 7 15V9c0-.79 0-1.447.028-2M22 8l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16M2 2l20 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 12.5V9c0-2.357 0-3.536-.732-4.268S14.357 4 12 4c-1.673 0-2.753 0-3.5.262M16.972 17c-.054 1.097-.217 1.78-.704 2.268C15.536 20 14.357 20 12 20s-3.536 0-4.268-.732C7 18.535 7 17.357 7 15V9c0-.79 0-1.447.028-2M22 8l-1.642 1.232a.894.894 0 0 0 .136 1.515l1.059.53a.809.809 0 0 1 0 1.447l-1.059.529a.894.894 0 0 0-.136 1.515L22 16M2 8l1.642 1.232a.894.894 0 0 1-.136 1.515l-1.059.53a.809.809 0 0 0 0 1.447l1.059.529a.894.894 0 0 1 .136 1.515L2 16M2 2l20 20"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2012.5V9c0-2.357%200-3.536-.732-4.268S14.357%204%2012%204c-1.673%200-2.753%200-3.5.262M16.972%2017c-.054%201.097-.217%201.78-.704%202.268C15.536%2020%2014.357%2020%2012%2020s-3.536%200-4.268-.732C7%2018.535%207%2017.357%207%2015V9c0-.79%200-1.447.028-2M22%208l-1.642%201.232a.894.894%200%200%200%20.136%201.515l1.059.53a.809.809%200%200%201%200%201.447l-1.059.529a.894.894%200%200%200-.136%201.515L22%2016M2%208l1.642%201.232a.894.894%200%200%201-.136%201.515l-1.059.53a.809.809%200%200%200%200%201.447l1.059.529a.894.894%200%200%201%20.136%201.515L2%2016M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2012.5V9c0-2.357%200-3.536-.732-4.268S14.357%204%2012%204c-1.673%200-2.753%200-3.5.262M16.972%2017c-.054%201.097-.217%201.78-.704%202.268C15.536%2020%2014.357%2020%2012%2020s-3.536%200-4.268-.732C7%2018.535%207%2017.357%207%2015V9c0-.79%200-1.447.028-2M22%208l-1.642%201.232a.894.894%200%200%200%20.136%201.515l1.059.53a.809.809%200%200%201%200%201.447l-1.059.529a.894.894%200%200%200-.136%201.515L22%2016M2%208l1.642%201.232a.894.894%200%200%201-.136%201.515l-1.059.53a.809.809%200%200%200%200%201.447l1.059.529a.894.894%200%200%201%20.136%201.515L2%2016M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/vibrate-off.svg?color=%231a73e8&size=48