twotone edit notifications icon

twotone-edit-notifications from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-edit-notifications
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone 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="m16 14.2l-.8.8h-4.6v-4.6l3.68-3.68A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8z" opacity=".3"/><path fill="currentColor" d="m17.58 6.25l1.77 1.77L14.37 13H12.6v-1.77zm3.27-.44l-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71M18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-1.43 1.43A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneEditNotifications(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 14.2l-.8.8h-4.6v-4.6l3.68-3.68A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8z" opacity=".3"/><path fill="currentColor" d="m17.58 6.25l1.77 1.77L14.37 13H12.6v-1.77zm3.27-.44l-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71M18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-1.43 1.43A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2"/></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 14.2l-.8.8h-4.6v-4.6l3.68-3.68A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8z" opacity=".3"/><path fill="currentColor" d="m17.58 6.25l1.77 1.77L14.37 13H12.6v-1.77zm3.27-.44l-1.06-1.06c-.2-.2-.51-.2-.71 0l-.85.85L20 7.37l.85-.85c.2-.2.2-.52 0-.71M18 12.2V17h2v2H4v-2h2v-7c0-2.79 1.91-5.14 4.5-5.8v-.7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.7c.82.21 1.57.59 2.21 1.09l-1.43 1.43A3.9 3.9 0 0 0 12 6c-2.21 0-4 1.79-4 4v7h8v-2.8zM10 20h4c0 1.1-.9 2-2 2s-2-.9-2-2"/></svg>
</template>

CSS

.icon-twotone-edit-notifications {
  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%2014.2l-.8.8h-4.6v-4.6l3.68-3.68A3.9%203.9%200%200%200%2012%206c-2.21%200-4%201.79-4%204v7h8z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.58%206.25l1.77%201.77L14.37%2013H12.6v-1.77zm3.27-.44l-1.06-1.06c-.2-.2-.51-.2-.71%200l-.85.85L20%207.37l.85-.85c.2-.2.2-.52%200-.71M18%2012.2V17h2v2H4v-2h2v-7c0-2.79%201.91-5.14%204.5-5.8v-.7c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v.7c.82.21%201.57.59%202.21%201.09l-1.43%201.43A3.9%203.9%200%200%200%2012%206c-2.21%200-4%201.79-4%204v7h8v-2.8zM10%2020h4c0%201.1-.9%202-2%202s-2-.9-2-2%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%2014.2l-.8.8h-4.6v-4.6l3.68-3.68A3.9%203.9%200%200%200%2012%206c-2.21%200-4%201.79-4%204v7h8z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.58%206.25l1.77%201.77L14.37%2013H12.6v-1.77zm3.27-.44l-1.06-1.06c-.2-.2-.51-.2-.71%200l-.85.85L20%207.37l.85-.85c.2-.2.2-.52%200-.71M18%2012.2V17h2v2H4v-2h2v-7c0-2.79%201.91-5.14%204.5-5.8v-.7c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v.7c.82.21%201.57.59%202.21%201.09l-1.43%201.43A3.9%203.9%200%200%200%2012%206c-2.21%200-4%201.79-4%204v7h8v-2.8zM10%2020h4c0%201.1-.9%202-2%202s-2-.9-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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