save all icon

save-all from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
save-all
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the save all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M15 6.12V11c0 1.06-.42 2.08-1.17 2.83S12.06 15 11 15H5c-.09 0-.18-.01-.26-.02s-.16-.02-.24-.05a1.7 1.7 0 0 1-.5-.2c-.08-.05-.15-.09-.22-.15q-.21-.15-.36-.36c-.06-.07-.1-.14-.15-.22H11c.35 0 .69-.06 1-.18c.42-.14.8-.38 1.12-.7c.56-.56.88-1.32.88-2.12V4.3l.41.41c.38.37.59.89.59 1.41M11 13H3c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h6.879a2 2 0 0 1 1.414.586l1.121 1.121c.373.372.586.888.586 1.414V11c0 1.103-.897 2-2 2M5.999 3H8V2H5.999zM9 8H5v4h4zm1 0v4h1c.551 0 1-.449 1-1V4.121c0-.263-.107-.521-.293-.707l-1.121-1.121A1 1 0 0 0 9.879 2H9v1c0 .551-.449 1-1 1H6c-.551 0-1-.449-1-1V2H3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h1V8c0-.551.449-1 1-1h4c.551 0 1 .449 1 1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSaveAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M15 6.12V11c0 1.06-.42 2.08-1.17 2.83S12.06 15 11 15H5c-.09 0-.18-.01-.26-.02s-.16-.02-.24-.05a1.7 1.7 0 0 1-.5-.2c-.08-.05-.15-.09-.22-.15q-.21-.15-.36-.36c-.06-.07-.1-.14-.15-.22H11c.35 0 .69-.06 1-.18c.42-.14.8-.38 1.12-.7c.56-.56.88-1.32.88-2.12V4.3l.41.41c.38.37.59.89.59 1.41M11 13H3c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h6.879a2 2 0 0 1 1.414.586l1.121 1.121c.373.372.586.888.586 1.414V11c0 1.103-.897 2-2 2M5.999 3H8V2H5.999zM9 8H5v4h4zm1 0v4h1c.551 0 1-.449 1-1V4.121c0-.263-.107-.521-.293-.707l-1.121-1.121A1 1 0 0 0 9.879 2H9v1c0 .551-.449 1-1 1H6c-.551 0-1-.449-1-1V2H3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h1V8c0-.551.449-1 1-1h4c.551 0 1 .449 1 1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M15 6.12V11c0 1.06-.42 2.08-1.17 2.83S12.06 15 11 15H5c-.09 0-.18-.01-.26-.02s-.16-.02-.24-.05a1.7 1.7 0 0 1-.5-.2c-.08-.05-.15-.09-.22-.15q-.21-.15-.36-.36c-.06-.07-.1-.14-.15-.22H11c.35 0 .69-.06 1-.18c.42-.14.8-.38 1.12-.7c.56-.56.88-1.32.88-2.12V4.3l.41.41c.38.37.59.89.59 1.41M11 13H3c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h6.879a2 2 0 0 1 1.414.586l1.121 1.121c.373.372.586.888.586 1.414V11c0 1.103-.897 2-2 2M5.999 3H8V2H5.999zM9 8H5v4h4zm1 0v4h1c.551 0 1-.449 1-1V4.121c0-.263-.107-.521-.293-.707l-1.121-1.121A1 1 0 0 0 9.879 2H9v1c0 .551-.449 1-1 1H6c-.551 0-1-.449-1-1V2H3c-.551 0-1 .449-1 1v8c0 .551.449 1 1 1h1V8c0-.551.449-1 1-1h4c.551 0 1 .449 1 1" clip-rule="evenodd"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%206.12V11c0%201.06-.42%202.08-1.17%202.83S12.06%2015%2011%2015H5c-.09%200-.18-.01-.26-.02s-.16-.02-.24-.05a1.7%201.7%200%200%201-.5-.2c-.08-.05-.15-.09-.22-.15q-.21-.15-.36-.36c-.06-.07-.1-.14-.15-.22H11c.35%200%20.69-.06%201-.18c.42-.14.8-.38%201.12-.7c.56-.56.88-1.32.88-2.12V4.3l.41.41c.38.37.59.89.59%201.41M11%2013H3c-1.103%200-2-.897-2-2V3c0-1.103.897-2%202-2h6.879a2%202%200%200%201%201.414.586l1.121%201.121c.373.372.586.888.586%201.414V11c0%201.103-.897%202-2%202M5.999%203H8V2H5.999zM9%208H5v4h4zm1%200v4h1c.551%200%201-.449%201-1V4.121c0-.263-.107-.521-.293-.707l-1.121-1.121A1%201%200%200%200%209.879%202H9v1c0%20.551-.449%201-1%201H6c-.551%200-1-.449-1-1V2H3c-.551%200-1%20.449-1%201v8c0%20.551.449%201%201%201h1V8c0-.551.449-1%201-1h4c.551%200%201%20.449%201%201%22%20clip-rule%3D%22evenodd%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%206.12V11c0%201.06-.42%202.08-1.17%202.83S12.06%2015%2011%2015H5c-.09%200-.18-.01-.26-.02s-.16-.02-.24-.05a1.7%201.7%200%200%201-.5-.2c-.08-.05-.15-.09-.22-.15q-.21-.15-.36-.36c-.06-.07-.1-.14-.15-.22H11c.35%200%20.69-.06%201-.18c.42-.14.8-.38%201.12-.7c.56-.56.88-1.32.88-2.12V4.3l.41.41c.38.37.59.89.59%201.41M11%2013H3c-1.103%200-2-.897-2-2V3c0-1.103.897-2%202-2h6.879a2%202%200%200%201%201.414.586l1.121%201.121c.373.372.586.888.586%201.414V11c0%201.103-.897%202-2%202M5.999%203H8V2H5.999zM9%208H5v4h4zm1%200v4h1c.551%200%201-.449%201-1V4.121c0-.263-.107-.521-.293-.707l-1.121-1.121A1%201%200%200%200%209.879%202H9v1c0%20.551-.449%201-1%201H6c-.551%200-1-.449-1-1V2H3c-.551%200-1%20.449-1%201v8c0%20.551.449%201%201%201h1V8c0-.551.449-1%201-1h4c.551%200%201%20.449%201%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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