cloud plus3 icon
cloud-plus3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-plus3-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 plus3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.94 3.93c-.1.1-.25.17-.41.18h-1.41l.01 1.39c-.01.17-.07.31-.19.43c-.1.1-.25.17-.41.17c-.33 0-.6-.27-.6-.6v-1.4l-1.4.01a.61.61 0 0 1-.6-.61c0-.33.27-.6.6-.6l1.4.01v-1.4c0-.33.27-.61.6-.61s.6.28.6.61l-.01 1.39H14c.33 0 .6.27.6.6a.68.68 0 0 1-.19.43"/><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudPlus3Filled(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="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.94 3.93c-.1.1-.25.17-.41.18h-1.41l.01 1.39c-.01.17-.07.31-.19.43c-.1.1-.25.17-.41.17c-.33 0-.6-.27-.6-.6v-1.4l-1.4.01a.61.61 0 0 1-.6-.61c0-.33.27-.6.6-.6l1.4.01v-1.4c0-.33.27-.61.6-.61s.6.28.6.61l-.01 1.39H14c.33 0 .6.27.6.6a.68.68 0 0 1-.19.43"/><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/></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="M13.47 14.39h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.94 3.93c-.1.1-.25.17-.41.18h-1.41l.01 1.39c-.01.17-.07.31-.19.43c-.1.1-.25.17-.41.17c-.33 0-.6-.27-.6-.6v-1.4l-1.4.01a.61.61 0 0 1-.6-.61c0-.33.27-.6.6-.6l1.4.01v-1.4c0-.33.27-.61.6-.61s.6.28.6.61l-.01 1.39H14c.33 0 .6.27.6.6a.68.68 0 0 1-.19.43"/><path d="M20.17 17.57c-.53.49-1.14.86-1.8 1.11S17 18.45 17 17.74v-1.32a3.53 3.53 0 0 0-3.53-3.53h-2.94A3.53 3.53 0 0 0 7 16.42V18c0 .55-.45 1-1 1h-.45C3.1 18.63 2 16.64 2 14.86c0-1.68.98-3.54 3.11-4.06c-.59-2.33-.09-4.52 1.43-6.11c1.73-1.81 4.49-2.53 6.87-1.79c2.19.67 3.73 2.47 4.28 4.97c1.91.43 3.44 1.87 4.05 3.87c.66 2.17.06 4.4-1.57 5.83"/></g></svg> </template>
CSS
.icon-cloud-plus3-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%22M13.47%2014.39h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.94%203.93c-.1.1-.25.17-.41.18h-1.41l.01%201.39c-.01.17-.07.31-.19.43c-.1.1-.25.17-.41.17c-.33%200-.6-.27-.6-.6v-1.4l-1.4.01a.61.61%200%200%201-.6-.61c0-.33.27-.6.6-.6l1.4.01v-1.4c0-.33.27-.61.6-.61s.6.28.6.61l-.01%201.39H14c.33%200%20.6.27.6.6a.68.68%200%200%201-.19.43%22%2F%3E%3Cpath%20d%3D%22M20.17%2017.57c-.53.49-1.14.86-1.8%201.11S17%2018.45%2017%2017.74v-1.32a3.53%203.53%200%200%200-3.53-3.53h-2.94A3.53%203.53%200%200%200%207%2016.42V18c0%20.55-.45%201-1%201h-.45C3.1%2018.63%202%2016.64%202%2014.86c0-1.68.98-3.54%203.11-4.06c-.59-2.33-.09-4.52%201.43-6.11c1.73-1.81%204.49-2.53%206.87-1.79c2.19.67%203.73%202.47%204.28%204.97c1.91.43%203.44%201.87%204.05%203.87c.66%202.17.06%204.4-1.57%205.83%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%22M13.47%2014.39h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.94%203.93c-.1.1-.25.17-.41.18h-1.41l.01%201.39c-.01.17-.07.31-.19.43c-.1.1-.25.17-.41.17c-.33%200-.6-.27-.6-.6v-1.4l-1.4.01a.61.61%200%200%201-.6-.61c0-.33.27-.6.6-.6l1.4.01v-1.4c0-.33.27-.61.6-.61s.6.28.6.61l-.01%201.39H14c.33%200%20.6.27.6.6a.68.68%200%200%201-.19.43%22%2F%3E%3Cpath%20d%3D%22M20.17%2017.57c-.53.49-1.14.86-1.8%201.11S17%2018.45%2017%2017.74v-1.32a3.53%203.53%200%200%200-3.53-3.53h-2.94A3.53%203.53%200%200%200%207%2016.42V18c0%20.55-.45%201-1%201h-.45C3.1%2018.63%202%2016.64%202%2014.86c0-1.68.98-3.54%203.11-4.06c-.59-2.33-.09-4.52%201.43-6.11c1.73-1.81%204.49-2.53%206.87-1.79c2.19.67%203.73%202.47%204.28%204.97c1.91.43%203.44%201.87%204.05%203.87c.66%202.17.06%204.4-1.57%205.83%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-plus3-filled.svg?color=%231a73e8&size=48