box 3d notification icon
box-3d-notification from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- box-3d-notification
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the box 3d notification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><circle cx="20.329" cy="16.501" r="2.376"/></g></svg>
React
import type { SVGProps } from "react";
export function MageBox3dNotification(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><circle cx="20.329" cy="16.501" r="2.376"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><circle cx="20.329" cy="16.501" r="2.376"/></g></svg> </template>
CSS
.icon-box-3d-notification {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Ccircle%20cx%3D%2220.329%22%20cy%3D%2216.501%22%20r%3D%222.376%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Ccircle%20cx%3D%2220.329%22%20cy%3D%2216.501%22%20r%3D%222.376%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/box-3d-notification.svg?color=%231a73e8&size=48