save-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
save-multiple-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the save multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 18A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3h6.964a3.25 3.25 0 0 1 2.299.952l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18zM4.5 5.75v9.5c0 .69.56 1.25 1.25 1.25H6v-3.25A2.25 2.25 0 0 1 8.25 11h4.5A2.25 2.25 0 0 1 15 13.25v3.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.465-.184-.91-.513-1.238L14 5.061V6.25a2.25 2.25 0 0 1-2.25 2.25h-2.5A2.25 2.25 0 0 1 7 6.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25m9 10.75v-3.25a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v3.25zm-5-10.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V4.5h-4zM10.75 21a4.74 4.74 0 0 1-3.464-1.5h8.964a3.25 3.25 0 0 0 3.25-3.25V8.44l.548.548c.61.609.952 1.436.952 2.298v4.964A4.75 4.75 0 0 1 16.25 21z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSaveMultiple24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 18A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3h6.964a3.25 3.25 0 0 1 2.299.952l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18zM4.5 5.75v9.5c0 .69.56 1.25 1.25 1.25H6v-3.25A2.25 2.25 0 0 1 8.25 11h4.5A2.25 2.25 0 0 1 15 13.25v3.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.465-.184-.91-.513-1.238L14 5.061V6.25a2.25 2.25 0 0 1-2.25 2.25h-2.5A2.25 2.25 0 0 1 7 6.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25m9 10.75v-3.25a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v3.25zm-5-10.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V4.5h-4zM10.75 21a4.74 4.74 0 0 1-3.464-1.5h8.964a3.25 3.25 0 0 0 3.25-3.25V8.44l.548.548c.61.609.952 1.436.952 2.298v4.964A4.75 4.75 0 0 1 16.25 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 18A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3h6.964a3.25 3.25 0 0 1 2.299.952l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18zM4.5 5.75v9.5c0 .69.56 1.25 1.25 1.25H6v-3.25A2.25 2.25 0 0 1 8.25 11h4.5A2.25 2.25 0 0 1 15 13.25v3.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.465-.184-.91-.513-1.238L14 5.061V6.25a2.25 2.25 0 0 1-2.25 2.25h-2.5A2.25 2.25 0 0 1 7 6.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25m9 10.75v-3.25a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v3.25zm-5-10.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V4.5h-4zM10.75 21a4.74 4.74 0 0 1-3.464-1.5h8.964a3.25 3.25 0 0 0 3.25-3.25V8.44l.548.548c.61.609.952 1.436.952 2.298v4.964A4.75 4.75 0 0 1 16.25 21z"/></svg>
</template>

CSS

.icon-save-multiple-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2018A2.75%202.75%200%200%201%203%2015.25v-9.5A2.75%202.75%200%200%201%205.75%203h6.964a3.25%203.25%200%200%201%202.299.952l2.035%202.035c.61.61.952%201.437.952%202.299v6.964A2.75%202.75%200%200%201%2015.25%2018zM4.5%205.75v9.5c0%20.69.56%201.25%201.25%201.25H6v-3.25A2.25%202.25%200%200%201%208.25%2011h4.5A2.25%202.25%200%200%201%2015%2013.25v3.25h.25c.69%200%201.25-.56%201.25-1.25V8.286c0-.465-.184-.91-.513-1.238L14%205.061V6.25a2.25%202.25%200%200%201-2.25%202.25h-2.5A2.25%202.25%200%200%201%207%206.25V4.5H5.75c-.69%200-1.25.56-1.25%201.25m9%2010.75v-3.25a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75v3.25zm-5-10.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75V4.5h-4zM10.75%2021a4.74%204.74%200%200%201-3.464-1.5h8.964a3.25%203.25%200%200%200%203.25-3.25V8.44l.548.548c.61.609.952%201.436.952%202.298v4.964A4.75%204.75%200%200%201%2016.25%2021z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2018A2.75%202.75%200%200%201%203%2015.25v-9.5A2.75%202.75%200%200%201%205.75%203h6.964a3.25%203.25%200%200%201%202.299.952l2.035%202.035c.61.61.952%201.437.952%202.299v6.964A2.75%202.75%200%200%201%2015.25%2018zM4.5%205.75v9.5c0%20.69.56%201.25%201.25%201.25H6v-3.25A2.25%202.25%200%200%201%208.25%2011h4.5A2.25%202.25%200%200%201%2015%2013.25v3.25h.25c.69%200%201.25-.56%201.25-1.25V8.286c0-.465-.184-.91-.513-1.238L14%205.061V6.25a2.25%202.25%200%200%201-2.25%202.25h-2.5A2.25%202.25%200%200%201%207%206.25V4.5H5.75c-.69%200-1.25.56-1.25%201.25m9%2010.75v-3.25a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75v3.25zm-5-10.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75V4.5h-4zM10.75%2021a4.74%204.74%200%200%201-3.464-1.5h8.964a3.25%203.25%200%200%200%203.25-3.25V8.44l.548.548c.61.609.952%201.436.952%202.298v4.964A4.75%204.75%200%200%201%2016.25%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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