notification settings icon
notification-settings from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- notification-settings
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- notification-settings-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the notification settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-7-2.616v-1h1.616V9.846q0-1.83 1.089-3.263q1.09-1.433 2.826-1.927q-.198.535-.3 1.096t-.102 1.133q0 1.47.592 2.699t1.602 2.1q1.01.874 2.313 1.279t2.749.199v4.607H19v1zm10.923-8l-.107-.885q-.474-.105-.89-.32q-.416-.214-.749-.587l-.835.334l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.815l.835.334q.314-.373.74-.587q.425-.215.899-.32L15.923 3h1l.108.884q.473.106.899.32t.74.588l.834-.334l.538.815l-.688.577q.165.517.165 1.035t-.165 1.034l.688.577l-.538.815l-.835-.334q-.332.373-.749.588q-.416.214-.89.32l-.107.884zm2.028-2.357q.626-.626.626-1.528q0-.901-.626-1.527t-1.528-.626t-1.528.626t-.626 1.527t.626 1.528t1.528.626t1.528-.626"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNotificationSettings(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="M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-7-2.616v-1h1.616V9.846q0-1.83 1.089-3.263q1.09-1.433 2.826-1.927q-.198.535-.3 1.096t-.102 1.133q0 1.47.592 2.699t1.602 2.1q1.01.874 2.313 1.279t2.749.199v4.607H19v1zm10.923-8l-.107-.885q-.474-.105-.89-.32q-.416-.214-.749-.587l-.835.334l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.815l.835.334q.314-.373.74-.587q.425-.215.899-.32L15.923 3h1l.108.884q.473.106.899.32t.74.588l.834-.334l.538.815l-.688.577q.165.517.165 1.035t-.165 1.034l.688.577l-.538.815l-.835-.334q-.332.373-.749.588q-.416.214-.89.32l-.107.884zm2.028-2.357q.626-.626.626-1.528q0-.901-.626-1.527t-1.528-.626t-1.528.626t-.626 1.527t.626 1.528t1.528.626t1.528-.626"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-7-2.616v-1h1.616V9.846q0-1.83 1.089-3.263q1.09-1.433 2.826-1.927q-.198.535-.3 1.096t-.102 1.133q0 1.47.592 2.699t1.602 2.1q1.01.874 2.313 1.279t2.749.199v4.607H19v1zm10.923-8l-.107-.885q-.474-.105-.89-.32q-.416-.214-.749-.587l-.835.334l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.815l.835.334q.314-.373.74-.587q.425-.215.899-.32L15.923 3h1l.108.884q.473.106.899.32t.74.588l.834-.334l.538.815l-.688.577q.165.517.165 1.035t-.165 1.034l.688.577l-.538.815l-.835-.334q-.332.373-.749.588q-.416.214-.89.32l-.107.884zm2.028-2.357q.626-.626.626-1.528q0-.901-.626-1.527t-1.528-.626t-1.528.626t-.626 1.527t.626 1.528t1.528.626t1.528-.626"/></svg> </template>
CSS
.icon-notification-settings {
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%22M12%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-7-2.616v-1h1.616V9.846q0-1.83%201.089-3.263q1.09-1.433%202.826-1.927q-.198.535-.3%201.096t-.102%201.133q0%201.47.592%202.699t1.602%202.1q1.01.874%202.313%201.279t2.749.199v4.607H19v1zm10.923-8l-.107-.885q-.474-.105-.89-.32q-.416-.214-.749-.587l-.835.334l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.815l.835.334q.314-.373.74-.587q.425-.215.899-.32L15.923%203h1l.108.884q.473.106.899.32t.74.588l.834-.334l.538.815l-.688.577q.165.517.165%201.035t-.165%201.034l.688.577l-.538.815l-.835-.334q-.332.373-.749.588q-.416.214-.89.32l-.107.884zm2.028-2.357q.626-.626.626-1.528q0-.901-.626-1.527t-1.528-.626t-1.528.626t-.626%201.527t.626%201.528t1.528.626t1.528-.626%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%22M12%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-7-2.616v-1h1.616V9.846q0-1.83%201.089-3.263q1.09-1.433%202.826-1.927q-.198.535-.3%201.096t-.102%201.133q0%201.47.592%202.699t1.602%202.1q1.01.874%202.313%201.279t2.749.199v4.607H19v1zm10.923-8l-.107-.885q-.474-.105-.89-.32q-.416-.214-.749-.587l-.835.334l-.538-.815l.688-.577q-.165-.517-.165-1.035t.165-1.034l-.688-.577l.538-.815l.835.334q.314-.373.74-.587q.425-.215.899-.32L15.923%203h1l.108.884q.473.106.899.32t.74.588l.834-.334l.538.815l-.688.577q.165.517.165%201.035t-.165%201.034l.688.577l-.538.815l-.835-.334q-.332.373-.749.588q-.416.214-.89.32l-.107.884zm2.028-2.357q.626-.626.626-1.528q0-.901-.626-1.527t-1.528-.626t-1.528.626t-.626%201.527t.626%201.528t1.528.626t1.528-.626%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-settings.svg?color=%231a73e8&size=48