volume off vibrate icon

volume-off-vibrate-fill from Remix Icon by Remix Design · Fill · Media · Apache-2.0 Free for personal and commercial use.

Name
volume-off-vibrate-fill
Set
Remix Icon
Style
Fill
Category
Media
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More media icons from Remix Icon

Use the volume off vibrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.39 3.161l1.413 1.414l-2.475 2.475l2.475 2.475L18.328 12l2.475 2.476l-2.475 2.475l2.475 2.475l-1.414 1.414l-3.889-3.89l2.475-2.474L15.5 12l2.475-2.475L15.5 7.05zM13 19.945a.5.5 0 0 1-.817.387L6.89 15.999L3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1l2.584-.002l-3.776-3.776l1.414-1.414L13 12.586zm-.113-16.206a.5.5 0 0 1 .113.316v5.702L9.282 6.04l2.901-2.372a.5.5 0 0 1 .704.07"/></svg>

React

import type { SVGProps } from "react";

export function RiVolumeOffVibrateFill(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="m19.39 3.161l1.413 1.414l-2.475 2.475l2.475 2.475L18.328 12l2.475 2.476l-2.475 2.475l2.475 2.475l-1.414 1.414l-3.889-3.89l2.475-2.474L15.5 12l2.475-2.475L15.5 7.05zM13 19.945a.5.5 0 0 1-.817.387L6.89 15.999L3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1l2.584-.002l-3.776-3.776l1.414-1.414L13 12.586zm-.113-16.206a.5.5 0 0 1 .113.316v5.702L9.282 6.04l2.901-2.372a.5.5 0 0 1 .704.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.39 3.161l1.413 1.414l-2.475 2.475l2.475 2.475L18.328 12l2.475 2.476l-2.475 2.475l2.475 2.475l-1.414 1.414l-3.889-3.89l2.475-2.474L15.5 12l2.475-2.475L15.5 7.05zM13 19.945a.5.5 0 0 1-.817.387L6.89 15.999L3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1l2.584-.002l-3.776-3.776l1.414-1.414L13 12.586zm-.113-16.206a.5.5 0 0 1 .113.316v5.702L9.282 6.04l2.901-2.372a.5.5 0 0 1 .704.07"/></svg>
</template>

CSS

.icon-volume-off-vibrate-fill {
  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%22m19.39%203.161l1.413%201.414l-2.475%202.475l2.475%202.475L18.328%2012l2.475%202.476l-2.475%202.475l2.475%202.475l-1.414%201.414l-3.889-3.89l2.475-2.474L15.5%2012l2.475-2.475L15.5%207.05zM13%2019.945a.5.5%200%200%201-.817.387L6.89%2015.999L3%2016a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1l2.584-.002l-3.776-3.776l1.414-1.414L13%2012.586zm-.113-16.206a.5.5%200%200%201%20.113.316v5.702L9.282%206.04l2.901-2.372a.5.5%200%200%201%20.704.07%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%22m19.39%203.161l1.413%201.414l-2.475%202.475l2.475%202.475L18.328%2012l2.475%202.476l-2.475%202.475l2.475%202.475l-1.414%201.414l-3.889-3.89l2.475-2.474L15.5%2012l2.475-2.475L15.5%207.05zM13%2019.945a.5.5%200%200%201-.817.387L6.89%2015.999L3%2016a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1l2.584-.002l-3.776-3.776l1.414-1.414L13%2012.586zm-.113-16.206a.5.5%200%200%201%20.113.316v5.702L9.282%206.04l2.901-2.372a.5.5%200%200%201%20.704.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/volume-off-vibrate-fill.svg?color=%231a73e8&size=48