mobile vibrate icon
mobile-vibrate from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- mobile-vibrate
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the mobile vibrate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGs3DbYYGF" d="M6 2h12v20H6z"/></defs><g fill="none"><use href="#SVGs3DbYYGF"/><g stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M12 18h.004v.004H12z"/><use href="#SVGs3DbYYGF"/></g><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 18V6m18 12V6"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignMobileVibrate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGs3DbYYGF" d="M6 2h12v20H6z"/></defs><g fill="none"><use href="#SVGs3DbYYGF"/><g stroke="currentColor" strokeLinecap="square" strokeWidth="2"><path d="M12 18h.004v.004H12z"/><use href="#SVGs3DbYYGF"/></g><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3 18V6m18 12V6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGs3DbYYGF" d="M6 2h12v20H6z"/></defs><g fill="none"><use href="#SVGs3DbYYGF"/><g stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M12 18h.004v.004H12z"/><use href="#SVGs3DbYYGF"/></g><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 18V6m18 12V6"/></g></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%3Cdefs%3E%3Cpath%20id%3D%22SVGs3DbYYGF%22%20d%3D%22M6%202h12v20H6z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVGs3DbYYGF%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M12%2018h.004v.004H12z%22%2F%3E%3Cuse%20href%3D%22%23SVGs3DbYYGF%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2018V6m18%2012V6%22%2F%3E%3C%2Fg%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%3Cdefs%3E%3Cpath%20id%3D%22SVGs3DbYYGF%22%20d%3D%22M6%202h12v20H6z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVGs3DbYYGF%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M12%2018h.004v.004H12z%22%2F%3E%3Cuse%20href%3D%22%23SVGs3DbYYGF%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2018V6m18%2012V6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mobile-vibrate.svg?color=%231a73e8&size=48