no sound icon
no-sound-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- no-sound-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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 no sound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.385 12.708l-2.247 2.246q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354L16.677 12l-2.246-2.246q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.246 2.246l2.246-2.246q.14-.14.344-.15t.364.15t.159.354t-.16.354L18.093 12l2.247 2.246q.14.14.15.344t-.15.364t-.354.16t-.354-.16zM7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm2.577-5.15L8.158 11h-2.85v2h2.85l2.15 2.15zM7.808 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoSoundOutlineRounded(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="m17.385 12.708l-2.247 2.246q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354L16.677 12l-2.246-2.246q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.246 2.246l2.246-2.246q.14-.14.344-.15t.364.15t.159.354t-.16.354L18.093 12l2.247 2.246q.14.14.15.344t-.15.364t-.354.16t-.354-.16zM7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm2.577-5.15L8.158 11h-2.85v2h2.85l2.15 2.15zM7.808 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.385 12.708l-2.247 2.246q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354L16.677 12l-2.246-2.246q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.246 2.246l2.246-2.246q.14-.14.344-.15t.364.15t.159.354t-.16.354L18.093 12l2.247 2.246q.14.14.15.344t-.15.364t-.354.16t-.354-.16zM7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm2.577-5.15L8.158 11h-2.85v2h2.85l2.15 2.15zM7.808 12"/></svg> </template>
CSS
.icon-no-sound-outline-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%22m17.385%2012.708l-2.247%202.246q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354L16.677%2012l-2.246-2.246q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.246%202.246l2.246-2.246q.14-.14.344-.15t.364.15t.159.354t-.16.354L18.093%2012l2.247%202.246q.14.14.15.344t-.15.364t-.354.16t-.354-.16zM7.73%2014H5.116q-.349%200-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm2.577-5.15L8.158%2011h-2.85v2h2.85l2.15%202.15zM7.808%2012%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%22m17.385%2012.708l-2.247%202.246q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354L16.677%2012l-2.246-2.246q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.246%202.246l2.246-2.246q.14-.14.344-.15t.364.15t.159.354t-.16.354L18.093%2012l2.247%202.246q.14.14.15.344t-.15.364t-.354.16t-.354-.16zM7.73%2014H5.116q-.349%200-.578-.23t-.23-.578v-2.384q0-.348.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm2.577-5.15L8.158%2011h-2.85v2h2.85l2.15%202.15zM7.808%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-sound-outline-rounded.svg?color=%231a73e8&size=48