cloud notif icon
cloud-notif from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-notif
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the cloud notif 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-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M21.9 13.96c.27 1.67-.2 3.46-1.63 4.72c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05c-2.19-6.13 3.5-9.73 7.79-8.35"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m16.38-4.1c0 1.1-.51 2.09-1.32 2.73c-.59.48-1.36.77-2.18.77c-1.93 0-3.5-1.57-3.5-3.5c0-.96.39-1.83 1.03-2.46v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudNotif(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" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M21.9 13.96c.27 1.67-.2 3.46-1.63 4.72c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05c-2.19-6.13 3.5-9.73 7.79-8.35"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m16.38-4.1c0 1.1-.51 2.09-1.32 2.73c-.59.48-1.36.77-2.18.77c-1.93 0-3.5-1.57-3.5-3.5c0-.96.39-1.83 1.03-2.46v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></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-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M21.9 13.96c.27 1.67-.2 3.46-1.63 4.72c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05c-2.19-6.13 3.5-9.73 7.79-8.35"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m16.38-4.1c0 1.1-.51 2.09-1.32 2.73c-.59.48-1.36.77-2.18.77c-1.93 0-3.5-1.57-3.5-3.5c0-.96.39-1.83 1.03-2.46v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></g></svg> </template>
CSS
.icon-cloud-notif {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.9%2013.96c.27%201.67-.2%203.46-1.63%204.72c-.99.91-2.29%201.41-3.64%201.4H5.54c-4.67-.34-4.68-7.14%200-7.48h.05c-2.19-6.13%203.5-9.73%207.79-8.35%22%2F%3E%3Cpath%20d%3D%22M7.26%2013.01c-.52-.26-1.09-.4-1.67-.41m16.38-4.1c0%201.1-.51%202.09-1.32%202.73c-.59.48-1.36.77-2.18.77c-1.93%200-3.5-1.57-3.5-3.5c0-.96.39-1.83%201.03-2.46v-.01A3.46%203.46%200%200%201%2018.47%205c1.93%200%203.5%201.57%203.5%203.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.9%2013.96c.27%201.67-.2%203.46-1.63%204.72c-.99.91-2.29%201.41-3.64%201.4H5.54c-4.67-.34-4.68-7.14%200-7.48h.05c-2.19-6.13%203.5-9.73%207.79-8.35%22%2F%3E%3Cpath%20d%3D%22M7.26%2013.01c-.52-.26-1.09-.4-1.67-.41m16.38-4.1c0%201.1-.51%202.09-1.32%202.73c-.59.48-1.36.77-2.18.77c-1.93%200-3.5-1.57-3.5-3.5c0-.96.39-1.83%201.03-2.46v-.01A3.46%203.46%200%200%201%2018.47%205c1.93%200%203.5%201.57%203.5%203.5%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/cloud-notif.svg?color=%231a73e8&size=48