cloud minus3 icon
cloud-minus3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-minus3-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 minus3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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"/><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.24 4.07H10.3c-.36 0-.65-.29-.65-.65c0-.35.29-.64.65-.64h3.42c.35 0 .64.29.64.64c-.01.37-.3.65-.65.65"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudMinus3Filled(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="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"/><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.24 4.07H10.3c-.36 0-.65-.29-.65-.65c0-.35.29-.64.65-.64h3.42c.35 0 .64.29.64.64c-.01.37-.3.65-.65.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="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"/><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.24 4.07H10.3c-.36 0-.65-.29-.65-.65c0-.35.29-.64.65-.64h3.42c.35 0 .64.29.64.64c-.01.37-.3.65-.65.65"/></g></svg> </template>
CSS
.icon-cloud-minus3-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%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%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.24%204.07H10.3c-.36%200-.65-.29-.65-.65c0-.35.29-.64.65-.64h3.42c.35%200%20.64.29.64.64c-.01.37-.3.65-.65.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%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%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.24%204.07H10.3c-.36%200-.65-.29-.65-.65c0-.35.29-.64.65-.64h3.42c.35%200%20.64.29.64.64c-.01.37-.3.65-.65.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-minus3-filled.svg?color=%231a73e8&size=48