save multiple icon
save-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- save-multiple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 3H7v3.25A2.25 2.25 0 0 0 9.25 8.5h2.5A2.25 2.25 0 0 0 14 6.25V3.265a3.3 3.3 0 0 1 1.013.687l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18H15v-4.75A2.25 2.25 0 0 0 12.75 11h-4.5A2.25 2.25 0 0 0 6 13.25V18h-.25A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3M7.5 18h6v-4.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1-15h4v3.25a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm2.25 18a4.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 FluentSaveMultiple24Filled(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 3H7v3.25A2.25 2.25 0 0 0 9.25 8.5h2.5A2.25 2.25 0 0 0 14 6.25V3.265a3.3 3.3 0 0 1 1.013.687l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18H15v-4.75A2.25 2.25 0 0 0 12.75 11h-4.5A2.25 2.25 0 0 0 6 13.25V18h-.25A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3M7.5 18h6v-4.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1-15h4v3.25a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm2.25 18a4.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 3H7v3.25A2.25 2.25 0 0 0 9.25 8.5h2.5A2.25 2.25 0 0 0 14 6.25V3.265a3.3 3.3 0 0 1 1.013.687l2.035 2.035c.61.61.952 1.437.952 2.299v6.964A2.75 2.75 0 0 1 15.25 18H15v-4.75A2.25 2.25 0 0 0 12.75 11h-4.5A2.25 2.25 0 0 0 6 13.25V18h-.25A2.75 2.75 0 0 1 3 15.25v-9.5A2.75 2.75 0 0 1 5.75 3M7.5 18h6v-4.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1-15h4v3.25a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm2.25 18a4.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-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%203H7v3.25A2.25%202.25%200%200%200%209.25%208.5h2.5A2.25%202.25%200%200%200%2014%206.25V3.265a3.3%203.3%200%200%201%201.013.687l2.035%202.035c.61.61.952%201.437.952%202.299v6.964A2.75%202.75%200%200%201%2015.25%2018H15v-4.75A2.25%202.25%200%200%200%2012.75%2011h-4.5A2.25%202.25%200%200%200%206%2013.25V18h-.25A2.75%202.75%200%200%201%203%2015.25v-9.5A2.75%202.75%200%200%201%205.75%203M7.5%2018h6v-4.75a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75zm1-15h4v3.25a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201-.75-.75zm2.25%2018a4.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%203H7v3.25A2.25%202.25%200%200%200%209.25%208.5h2.5A2.25%202.25%200%200%200%2014%206.25V3.265a3.3%203.3%200%200%201%201.013.687l2.035%202.035c.61.61.952%201.437.952%202.299v6.964A2.75%202.75%200%200%201%2015.25%2018H15v-4.75A2.25%202.25%200%200%200%2012.75%2011h-4.5A2.25%202.25%200%200%200%206%2013.25V18h-.25A2.75%202.75%200%200%201%203%2015.25v-9.5A2.75%202.75%200%200%201%205.75%203M7.5%2018h6v-4.75a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75zm1-15h4v3.25a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201-.75-.75zm2.25%2018a4.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-filled.svg?color=%231a73e8&size=48