directbox notif icon

directbox-notif-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
directbox-notif-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the directbox notif icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.69 11.53c-.57-.15-1.24-.23-2.04-.23c-1.11 0-1.52.27-2.09.7c-.03.02-.06.05-.09.08l-.95 1.01c-.79.85-2.24.85-3.04 0l-.95-1a.4.4 0 0 0-.09-.09c-.58-.43-.99-.7-2.09-.7c-.8 0-1.47.07-2.04.23c-2.38.64-2.38 2.53-2.38 4.19v.93c0 2.51 0 5.35 5.35 5.35h7.44c3.55 0 5.35-1.8 5.35-5.35v-.93c0-1.66 0-3.55-2.38-4.19"/><path d="M14.79 2H9.21C4.79 2 4.79 4.35 4.79 6.42v3.7c.04-.02.09-.03.13-.04c.7-.19 1.49-.28 2.43-.28c1.54 0 2.27.45 2.99 1c.1.07.2.16.29.26l.94.99c.1.11.26.17.43.17s.33-.06.42-.16l.96-1.01c.08-.08.17-.17.27-.24c.74-.56 1.46-1.01 3-1.01c.94 0 1.73.09 2.43.28c.04.01.09.02.13.04v-3.7c0-2.07 0-4.42-4.42-4.42m-1.24 6.5h-3.1c-.38 0-.7-.32-.7-.7c0-.39.32-.7.7-.7h3.1c.38 0 .7.31.7.7c0 .38-.32.7-.7.7m.78-2.79H9.67a.7.7 0 0 1-.69-.7c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7a.7.7 0 0 1-.69.7"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDirectboxNotifFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.69 11.53c-.57-.15-1.24-.23-2.04-.23c-1.11 0-1.52.27-2.09.7c-.03.02-.06.05-.09.08l-.95 1.01c-.79.85-2.24.85-3.04 0l-.95-1a.4.4 0 0 0-.09-.09c-.58-.43-.99-.7-2.09-.7c-.8 0-1.47.07-2.04.23c-2.38.64-2.38 2.53-2.38 4.19v.93c0 2.51 0 5.35 5.35 5.35h7.44c3.55 0 5.35-1.8 5.35-5.35v-.93c0-1.66 0-3.55-2.38-4.19"/><path d="M14.79 2H9.21C4.79 2 4.79 4.35 4.79 6.42v3.7c.04-.02.09-.03.13-.04c.7-.19 1.49-.28 2.43-.28c1.54 0 2.27.45 2.99 1c.1.07.2.16.29.26l.94.99c.1.11.26.17.43.17s.33-.06.42-.16l.96-1.01c.08-.08.17-.17.27-.24c.74-.56 1.46-1.01 3-1.01c.94 0 1.73.09 2.43.28c.04.01.09.02.13.04v-3.7c0-2.07 0-4.42-4.42-4.42m-1.24 6.5h-3.1c-.38 0-.7-.32-.7-.7c0-.39.32-.7.7-.7h3.1c.38 0 .7.31.7.7c0 .38-.32.7-.7.7m.78-2.79H9.67a.7.7 0 0 1-.69-.7c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7a.7.7 0 0 1-.69.7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.69 11.53c-.57-.15-1.24-.23-2.04-.23c-1.11 0-1.52.27-2.09.7c-.03.02-.06.05-.09.08l-.95 1.01c-.79.85-2.24.85-3.04 0l-.95-1a.4.4 0 0 0-.09-.09c-.58-.43-.99-.7-2.09-.7c-.8 0-1.47.07-2.04.23c-2.38.64-2.38 2.53-2.38 4.19v.93c0 2.51 0 5.35 5.35 5.35h7.44c3.55 0 5.35-1.8 5.35-5.35v-.93c0-1.66 0-3.55-2.38-4.19"/><path d="M14.79 2H9.21C4.79 2 4.79 4.35 4.79 6.42v3.7c.04-.02.09-.03.13-.04c.7-.19 1.49-.28 2.43-.28c1.54 0 2.27.45 2.99 1c.1.07.2.16.29.26l.94.99c.1.11.26.17.43.17s.33-.06.42-.16l.96-1.01c.08-.08.17-.17.27-.24c.74-.56 1.46-1.01 3-1.01c.94 0 1.73.09 2.43.28c.04.01.09.02.13.04v-3.7c0-2.07 0-4.42-4.42-4.42m-1.24 6.5h-3.1c-.38 0-.7-.32-.7-.7c0-.39.32-.7.7-.7h3.1c.38 0 .7.31.7.7c0 .38-.32.7-.7.7m.78-2.79H9.67a.7.7 0 0 1-.69-.7c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7a.7.7 0 0 1-.69.7"/></g></svg>
</template>

