folder cloud icon

folder-cloud-duotone from Reicon by REICON · Duotone · Folders · MIT Free for personal and commercial use.

Name
folder-cloud-duotone
Set
Reicon
Style
Duotone
Category
Folders
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All folder cloud icons →

More folders icons from Reicon

Use the folder cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 14v-2.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225C20.151 6 18.834 6 16.202 6h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352C12.224 5.224 11.816 4.815 11 4l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903C7.53 2 7.336 2 6.95 2c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.257C2 5.626 2 6.068 2 6.95V14c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14" opacity=".5"/><path d="M16 13.882C16 15.052 14.977 16 13.714 16h-4C8.768 16 8 15.289 8 14.412s.768-1.589 1.714-1.589q.171 0 .332.03a2 2 0 0 1-.141-.735c0-1.17 1.023-2.118 2.286-2.118c1.175 0 2.144.823 2.271 1.88c.895.288 1.538 1.075 1.538 2.002"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderCloudDuotone(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="M22 14v-2.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225C20.151 6 18.834 6 16.202 6h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352C12.224 5.224 11.816 4.815 11 4l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903C7.53 2 7.336 2 6.95 2c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.257C2 5.626 2 6.068 2 6.95V14c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14" opacity=".5"/><path d="M16 13.882C16 15.052 14.977 16 13.714 16h-4C8.768 16 8 15.289 8 14.412s.768-1.589 1.714-1.589q.171 0 .332.03a2 2 0 0 1-.141-.735c0-1.17 1.023-2.118 2.286-2.118c1.175 0 2.144.823 2.271 1.88c.895.288 1.538 1.075 1.538 2.002"/></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="M22 14v-2.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225C20.151 6 18.834 6 16.202 6h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352C12.224 5.224 11.816 4.815 11 4l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903C7.53 2 7.336 2 6.95 2c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.257C2 5.626 2 6.068 2 6.95V14c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14" opacity=".5"/><path d="M16 13.882C16 15.052 14.977 16 13.714 16h-4C8.768 16 8 15.289 8 14.412s.768-1.589 1.714-1.589q.171 0 .332.03a2 2 0 0 1-.141-.735c0-1.17 1.023-2.118 2.286-2.118c1.175 0 2.144.823 2.271 1.88c.895.288 1.538 1.075 1.538 2.002"/></g></svg>
</template>

CSS

.icon-folder-cloud-duotone {
  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%22M22%2014v-2.202c0-2.632%200-3.949-.77-4.804a3%203%200%200%200-.224-.225C20.151%206%2018.834%206%2016.202%206h-.374c-1.153%200-1.73%200-2.268-.153a4%204%200%200%201-.848-.352C12.224%205.224%2011.816%204.815%2011%204l-.55-.55c-.274-.274-.41-.41-.554-.53a4%204%200%200%200-2.18-.903C7.53%202%207.336%202%206.95%202c-.883%200-1.324%200-1.692.07A4%204%200%200%200%202.07%205.257C2%205.626%202%206.068%202%206.95V14c0%203.771%200%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2013.882C16%2015.052%2014.977%2016%2013.714%2016h-4C8.768%2016%208%2015.289%208%2014.412s.768-1.589%201.714-1.589q.171%200%20.332.03a2%202%200%200%201-.141-.735c0-1.17%201.023-2.118%202.286-2.118c1.175%200%202.144.823%202.271%201.88c.895.288%201.538%201.075%201.538%202.002%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%22M22%2014v-2.202c0-2.632%200-3.949-.77-4.804a3%203%200%200%200-.224-.225C20.151%206%2018.834%206%2016.202%206h-.374c-1.153%200-1.73%200-2.268-.153a4%204%200%200%201-.848-.352C12.224%205.224%2011.816%204.815%2011%204l-.55-.55c-.274-.274-.41-.41-.554-.53a4%204%200%200%200-2.18-.903C7.53%202%207.336%202%206.95%202c-.883%200-1.324%200-1.692.07A4%204%200%200%200%202.07%205.257C2%205.626%202%206.068%202%206.95V14c0%203.771%200%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2013.882C16%2015.052%2014.977%2016%2013.714%2016h-4C8.768%2016%208%2015.289%208%2014.412s.768-1.589%201.714-1.589q.171%200%20.332.03a2%202%200%200%201-.141-.735c0-1.17%201.023-2.118%202.286-2.118c1.175%200%202.144.823%202.271%201.88c.895.288%201.538%201.075%201.538%202.002%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/folder-cloud-duotone.svg?color=%231a73e8&size=48