file save off icon
file-save-off-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- file-save-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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.189 18.1l-.689-.713l.746-.746q.146-.147.354-.153t.354.158q.14.146.134.354t-.153.354zM18.5 16.387l-1-1v-1.368q0-.212.144-.356t.357-.144t.356.144t.143.356zm-.808-5.252h-4.444L5.981 3.873q-.379-.379-.171-.876t.742-.497h5.777q.331 0 .632.13t.518.349L18.02 7.52q.217.217.348.518t.131.632v1.656q0 .343-.232.576q-.233.232-.576.232M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h5.387l-8.271-8.271v4.463q0 .344-.233.576t-.575.232H6.116q-.652 0-1.134-.482T4.5 17.884V6.615l-2.754-2.78q-.14-.14-.134-.331t.153-.341q.134-.137.342-.137q.206 0 .347.14l19.188 19.189q.061.062.104.162t.043.2v.286q0 .212-.144.355t-.357.143zm-2.5-20v3.789q0 .504.353.858q.354.353.859.353H17.5zl5 5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFileSaveOffRounded(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.189 18.1l-.689-.713l.746-.746q.146-.147.354-.153t.354.158q.14.146.134.354t-.153.354zM18.5 16.387l-1-1v-1.368q0-.212.144-.356t.357-.144t.356.144t.143.356zm-.808-5.252h-4.444L5.981 3.873q-.379-.379-.171-.876t.742-.497h5.777q.331 0 .632.13t.518.349L18.02 7.52q.217.217.348.518t.131.632v1.656q0 .343-.232.576q-.233.232-.576.232M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h5.387l-8.271-8.271v4.463q0 .344-.233.576t-.575.232H6.116q-.652 0-1.134-.482T4.5 17.884V6.615l-2.754-2.78q-.14-.14-.134-.331t.153-.341q.134-.137.342-.137q.206 0 .347.14l19.188 19.189q.061.062.104.162t.043.2v.286q0 .212-.144.355t-.357.143zm-2.5-20v3.789q0 .504.353.858q.354.353.859.353H17.5zl5 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.189 18.1l-.689-.713l.746-.746q.146-.147.354-.153t.354.158q.14.146.134.354t-.153.354zM18.5 16.387l-1-1v-1.368q0-.212.144-.356t.357-.144t.356.144t.143.356zm-.808-5.252h-4.444L5.981 3.873q-.379-.379-.171-.876t.742-.497h5.777q.331 0 .632.13t.518.349L18.02 7.52q.217.217.348.518t.131.632v1.656q0 .343-.232.576q-.233.232-.576.232M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h5.387l-8.271-8.271v4.463q0 .344-.233.576t-.575.232H6.116q-.652 0-1.134-.482T4.5 17.884V6.615l-2.754-2.78q-.14-.14-.134-.331t.153-.341q.134-.137.342-.137q.206 0 .347.14l19.188 19.189q.061.062.104.162t.043.2v.286q0 .212-.144.355t-.357.143zm-2.5-20v3.789q0 .504.353.858q.354.353.859.353H17.5zl5 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.189%2018.1l-.689-.713l.746-.746q.146-.147.354-.153t.354.158q.14.146.134.354t-.153.354zM18.5%2016.387l-1-1v-1.368q0-.212.144-.356t.357-.144t.356.144t.143.356zm-.808-5.252h-4.444L5.981%203.873q-.379-.379-.171-.876t.742-.497h5.777q.331%200%20.632.13t.518.349L18.02%207.52q.217.217.348.518t.131.632v1.656q0%20.343-.232.576q-.233.232-.576.232M15%2023.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5h5.387l-8.271-8.271v4.463q0%20.344-.233.576t-.575.232H6.116q-.652%200-1.134-.482T4.5%2017.884V6.615l-2.754-2.78q-.14-.14-.134-.331t.153-.341q.134-.137.342-.137q.206%200%20.347.14l19.188%2019.189q.061.062.104.162t.043.2v.286q0%20.212-.144.355t-.357.143zm-2.5-20v3.789q0%20.504.353.858q.354.353.859.353H17.5zl5%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.189%2018.1l-.689-.713l.746-.746q.146-.147.354-.153t.354.158q.14.146.134.354t-.153.354zM18.5%2016.387l-1-1v-1.368q0-.212.144-.356t.357-.144t.356.144t.143.356zm-.808-5.252h-4.444L5.981%203.873q-.379-.379-.171-.876t.742-.497h5.777q.331%200%20.632.13t.518.349L18.02%207.52q.217.217.348.518t.131.632v1.656q0%20.343-.232.576q-.233.232-.576.232M15%2023.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5h5.387l-8.271-8.271v4.463q0%20.344-.233.576t-.575.232H6.116q-.652%200-1.134-.482T4.5%2017.884V6.615l-2.754-2.78q-.14-.14-.134-.331t.153-.341q.134-.137.342-.137q.206%200%20.347.14l19.188%2019.189q.061.062.104.162t.043.2v.286q0%20.212-.144.355t-.357.143zm-2.5-20v3.789q0%20.504.353.858q.354.353.859.353H17.5zl5%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/file-save-off-rounded.svg?color=%231a73e8&size=48