CSS

.icon-directbox-notif-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.69%2011.53c-.57-.15-1.24-.23-2.04-.23c-1.11%200-1.52.27-2.09.7c-.03.02-.06.05-.09.08l-.95%201.01c-.79.85-2.24.85-3.04%200l-.95-1a.4.4%200%200%200-.09-.09c-.58-.43-.99-.7-2.09-.7c-.8%200-1.47.07-2.04.23c-2.38.64-2.38%202.53-2.38%204.19v.93c0%202.51%200%205.35%205.35%205.35h7.44c3.55%200%205.35-1.8%205.35-5.35v-.93c0-1.66%200-3.55-2.38-4.19%22%2F%3E%3Cpath%20d%3D%22M14.79%202H9.21C4.79%202%204.79%204.35%204.79%206.42v3.7c.04-.02.09-.03.13-.04c.7-.19%201.49-.28%202.43-.28c1.54%200%202.27.45%202.99%201c.1.07.2.16.29.26l.94.99c.1.11.26.17.43.17s.33-.06.42-.16l.96-1.01c.08-.08.17-.17.27-.24c.74-.56%201.46-1.01%203-1.01c.94%200%201.73.09%202.43.28c.04.01.09.02.13.04v-3.7c0-2.07%200-4.42-4.42-4.42m-1.24%206.5h-3.1c-.38%200-.7-.32-.7-.7c0-.39.32-.7.7-.7h3.1c.38%200%20.7.31.7.7c0%20.38-.32.7-.7.7m.78-2.79H9.67a.7.7%200%200%201-.69-.7c0-.39.31-.7.69-.7h4.66c.38%200%20.69.31.69.7a.7.7%200%200%201-.69.7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.69%2011.53c-.57-.15-1.24-.23-2.04-.23c-1.11%200-1.52.27-2.09.7c-.03.02-.06.05-.09.08l-.95%201.01c-.79.85-2.24.85-3.04%200l-.95-1a.4.4%200%200%200-.09-.09c-.58-.43-.99-.7-2.09-.7c-.8%200-1.47.07-2.04.23c-2.38.64-2.38%202.53-2.38%204.19v.93c0%202.51%200%205.35%205.35%205.35h7.44c3.55%200%205.35-1.8%205.35-5.35v-.93c0-1.66%200-3.55-2.38-4.19%22%2F%3E%3Cpath%20d%3D%22M14.79%202H9.21C4.79%202%204.79%204.35%204.79%206.42v3.7c.04-.02.09-.03.13-.04c.7-.19%201.49-.28%202.43-.28c1.54%200%202.27.45%202.99%201c.1.07.2.16.29.26l.94.99c.1.11.26.17.43.17s.33-.06.42-.16l.96-1.01c.08-.08.17-.17.27-.24c.74-.56%201.46-1.01%203-1.01c.94%200%201.73.09%202.43.28c.04.01.09.02.13.04v-3.7c0-2.07%200-4.42-4.42-4.42m-1.24%206.5h-3.1c-.38%200-.7-.32-.7-.7c0-.39.32-.7.7-.7h3.1c.38%200%20.7.31.7.7c0%20.38-.32.7-.7.7m.78-2.79H9.67a.7.7%200%200%201-.69-.7c0-.39.31-.7.69-.7h4.66c.38%200%20.69.31.69.7a.7.7%200%200%201-.69.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/directbox-notif-filled.svg?color=%231a73e8&size=48