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

Name
file-save-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

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.435 19.723l-2.37-2.37q-.14-.133-.14-.34t.14-.348t.335-.15t.335.131l1.765 1.765v-4.386q0-.213.144-.356t.357-.144t.356.144t.143.356v4.387l1.766-1.766q.133-.14.34-.14t.348.14t.14.348t-.14.34l-2.389 2.389q-.242.243-.565.243t-.565-.243M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5zm-8.884-4q-.652 0-1.134-.482T4.5 17.884V4.116q0-.652.482-1.134T6.116 2.5h6.213q.332 0 .632.13t.518.349L18.02 7.52q.218.217.348.518t.131.632v1.662q0 .343-.232.575t-.576.233H13.73q-.666 0-1.141.474t-.475 1.14v5.937q0 .344-.232.576t-.575.232zm7.596-11H17.5l-5-5l5 5l-5-5v3.789q0 .504.353.858q.354.353.859.353"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFileSaveRounded(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.435 19.723l-2.37-2.37q-.14-.133-.14-.34t.14-.348t.335-.15t.335.131l1.765 1.765v-4.386q0-.213.144-.356t.357-.144t.356.144t.143.356v4.387l1.766-1.766q.133-.14.34-.14t.348.14t.14.348t-.14.34l-2.389 2.389q-.242.243-.565.243t-.565-.243M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5zm-8.884-4q-.652 0-1.134-.482T4.5 17.884V4.116q0-.652.482-1.134T6.116 2.5h6.213q.332 0 .632.13t.518.349L18.02 7.52q.218.217.348.518t.131.632v1.662q0 .343-.232.575t-.576.233H13.73q-.666 0-1.141.474t-.475 1.14v5.937q0 .344-.232.576t-.575.232zm7.596-11H17.5l-5-5l5 5l-5-5v3.789q0 .504.353.858q.354.353.859.353"/></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.435 19.723l-2.37-2.37q-.14-.133-.14-.34t.14-.348t.335-.15t.335.131l1.765 1.765v-4.386q0-.213.144-.356t.357-.144t.356.144t.143.356v4.387l1.766-1.766q.133-.14.34-.14t.348.14t.14.348t-.14.34l-2.389 2.389q-.242.243-.565.243t-.565-.243M15 23.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5zm-8.884-4q-.652 0-1.134-.482T4.5 17.884V4.116q0-.652.482-1.134T6.116 2.5h6.213q.332 0 .632.13t.518.349L18.02 7.52q.218.217.348.518t.131.632v1.662q0 .343-.232.575t-.576.233H13.73q-.666 0-1.141.474t-.475 1.14v5.937q0 .344-.232.576t-.575.232zm7.596-11H17.5l-5-5l5 5l-5-5v3.789q0 .504.353.858q.354.353.859.353"/></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.435%2019.723l-2.37-2.37q-.14-.133-.14-.34t.14-.348t.335-.15t.335.131l1.765%201.765v-4.386q0-.213.144-.356t.357-.144t.356.144t.143.356v4.387l1.766-1.766q.133-.14.34-.14t.348.14t.14.348t-.14.34l-2.389%202.389q-.242.243-.565.243t-.565-.243M15%2023.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5h6q.213%200%20.356.144t.144.357t-.144.356T21%2023.5zm-8.884-4q-.652%200-1.134-.482T4.5%2017.884V4.116q0-.652.482-1.134T6.116%202.5h6.213q.332%200%20.632.13t.518.349L18.02%207.52q.218.217.348.518t.131.632v1.662q0%20.343-.232.575t-.576.233H13.73q-.666%200-1.141.474t-.475%201.14v5.937q0%20.344-.232.576t-.575.232zm7.596-11H17.5l-5-5l5%205l-5-5v3.789q0%20.504.353.858q.354.353.859.353%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.435%2019.723l-2.37-2.37q-.14-.133-.14-.34t.14-.348t.335-.15t.335.131l1.765%201.765v-4.386q0-.213.144-.356t.357-.144t.356.144t.143.356v4.387l1.766-1.766q.133-.14.34-.14t.348.14t.14.348t-.14.34l-2.389%202.389q-.242.243-.565.243t-.565-.243M15%2023.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5h6q.213%200%20.356.144t.144.357t-.144.356T21%2023.5zm-8.884-4q-.652%200-1.134-.482T4.5%2017.884V4.116q0-.652.482-1.134T6.116%202.5h6.213q.332%200%20.632.13t.518.349L18.02%207.52q.218.217.348.518t.131.632v1.662q0%20.343-.232.575t-.576.233H13.73q-.666%200-1.141.474t-.475%201.14v5.937q0%20.344-.232.576t-.575.232zm7.596-11H17.5l-5-5l5%205l-5-5v3.789q0%20.504.353.858q.354.353.859.353%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-rounded.svg?color=%231a73e8&size=48