volume-off-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
volume-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the volume off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 18.671q-.217.137-.454.268t-.478.236q-.183.079-.398 0q-.214-.079-.287-.267q-.073-.183.028-.373q.101-.189.284-.268q.157-.069.302-.138t.284-.177l-3.844-3.844v2.217q0 .348-.324.476t-.568-.116L8 14H5.385q-.348 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.577-.23H7.47L2.946 5.477q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L19.5 20.616q.14.14.15.344t-.15.363t-.354.16t-.354-.16zm2.822-6.696q0-2.036-1.11-3.74q-1.11-1.702-2.979-2.533q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.89t1.268 4.252q0 1.094-.295 2.099t-.857 1.89q-.143.261-.344.312t-.377-.016t-.255-.239t.026-.365q.544-.823.823-1.736q.279-.912.279-1.945m-4.014-2.858q.575.544.852 1.325T16.077 12q0 .317-.048.625t-.15.606q-.088.248-.34.3t-.445-.14l-.505-.506q-.131-.131-.187-.27q-.056-.14-.056-.301V9.408q0-.223.215-.322q.214-.1.387.031m-4.813-.686q-.131-.131-.122-.292q.01-.162.14-.293l.531-.53q.245-.245.569-.117t.324.476v1.21q0 .273-.252.388q-.252.116-.444-.096z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVolumeOffRounded(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="M16.14 18.671q-.217.137-.454.268t-.478.236q-.183.079-.398 0q-.214-.079-.287-.267q-.073-.183.028-.373q.101-.189.284-.268q.157-.069.302-.138t.284-.177l-3.844-3.844v2.217q0 .348-.324.476t-.568-.116L8 14H5.385q-.348 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.577-.23H7.47L2.946 5.477q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L19.5 20.616q.14.14.15.344t-.15.363t-.354.16t-.354-.16zm2.822-6.696q0-2.036-1.11-3.74q-1.11-1.702-2.979-2.533q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.89t1.268 4.252q0 1.094-.295 2.099t-.857 1.89q-.143.261-.344.312t-.377-.016t-.255-.239t.026-.365q.544-.823.823-1.736q.279-.912.279-1.945m-4.014-2.858q.575.544.852 1.325T16.077 12q0 .317-.048.625t-.15.606q-.088.248-.34.3t-.445-.14l-.505-.506q-.131-.131-.187-.27q-.056-.14-.056-.301V9.408q0-.223.215-.322q.214-.1.387.031m-4.813-.686q-.131-.131-.122-.292q.01-.162.14-.293l.531-.53q.245-.245.569-.117t.324.476v1.21q0 .273-.252.388q-.252.116-.444-.096z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 18.671q-.217.137-.454.268t-.478.236q-.183.079-.398 0q-.214-.079-.287-.267q-.073-.183.028-.373q.101-.189.284-.268q.157-.069.302-.138t.284-.177l-3.844-3.844v2.217q0 .348-.324.476t-.568-.116L8 14H5.385q-.348 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.577-.23H7.47L2.946 5.477q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L19.5 20.616q.14.14.15.344t-.15.363t-.354.16t-.354-.16zm2.822-6.696q0-2.036-1.11-3.74q-1.11-1.702-2.979-2.533q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.89t1.268 4.252q0 1.094-.295 2.099t-.857 1.89q-.143.261-.344.312t-.377-.016t-.255-.239t.026-.365q.544-.823.823-1.736q.279-.912.279-1.945m-4.014-2.858q.575.544.852 1.325T16.077 12q0 .317-.048.625t-.15.606q-.088.248-.34.3t-.445-.14l-.505-.506q-.131-.131-.187-.27q-.056-.14-.056-.301V9.408q0-.223.215-.322q.214-.1.387.031m-4.813-.686q-.131-.131-.122-.292q.01-.162.14-.293l.531-.53q.245-.245.569-.117t.324.476v1.21q0 .273-.252.388q-.252.116-.444-.096z"/></svg>
</template>

CSS

.icon-volume-off-rounded {
  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%22M16.14%2018.671q-.217.137-.454.268t-.478.236q-.183.079-.398%200q-.214-.079-.287-.267q-.073-.183.028-.373q.101-.189.284-.268q.157-.069.302-.138t.284-.177l-3.844-3.844v2.217q0%20.348-.324.476t-.568-.116L8%2014H5.385q-.348%200-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.577-.23H7.47L2.946%205.477q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L19.5%2020.616q.14.14.15.344t-.15.363t-.354.16t-.354-.16zm2.822-6.696q0-2.036-1.11-3.74q-1.11-1.702-2.979-2.533q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979%203.366%202.89t1.268%204.252q0%201.094-.295%202.099t-.857%201.89q-.143.261-.344.312t-.377-.016t-.255-.239t.026-.365q.544-.823.823-1.736q.279-.912.279-1.945m-4.014-2.858q.575.544.852%201.325T16.077%2012q0%20.317-.048.625t-.15.606q-.088.248-.34.3t-.445-.14l-.505-.506q-.131-.131-.187-.27q-.056-.14-.056-.301V9.408q0-.223.215-.322q.214-.1.387.031m-4.813-.686q-.131-.131-.122-.292q.01-.162.14-.293l.531-.53q.245-.245.569-.117t.324.476v1.21q0%20.273-.252.388q-.252.116-.444-.096z%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%22M16.14%2018.671q-.217.137-.454.268t-.478.236q-.183.079-.398%200q-.214-.079-.287-.267q-.073-.183.028-.373q.101-.189.284-.268q.157-.069.302-.138t.284-.177l-3.844-3.844v2.217q0%20.348-.324.476t-.568-.116L8%2014H5.385q-.348%200-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.577-.23H7.47L2.946%205.477q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L19.5%2020.616q.14.14.15.344t-.15.363t-.354.16t-.354-.16zm2.822-6.696q0-2.036-1.11-3.74q-1.11-1.702-2.979-2.533q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979%203.366%202.89t1.268%204.252q0%201.094-.295%202.099t-.857%201.89q-.143.261-.344.312t-.377-.016t-.255-.239t.026-.365q.544-.823.823-1.736q.279-.912.279-1.945m-4.014-2.858q.575.544.852%201.325T16.077%2012q0%20.317-.048.625t-.15.606q-.088.248-.34.3t-.445-.14l-.505-.506q-.131-.131-.187-.27q-.056-.14-.056-.301V9.408q0-.223.215-.322q.214-.1.387.031m-4.813-.686q-.131-.131-.122-.292q.01-.162.14-.293l.531-.53q.245-.245.569-.117t.324.476v1.21q0%20.273-.252.388q-.252.116-.444-.096z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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