bell-cog-outline from Material Design Icons by Pictogrammers · Outline · Notification · Apache-2.0 Free for personal and commercial use.

Name
bell-cog-outline
Set
Material Design Icons
Style
Outline
Category
Notification
Viewbox
24×24
License
Apache 2.0
Aliases
bell-settings-outline, notification-settings-outline

1 other variant in Material Design Icons

The same icon in other sets

More notification icons from Material Design Icons

Use the bell cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.72 19.5a4.2 4.2 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19 20.75c-.96 0-1.75-.78-1.75-1.75s.79-1.75 1.75-1.75s1.75.78 1.75 1.75s-.78 1.75-1.75 1.75M12.08 20H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v1c-.69 0-1.37.11-2 .29V11c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h5.08c-.05.33-.08.66-.08 1s.03.67.08 1m.22 1c.2.6.44 1.17.76 1.69c-.31.19-.67.31-1.06.31c-1.1 0-2-.9-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBellCogOutline(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="M22.72 19.5a4.2 4.2 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19 20.75c-.96 0-1.75-.78-1.75-1.75s.79-1.75 1.75-1.75s1.75.78 1.75 1.75s-.78 1.75-1.75 1.75M12.08 20H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v1c-.69 0-1.37.11-2 .29V11c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h5.08c-.05.33-.08.66-.08 1s.03.67.08 1m.22 1c.2.6.44 1.17.76 1.69c-.31.19-.67.31-1.06.31c-1.1 0-2-.9-2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.72 19.5a4.2 4.2 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19 20.75c-.96 0-1.75-.78-1.75-1.75s.79-1.75 1.75-1.75s1.75.78 1.75 1.75s-.78 1.75-1.75 1.75M12.08 20H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v1c-.69 0-1.37.11-2 .29V11c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h5.08c-.05.33-.08.66-.08 1s.03.67.08 1m.22 1c.2.6.44 1.17.76 1.69c-.31.19-.67.31-1.06.31c-1.1 0-2-.9-2-2z"/></svg>
</template>

CSS

.icon-bell-cog-outline {
  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%22M22.72%2019.5a4.2%204.2%200%200%200%200-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25%200%200%200%2020%2014h-2c-.12%200-.23.09-.25.21l-.18%201.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27%200-.33.11l-1%201.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1%201.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18%201.32c.02.12.13.21.25.21h2c.13%200%20.23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11%200%20.24%200%20.3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19%2020.75c-.96%200-1.75-.78-1.75-1.75s.79-1.75%201.75-1.75s1.75.78%201.75%201.75s-.78%201.75-1.75%201.75M12.08%2020H3v-1l2-2v-6c0-3.1%202-5.8%205-6.7V4c0-1.1.9-2%202-2s2%20.9%202%202v.3c3%20.9%205%203.6%205%206.7v1c-.69%200-1.37.11-2%20.29V11c0-2.8-2.2-5-5-5s-5%202.2-5%205v7h5.08c-.05.33-.08.66-.08%201s.03.67.08%201m.22%201c.2.6.44%201.17.76%201.69c-.31.19-.67.31-1.06.31c-1.1%200-2-.9-2-2z%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%22M22.72%2019.5a4.2%204.2%200%200%200%200-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25%200%200%200%2020%2014h-2c-.12%200-.23.09-.25.21l-.18%201.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27%200-.33.11l-1%201.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1%201.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18%201.32c.02.12.13.21.25.21h2c.13%200%20.23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11%200%20.24%200%20.3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19%2020.75c-.96%200-1.75-.78-1.75-1.75s.79-1.75%201.75-1.75s1.75.78%201.75%201.75s-.78%201.75-1.75%201.75M12.08%2020H3v-1l2-2v-6c0-3.1%202-5.8%205-6.7V4c0-1.1.9-2%202-2s2%20.9%202%202v.3c3%20.9%205%203.6%205%206.7v1c-.69%200-1.37.11-2%20.29V11c0-2.8-2.2-5-5-5s-5%202.2-5%205v7h5.08c-.05.33-.08.66-.08%201s.03.67.08%201m.22%201c.2.6.44%201.17.76%201.69c-.31.19-.67.31-1.06.31c-1.1%200-2-.9-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bell-cog-outline.svg?color=%231a73e8&size=48