file save off icon
file-save-off-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- file-save-off-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.9 18.1l-1.4-1.425l.4-.4q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7zM19 16.175l-2-2V14q0-.425.288-.712T18 13t.713.288T19 14zM18 11h-4.175L6.5 3.7q-.475-.475-.213-1.088T7.225 2h4.95q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762V10q0 .425-.288.713T18 11m-3 13q-.425 0-.712-.288T14 23t.288-.712T15 22h4.175L12 14.825V19q0 .425-.288.713T11 20H6q-.825 0-1.412-.587T4 18V6.825L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.9 18.9q.125.125.213.325t.087.4V23q0 .425-.288.713T21 24zM12 4v3.5q0 .625.438 1.063T13.5 9H17zl5 5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFileSaveOffRounded(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="m20.9 18.1l-1.4-1.425l.4-.4q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7zM19 16.175l-2-2V14q0-.425.288-.712T18 13t.713.288T19 14zM18 11h-4.175L6.5 3.7q-.475-.475-.213-1.088T7.225 2h4.95q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762V10q0 .425-.288.713T18 11m-3 13q-.425 0-.712-.288T14 23t.288-.712T15 22h4.175L12 14.825V19q0 .425-.288.713T11 20H6q-.825 0-1.412-.587T4 18V6.825L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.9 18.9q.125.125.213.325t.087.4V23q0 .425-.288.713T21 24zM12 4v3.5q0 .625.438 1.063T13.5 9H17zl5 5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.9 18.1l-1.4-1.425l.4-.4q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7zM19 16.175l-2-2V14q0-.425.288-.712T18 13t.713.288T19 14zM18 11h-4.175L6.5 3.7q-.475-.475-.213-1.088T7.225 2h4.95q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762V10q0 .425-.288.713T18 11m-3 13q-.425 0-.712-.288T14 23t.288-.712T15 22h4.175L12 14.825V19q0 .425-.288.713T11 20H6q-.825 0-1.412-.587T4 18V6.825L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.9 18.9q.125.125.213.325t.087.4V23q0 .425-.288.713T21 24zM12 4v3.5q0 .625.438 1.063T13.5 9H17zl5 5z"/></svg> </template>
CSS
.icon-file-save-off-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%22m20.9%2018.1l-1.4-1.425l.4-.4q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7zM19%2016.175l-2-2V14q0-.425.288-.712T18%2013t.713.288T19%2014zM18%2011h-4.175L6.5%203.7q-.475-.475-.213-1.088T7.225%202h4.95q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762V10q0%20.425-.288.713T18%2011m-3%2013q-.425%200-.712-.288T14%2023t.288-.712T15%2022h4.175L12%2014.825V19q0%20.425-.288.713T11%2020H6q-.825%200-1.412-.587T4%2018V6.825L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.9%2018.9q.125.125.213.325t.087.4V23q0%20.425-.288.713T21%2024zM12%204v3.5q0%20.625.438%201.063T13.5%209H17zl5%205z%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%22m20.9%2018.1l-1.4-1.425l.4-.4q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7zM19%2016.175l-2-2V14q0-.425.288-.712T18%2013t.713.288T19%2014zM18%2011h-4.175L6.5%203.7q-.475-.475-.213-1.088T7.225%202h4.95q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762V10q0%20.425-.288.713T18%2011m-3%2013q-.425%200-.712-.288T14%2023t.288-.712T15%2022h4.175L12%2014.825V19q0%20.425-.288.713T11%2020H6q-.825%200-1.412-.587T4%2018V6.825L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.9%2018.9q.125.125.213.325t.087.4V23q0%20.425-.288.713T21%2024zM12%204v3.5q0%20.625.438%201.063T13.5%209H17zl5%205z%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-off-rounded.svg?color=%231a73e8&size=48