edit notifications icon

edit-notifications-sharp from Material Symbols by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
edit-notifications-sharp
Set
Material Symbols
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the edit notifications icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.275.075.538.163t.512.212L10 9.1V15h5.9l2.1-2.1V17h2v2zm8-6V9.925l6.575-6.55l3.075 3.05L15.075 13zm6.575-5.6l.925-.975l-.925-.925l-.95.95z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEditNotificationsSharp(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 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.275.075.538.163t.512.212L10 9.1V15h5.9l2.1-2.1V17h2v2zm8-6V9.925l6.575-6.55l3.075 3.05L15.075 13zm6.575-5.6l.925-.975l-.925-.925l-.95.95z"/></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 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.275.075.538.163t.512.212L10 9.1V15h5.9l2.1-2.1V17h2v2zm8-6V9.925l6.575-6.55l3.075 3.05L15.075 13zm6.575-5.6l.925-.975l-.925-.925l-.95.95z"/></svg>
</template>

CSS

.icon-edit-notifications-sharp {
  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%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-8-3v-2h2v-7q0-2.075%201.25-3.687T10.5%204.2V2h3v2.2q.275.075.538.163t.512.212L10%209.1V15h5.9l2.1-2.1V17h2v2zm8-6V9.925l6.575-6.55l3.075%203.05L15.075%2013zm6.575-5.6l.925-.975l-.925-.925l-.95.95z%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%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-8-3v-2h2v-7q0-2.075%201.25-3.687T10.5%204.2V2h3v2.2q.275.075.538.163t.512.212L10%209.1V15h5.9l2.1-2.1V17h2v2zm8-6V9.925l6.575-6.55l3.075%203.05L15.075%2013zm6.575-5.6l.925-.975l-.925-.925l-.95.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/edit-notifications-sharp.svg?color=%231a73e8&size=48