notification sound icon
notification-sound-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- notification-sound-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 notification sound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.32 12.406q-.182.55-.53 1.027q-.136.194-.353.283q-.218.088-.406-.035q-.183-.098-.246-.296q-.064-.199.06-.356q.317-.379.486-.825t.169-.946t-.172-.95t-.484-.827q-.092-.158-.038-.335q.053-.177.23-.275q.183-.117.398-.041q.214.076.356.259q.354.476.532 1.023q.178.548.178 1.146t-.18 1.148m3.209 1.45q-.471 1.252-1.356 2.271q-.129.165-.33.153t-.341-.153t-.156-.338q-.015-.199.114-.376q.744-.873 1.142-1.935t.398-2.22t-.398-2.22t-1.142-1.936q-.13-.177-.114-.375q.015-.198.156-.338q.14-.141.341-.153t.33.153q.885 1.019 1.356 2.27t.471 2.6t-.471 2.598M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.273.062.534.138q.26.077.508.175q.417.18.474.627t-.285.791l-1.477 1.502q-.218.217-.351.512q-.134.295-.134.618v4.697q0 .323.131.618t.348.513l2.64 2.66q.38.378.175.875t-.746.497z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNotificationSoundRounded(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.32 12.406q-.182.55-.53 1.027q-.136.194-.353.283q-.218.088-.406-.035q-.183-.098-.246-.296q-.064-.199.06-.356q.317-.379.486-.825t.169-.946t-.172-.95t-.484-.827q-.092-.158-.038-.335q.053-.177.23-.275q.183-.117.398-.041q.214.076.356.259q.354.476.532 1.023q.178.548.178 1.146t-.18 1.148m3.209 1.45q-.471 1.252-1.356 2.271q-.129.165-.33.153t-.341-.153t-.156-.338q-.015-.199.114-.376q.744-.873 1.142-1.935t.398-2.22t-.398-2.22t-1.142-1.936q-.13-.177-.114-.375q.015-.198.156-.338q.14-.141.341-.153t.33.153q.885 1.019 1.356 2.27t.471 2.6t-.471 2.598M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.273.062.534.138q.26.077.508.175q.417.18.474.627t-.285.791l-1.477 1.502q-.218.217-.351.512q-.134.295-.134.618v4.697q0 .323.131.618t.348.513l2.64 2.66q.38.378.175.875t-.746.497z"/></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.32 12.406q-.182.55-.53 1.027q-.136.194-.353.283q-.218.088-.406-.035q-.183-.098-.246-.296q-.064-.199.06-.356q.317-.379.486-.825t.169-.946t-.172-.95t-.484-.827q-.092-.158-.038-.335q.053-.177.23-.275q.183-.117.398-.041q.214.076.356.259q.354.476.532 1.023q.178.548.178 1.146t-.18 1.148m3.209 1.45q-.471 1.252-1.356 2.271q-.129.165-.33.153t-.341-.153t-.156-.338q-.015-.199.114-.376q.744-.873 1.142-1.935t.398-2.22t-.398-2.22t-1.142-1.936q-.13-.177-.114-.375q.015-.198.156-.338q.14-.141.341-.153t.33.153q.885 1.019 1.356 2.27t.471 2.6t-.471 2.598M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.273.062.534.138q.26.077.508.175q.417.18.474.627t-.285.791l-1.477 1.502q-.218.217-.351.512q-.134.295-.134.618v4.697q0 .323.131.618t.348.513l2.64 2.66q.38.378.175.875t-.746.497z"/></svg> </template>
CSS
.icon-notification-sound-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.32%2012.406q-.182.55-.53%201.027q-.136.194-.353.283q-.218.088-.406-.035q-.183-.098-.246-.296q-.064-.199.06-.356q.317-.379.486-.825t.169-.946t-.172-.95t-.484-.827q-.092-.158-.038-.335q.053-.177.23-.275q.183-.117.398-.041q.214.076.356.259q.354.476.532%201.023q.178.548.178%201.146t-.18%201.148m3.209%201.45q-.471%201.252-1.356%202.271q-.129.165-.33.153t-.341-.153t-.156-.338q-.015-.199.114-.376q.744-.873%201.142-1.935t.398-2.22t-.398-2.22t-1.142-1.936q-.13-.177-.114-.375q.015-.198.156-.338q.14-.141.341-.153t.33.153q.885%201.019%201.356%202.27t.471%202.6t-.471%202.598M12%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-6.5-2.616q-.213%200-.357-.143T5%2018.269t.143-.356t.357-.144h1.116V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.413.293-.707T12%203t.707.293T13%204v.546q.273.062.534.138q.26.077.508.175q.417.18.474.627t-.285.791l-1.477%201.502q-.218.217-.351.512q-.134.295-.134.618v4.697q0%20.323.131.618t.348.513l2.64%202.66q.38.378.175.875t-.746.497z%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.32%2012.406q-.182.55-.53%201.027q-.136.194-.353.283q-.218.088-.406-.035q-.183-.098-.246-.296q-.064-.199.06-.356q.317-.379.486-.825t.169-.946t-.172-.95t-.484-.827q-.092-.158-.038-.335q.053-.177.23-.275q.183-.117.398-.041q.214.076.356.259q.354.476.532%201.023q.178.548.178%201.146t-.18%201.148m3.209%201.45q-.471%201.252-1.356%202.271q-.129.165-.33.153t-.341-.153t-.156-.338q-.015-.199.114-.376q.744-.873%201.142-1.935t.398-2.22t-.398-2.22t-1.142-1.936q-.13-.177-.114-.375q.015-.198.156-.338q.14-.141.341-.153t.33.153q.885%201.019%201.356%202.27t.471%202.6t-.471%202.598M12%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-6.5-2.616q-.213%200-.357-.143T5%2018.269t.143-.356t.357-.144h1.116V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.413.293-.707T12%203t.707.293T13%204v.546q.273.062.534.138q.26.077.508.175q.417.18.474.627t-.285.791l-1.477%201.502q-.218.217-.351.512q-.134.295-.134.618v4.697q0%20.323.131.618t.348.513l2.64%202.66q.38.378.175.875t-.746.497z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/notification-sound-rounded.svg?color=%231a73e8&size=48