save-all from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
save-all
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the save all 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-width="1.5"><path d="M16.879 2H12c-2.828 0-4.243 0-5.121.879C6 3.757 6 5.172 6 8v4c0 2.828 0 4.243.879 5.121C7.757 18 9.172 18 12 18h4c2.828 0 4.243 0 5.121-.879C22 16.243 22 14.828 22 12V7.121c0-.865 0-1.298-.115-1.7a3 3 0 0 0-.263-.637c-.204-.366-.51-.672-1.122-1.284s-.918-.918-1.284-1.122a3 3 0 0 0-.636-.263C18.177 2 17.744 2 16.879 2"/><path d="M2 6v6c0 4.714 0 7.071 1.464 8.536C4.93 22 7.286 22 12 22h6M10 2c0 1.886 0 2.828.586 3.414S12.114 6 14 6s2.828 0 3.414-.586S18 3.886 18 2"/><path d="M18 18v-3c0-1.886 0-2.828-.586-3.414S15.886 11 14 11s-2.828 0-3.414.586S10 13.114 10 15v3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSaveAll(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" strokeWidth="1.5"><path d="M16.879 2H12c-2.828 0-4.243 0-5.121.879C6 3.757 6 5.172 6 8v4c0 2.828 0 4.243.879 5.121C7.757 18 9.172 18 12 18h4c2.828 0 4.243 0 5.121-.879C22 16.243 22 14.828 22 12V7.121c0-.865 0-1.298-.115-1.7a3 3 0 0 0-.263-.637c-.204-.366-.51-.672-1.122-1.284s-.918-.918-1.284-1.122a3 3 0 0 0-.636-.263C18.177 2 17.744 2 16.879 2"/><path d="M2 6v6c0 4.714 0 7.071 1.464 8.536C4.93 22 7.286 22 12 22h6M10 2c0 1.886 0 2.828.586 3.414S12.114 6 14 6s2.828 0 3.414-.586S18 3.886 18 2"/><path d="M18 18v-3c0-1.886 0-2.828-.586-3.414S15.886 11 14 11s-2.828 0-3.414.586S10 13.114 10 15v3"/></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-width="1.5"><path d="M16.879 2H12c-2.828 0-4.243 0-5.121.879C6 3.757 6 5.172 6 8v4c0 2.828 0 4.243.879 5.121C7.757 18 9.172 18 12 18h4c2.828 0 4.243 0 5.121-.879C22 16.243 22 14.828 22 12V7.121c0-.865 0-1.298-.115-1.7a3 3 0 0 0-.263-.637c-.204-.366-.51-.672-1.122-1.284s-.918-.918-1.284-1.122a3 3 0 0 0-.636-.263C18.177 2 17.744 2 16.879 2"/><path d="M2 6v6c0 4.714 0 7.071 1.464 8.536C4.93 22 7.286 22 12 22h6M10 2c0 1.886 0 2.828.586 3.414S12.114 6 14 6s2.828 0 3.414-.586S18 3.886 18 2"/><path d="M18 18v-3c0-1.886 0-2.828-.586-3.414S15.886 11 14 11s-2.828 0-3.414.586S10 13.114 10 15v3"/></g></svg>
</template>

CSS

.icon-save-all {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.879%202H12c-2.828%200-4.243%200-5.121.879C6%203.757%206%205.172%206%208v4c0%202.828%200%204.243.879%205.121C7.757%2018%209.172%2018%2012%2018h4c2.828%200%204.243%200%205.121-.879C22%2016.243%2022%2014.828%2022%2012V7.121c0-.865%200-1.298-.115-1.7a3%203%200%200%200-.263-.637c-.204-.366-.51-.672-1.122-1.284s-.918-.918-1.284-1.122a3%203%200%200%200-.636-.263C18.177%202%2017.744%202%2016.879%202%22%2F%3E%3Cpath%20d%3D%22M2%206v6c0%204.714%200%207.071%201.464%208.536C4.93%2022%207.286%2022%2012%2022h6M10%202c0%201.886%200%202.828.586%203.414S12.114%206%2014%206s2.828%200%203.414-.586S18%203.886%2018%202%22%2F%3E%3Cpath%20d%3D%22M18%2018v-3c0-1.886%200-2.828-.586-3.414S15.886%2011%2014%2011s-2.828%200-3.414.586S10%2013.114%2010%2015v3%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.879%202H12c-2.828%200-4.243%200-5.121.879C6%203.757%206%205.172%206%208v4c0%202.828%200%204.243.879%205.121C7.757%2018%209.172%2018%2012%2018h4c2.828%200%204.243%200%205.121-.879C22%2016.243%2022%2014.828%2022%2012V7.121c0-.865%200-1.298-.115-1.7a3%203%200%200%200-.263-.637c-.204-.366-.51-.672-1.122-1.284s-.918-.918-1.284-1.122a3%203%200%200%200-.636-.263C18.177%202%2017.744%202%2016.879%202%22%2F%3E%3Cpath%20d%3D%22M2%206v6c0%204.714%200%207.071%201.464%208.536C4.93%2022%207.286%2022%2012%2022h6M10%202c0%201.886%200%202.828.586%203.414S12.114%206%2014%206s2.828%200%203.414-.586S18%203.886%2018%202%22%2F%3E%3Cpath%20d%3D%22M18%2018v-3c0-1.886%200-2.828-.586-3.414S15.886%2011%2014%2011s-2.828%200-3.414.586S10%2013.114%2010%2015v3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/save-all.svg?color=%231a73e8&size=48