file save icon
file-save-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- file-save-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the file save icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.3 20.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9v-3.175q0-.425.288-.712t.712-.288t.713.288t.287.712V17.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3M15 24q-.425 0-.712-.288T14 23t.288-.712T15 22h6q.425 0 .713.288T22 23t-.288.713T21 24zm-9-4q-.825 0-1.412-.587T4 18V4q0-.825.588-1.412T6 2h6.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v1.2q0 .425-.288.712t-.712.288h-4q-.825 0-1.412.588T12 13.025V19q0 .425-.288.713T11 20zm7.5-11H17l-5-5l5 5l-5-5v3.5q0 .625.438 1.063T13.5 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFileSaveRounded(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="m17.3 20.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9v-3.175q0-.425.288-.712t.712-.288t.713.288t.287.712V17.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3M15 24q-.425 0-.712-.288T14 23t.288-.712T15 22h6q.425 0 .713.288T22 23t-.288.713T21 24zm-9-4q-.825 0-1.412-.587T4 18V4q0-.825.588-1.412T6 2h6.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v1.2q0 .425-.288.712t-.712.288h-4q-.825 0-1.412.588T12 13.025V19q0 .425-.288.713T11 20zm7.5-11H17l-5-5l5 5l-5-5v3.5q0 .625.438 1.063T13.5 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.3 20.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9v-3.175q0-.425.288-.712t.712-.288t.713.288t.287.712V17.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6 2.6q-.3.3-.7.3t-.7-.3M15 24q-.425 0-.712-.288T14 23t.288-.712T15 22h6q.425 0 .713.288T22 23t-.288.713T21 24zm-9-4q-.825 0-1.412-.587T4 18V4q0-.825.588-1.412T6 2h6.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v1.2q0 .425-.288.712t-.712.288h-4q-.825 0-1.412.588T12 13.025V19q0 .425-.288.713T11 20zm7.5-11H17l-5-5l5 5l-5-5v3.5q0 .625.438 1.063T13.5 9"/></svg> </template>
CSS
.icon-file-save-rounded {
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%22m17.3%2020.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9v-3.175q0-.425.288-.712t.712-.288t.713.288t.287.712V17.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3M15%2024q-.425%200-.712-.288T14%2023t.288-.712T15%2022h6q.425%200%20.713.288T22%2023t-.288.713T21%2024zm-9-4q-.825%200-1.412-.587T4%2018V4q0-.825.588-1.412T6%202h6.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v1.2q0%20.425-.288.712t-.712.288h-4q-.825%200-1.412.588T12%2013.025V19q0%20.425-.288.713T11%2020zm7.5-11H17l-5-5l5%205l-5-5v3.5q0%20.625.438%201.063T13.5%209%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%22m17.3%2020.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9v-3.175q0-.425.288-.712t.712-.288t.713.288t.287.712V17.2l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.6%202.6q-.3.3-.7.3t-.7-.3M15%2024q-.425%200-.712-.288T14%2023t.288-.712T15%2022h6q.425%200%20.713.288T22%2023t-.288.713T21%2024zm-9-4q-.825%200-1.412-.587T4%2018V4q0-.825.588-1.412T6%202h6.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v1.2q0%20.425-.288.712t-.712.288h-4q-.825%200-1.412.588T12%2013.025V19q0%20.425-.288.713T11%2020zm7.5-11H17l-5-5l5%205l-5-5v3.5q0%20.625.438%201.063T13.5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/file-save-rounded.svg?color=%231a73e8&size=48