mobile-sound-off-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
mobile-sound-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the mobile sound 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.816 13.414l-.781-.776q.05-.15.075-.31q.025-.159.025-.328q0-.417-.144-.78t-.441-.66q-.148-.176-.082-.365q.067-.19.224-.287q.158-.098.363-.088t.359.236q.353.419.537.911T17.135 12q0 .358-.08.72t-.24.694m2.149 2.123l-.733-.733q.385-.637.577-1.34T19 12q0-1.027-.333-1.951t-1.004-1.668q-.14-.172-.092-.342t.22-.274q.17-.104.371-.098t.397.256q.708.867 1.075 1.907Q20 10.87 20 12q0 .967-.265 1.86q-.266.894-.771 1.677m1.528 6.313L1.746 3.104q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L21.2 21.142q.14.14.15.345t-.15.363t-.354.16t-.354-.16M12.587 6.087q.22-.22.22-.548q0-.33-.22-.55t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M7.616 22q-.672 0-1.144-.472T6 20.385V5.942l12 12v2.443q0 .67-.472 1.143q-.472.472-1.143.472zm5.648-12.825q-.243.242-.578.233q-.336-.01-.578-.252L6.358 3.45q-.106-.106-.153-.221t-.047-.24q0-.368.354-.678T7.442 2h8.942q.772 0 1.225.514q.454.513.454 1.18q0 .325-.119.632t-.394.582z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileSoundOffRounded(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.816 13.414l-.781-.776q.05-.15.075-.31q.025-.159.025-.328q0-.417-.144-.78t-.441-.66q-.148-.176-.082-.365q.067-.19.224-.287q.158-.098.363-.088t.359.236q.353.419.537.911T17.135 12q0 .358-.08.72t-.24.694m2.149 2.123l-.733-.733q.385-.637.577-1.34T19 12q0-1.027-.333-1.951t-1.004-1.668q-.14-.172-.092-.342t.22-.274q.17-.104.371-.098t.397.256q.708.867 1.075 1.907Q20 10.87 20 12q0 .967-.265 1.86q-.266.894-.771 1.677m1.528 6.313L1.746 3.104q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L21.2 21.142q.14.14.15.345t-.15.363t-.354.16t-.354-.16M12.587 6.087q.22-.22.22-.548q0-.33-.22-.55t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M7.616 22q-.672 0-1.144-.472T6 20.385V5.942l12 12v2.443q0 .67-.472 1.143q-.472.472-1.143.472zm5.648-12.825q-.243.242-.578.233q-.336-.01-.578-.252L6.358 3.45q-.106-.106-.153-.221t-.047-.24q0-.368.354-.678T7.442 2h8.942q.772 0 1.225.514q.454.513.454 1.18q0 .325-.119.632t-.394.582z"/></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.816 13.414l-.781-.776q.05-.15.075-.31q.025-.159.025-.328q0-.417-.144-.78t-.441-.66q-.148-.176-.082-.365q.067-.19.224-.287q.158-.098.363-.088t.359.236q.353.419.537.911T17.135 12q0 .358-.08.72t-.24.694m2.149 2.123l-.733-.733q.385-.637.577-1.34T19 12q0-1.027-.333-1.951t-1.004-1.668q-.14-.172-.092-.342t.22-.274q.17-.104.371-.098t.397.256q.708.867 1.075 1.907Q20 10.87 20 12q0 .967-.265 1.86q-.266.894-.771 1.677m1.528 6.313L1.746 3.104q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L21.2 21.142q.14.14.15.345t-.15.363t-.354.16t-.354-.16M12.587 6.087q.22-.22.22-.548q0-.33-.22-.55t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22M7.616 22q-.672 0-1.144-.472T6 20.385V5.942l12 12v2.443q0 .67-.472 1.143q-.472.472-1.143.472zm5.648-12.825q-.243.242-.578.233q-.336-.01-.578-.252L6.358 3.45q-.106-.106-.153-.221t-.047-.24q0-.368.354-.678T7.442 2h8.942q.772 0 1.225.514q.454.513.454 1.18q0 .325-.119.632t-.394.582z"/></svg>
</template>

CSS

.icon-mobile-sound-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.816%2013.414l-.781-.776q.05-.15.075-.31q.025-.159.025-.328q0-.417-.144-.78t-.441-.66q-.148-.176-.082-.365q.067-.19.224-.287q.158-.098.363-.088t.359.236q.353.419.537.911T17.135%2012q0%20.358-.08.72t-.24.694m2.149%202.123l-.733-.733q.385-.637.577-1.34T19%2012q0-1.027-.333-1.951t-1.004-1.668q-.14-.172-.092-.342t.22-.274q.17-.104.371-.098t.397.256q.708.867%201.075%201.907Q20%2010.87%2020%2012q0%20.967-.265%201.86q-.266.894-.771%201.677m1.528%206.313L1.746%203.104q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L21.2%2021.142q.14.14.15.345t-.15.363t-.354.16t-.354-.16M12.587%206.087q.22-.22.22-.548q0-.33-.22-.55t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.549-.22M7.616%2022q-.672%200-1.144-.472T6%2020.385V5.942l12%2012v2.443q0%20.67-.472%201.143q-.472.472-1.143.472zm5.648-12.825q-.243.242-.578.233q-.336-.01-.578-.252L6.358%203.45q-.106-.106-.153-.221t-.047-.24q0-.368.354-.678T7.442%202h8.942q.772%200%201.225.514q.454.513.454%201.18q0%20.325-.119.632t-.394.582z%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.816%2013.414l-.781-.776q.05-.15.075-.31q.025-.159.025-.328q0-.417-.144-.78t-.441-.66q-.148-.176-.082-.365q.067-.19.224-.287q.158-.098.363-.088t.359.236q.353.419.537.911T17.135%2012q0%20.358-.08.72t-.24.694m2.149%202.123l-.733-.733q.385-.637.577-1.34T19%2012q0-1.027-.333-1.951t-1.004-1.668q-.14-.172-.092-.342t.22-.274q.17-.104.371-.098t.397.256q.708.867%201.075%201.907Q20%2010.87%2020%2012q0%20.967-.265%201.86q-.266.894-.771%201.677m1.528%206.313L1.746%203.104q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16L21.2%2021.142q.14.14.15.345t-.15.363t-.354.16t-.354-.16M12.587%206.087q.22-.22.22-.548q0-.33-.22-.55t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.549-.22M7.616%2022q-.672%200-1.144-.472T6%2020.385V5.942l12%2012v2.443q0%20.67-.472%201.143q-.472.472-1.143.472zm5.648-12.825q-.243.242-.578.233q-.336-.01-.578-.252L6.358%203.45q-.106-.106-.153-.221t-.047-.24q0-.368.354-.678T7.442%202h8.942q.772%200%201.225.514q.454.513.454%201.18q0%20.325-.119.632t-.394.582z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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