Vibrator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vibrator icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334723.svg" alt="Vibrator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334723.svg" alt="Vibrator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334723.svg" alt="Vibrator icon" :width="24" :height="24" />
CSS background
.icon-vibrator {
background-image: url('https://proicons.com/icon/334723.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m15.2179,9.5183l-8.6509,8.177,8.473,8.2342-8.2355,7.942,8.8287,8.6285"/><path id="e" class="g" d="m33.1651,5.5l8.2367,7.8512-8.2044,8.0042,8.2355,8.2355-8.682,8.3574"/><circle id="f" class="g" cx="23.9944" cy="23.7071" r="3.3641"/></g></svg>
Copied!