cloud notif icon

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

Name
cloud-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 cloud 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="M21.272 8.762c0 1.02-.47 1.94-1.23 2.54a3.2 3.2 0 0 1-2.03.72c-1.79 0-3.25-1.46-3.25-3.25c0-.89.36-1.7.96-2.29v-.01c.59-.59 1.4-.96 2.29-.96c1.8 0 3.26 1.46 3.26 3.25"/><path d="M20.182 18.729c-1.05.96-2.4 1.49-3.83 1.49H5.972c-2.74-.2-3.96-2.31-3.96-4.19c0-1.68.97-3.54 3.1-4.06c-.93-3.58.85-6.08 2.93-7.27c2.06-1.17 4.96-1.36 7.14.25c-.19.14-.36.29-.53.46l-.43.45v.06c-.62.81-.96 1.8-.96 2.84c0 2.62 2.14 4.75 4.76 4.75c1.08 0 2.13-.37 2.95-1.04c.15-.12.3-.25.43-.39c.99 2.08.85 4.84-1.22 6.65"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudNotifFilled(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="M21.272 8.762c0 1.02-.47 1.94-1.23 2.54a3.2 3.2 0 0 1-2.03.72c-1.79 0-3.25-1.46-3.25-3.25c0-.89.36-1.7.96-2.29v-.01c.59-.59 1.4-.96 2.29-.96c1.8 0 3.26 1.46 3.26 3.25"/><path d="M20.182 18.729c-1.05.96-2.4 1.49-3.83 1.49H5.972c-2.74-.2-3.96-2.31-3.96-4.19c0-1.68.97-3.54 3.1-4.06c-.93-3.58.85-6.08 2.93-7.27c2.06-1.17 4.96-1.36 7.14.25c-.19.14-.36.29-.53.46l-.43.45v.06c-.62.81-.96 1.8-.96 2.84c0 2.62 2.14 4.75 4.76 4.75c1.08 0 2.13-.37 2.95-1.04c.15-.12.3-.25.43-.39c.99 2.08.85 4.84-1.22 6.65"/></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="M21.272 8.762c0 1.02-.47 1.94-1.23 2.54a3.2 3.2 0 0 1-2.03.72c-1.79 0-3.25-1.46-3.25-3.25c0-.89.36-1.7.96-2.29v-.01c.59-.59 1.4-.96 2.29-.96c1.8 0 3.26 1.46 3.26 3.25"/><path d="M20.182 18.729c-1.05.96-2.4 1.49-3.83 1.49H5.972c-2.74-.2-3.96-2.31-3.96-4.19c0-1.68.97-3.54 3.1-4.06c-.93-3.58.85-6.08 2.93-7.27c2.06-1.17 4.96-1.36 7.14.25c-.19.14-.36.29-.53.46l-.43.45v.06c-.62.81-.96 1.8-.96 2.84c0 2.62 2.14 4.75 4.76 4.75c1.08 0 2.13-.37 2.95-1.04c.15-.12.3-.25.43-.39c.99 2.08.85 4.84-1.22 6.65"/></g></svg>
</template>

CSS

.icon-cloud-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%22M21.272%208.762c0%201.02-.47%201.94-1.23%202.54a3.2%203.2%200%200%201-2.03.72c-1.79%200-3.25-1.46-3.25-3.25c0-.89.36-1.7.96-2.29v-.01c.59-.59%201.4-.96%202.29-.96c1.8%200%203.26%201.46%203.26%203.25%22%2F%3E%3Cpath%20d%3D%22M20.182%2018.729c-1.05.96-2.4%201.49-3.83%201.49H5.972c-2.74-.2-3.96-2.31-3.96-4.19c0-1.68.97-3.54%203.1-4.06c-.93-3.58.85-6.08%202.93-7.27c2.06-1.17%204.96-1.36%207.14.25c-.19.14-.36.29-.53.46l-.43.45v.06c-.62.81-.96%201.8-.96%202.84c0%202.62%202.14%204.75%204.76%204.75c1.08%200%202.13-.37%202.95-1.04c.15-.12.3-.25.43-.39c.99%202.08.85%204.84-1.22%206.65%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%22M21.272%208.762c0%201.02-.47%201.94-1.23%202.54a3.2%203.2%200%200%201-2.03.72c-1.79%200-3.25-1.46-3.25-3.25c0-.89.36-1.7.96-2.29v-.01c.59-.59%201.4-.96%202.29-.96c1.8%200%203.26%201.46%203.26%203.25%22%2F%3E%3Cpath%20d%3D%22M20.182%2018.729c-1.05.96-2.4%201.49-3.83%201.49H5.972c-2.74-.2-3.96-2.31-3.96-4.19c0-1.68.97-3.54%203.1-4.06c-.93-3.58.85-6.08%202.93-7.27c2.06-1.17%204.96-1.36%207.14.25c-.19.14-.36.29-.53.46l-.43.45v.06c-.62.81-.96%201.8-.96%202.84c0%202.62%202.14%204.75%204.76%204.75c1.08%200%202.13-.37%202.95-1.04c.15-.12.3-.25.43-.39c.99%202.08.85%204.84-1.22%206.65%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-filled.svg?color=%231a73e8&size=48