file save off icon

file-save-off-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
file-save-off-outline-rounded
Set
Material Symbols
Style
Outline 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

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 14zM19.175 22L6 8.825V18h5q.425 0 .713.288T12 19t-.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 24h-6q-.425 0-.712-.288T14 23t.288-.712T15 22zM17 9v1q0 .425.288.713T18 11t.713-.288T19 10V8.825q0-.4-.15-.763t-.425-.637l-4.85-4.85q-.275-.275-.637-.425T12.175 2H7q-.425 0-.712.288T6 3t.288.713T7 4h5v3.5q0 .625.438 1.063T13.5 9zm-4.025 1.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFileSaveOffOutlineRounded(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 14zM19.175 22L6 8.825V18h5q.425 0 .713.288T12 19t-.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 24h-6q-.425 0-.712-.288T14 23t.288-.712T15 22zM17 9v1q0 .425.288.713T18 11t.713-.288T19 10V8.825q0-.4-.15-.763t-.425-.637l-4.85-4.85q-.275-.275-.637-.425T12.175 2H7q-.425 0-.712.288T6 3t.288.713T7 4h5v3.5q0 .625.438 1.063T13.5 9zm-4.025 1.15"/></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 14zM19.175 22L6 8.825V18h5q.425 0 .713.288T12 19t-.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 24h-6q-.425 0-.712-.288T14 23t.288-.712T15 22zM17 9v1q0 .425.288.713T18 11t.713-.288T19 10V8.825q0-.4-.15-.763t-.425-.637l-4.85-4.85q-.275-.275-.637-.425T12.175 2H7q-.425 0-.712.288T6 3t.288.713T7 4h5v3.5q0 .625.438 1.063T13.5 9zm-4.025 1.15"/></svg>
</template>

CSS

.icon-file-save-off-outline-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%2014zM19.175%2022L6%208.825V18h5q.425%200%20.713.288T12%2019t-.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%2024h-6q-.425%200-.712-.288T14%2023t.288-.712T15%2022zM17%209v1q0%20.425.288.713T18%2011t.713-.288T19%2010V8.825q0-.4-.15-.763t-.425-.637l-4.85-4.85q-.275-.275-.637-.425T12.175%202H7q-.425%200-.712.288T6%203t.288.713T7%204h5v3.5q0%20.625.438%201.063T13.5%209zm-4.025%201.15%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%2014zM19.175%2022L6%208.825V18h5q.425%200%20.713.288T12%2019t-.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%2024h-6q-.425%200-.712-.288T14%2023t.288-.712T15%2022zM17%209v1q0%20.425.288.713T18%2011t.713-.288T19%2010V8.825q0-.4-.15-.763t-.425-.637l-4.85-4.85q-.275-.275-.637-.425T12.175%202H7q-.425%200-.712.288T6%203t.288.713T7%204h5v3.5q0%20.625.438%201.063T13.5%209zm-4.025%201.15%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-outline-rounded.svg?color=%231a73e8&size=48