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

Name
file-save-outline-rounded
Set
Material Symbols Light
Style
Outline 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.5 18.412l-1.766-1.766q-.14-.14-.334-.14t-.334.14t-.141.348t.14.34l2.37 2.389q.242.243.565.243t.566-.243l2.388-2.388q.14-.134.14-.341t-.14-.348t-.348-.14t-.34.14L18.5 18.411v-4.386q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356zM15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5h-6q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5m-8.884-3q-.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.97q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V8.5h-3.788q-.505 0-.859-.353q-.353-.354-.353-.858V3.5H6.116q-.231 0-.424.192t-.192.423v13.77q0 .23.192.423t.423.192h5.5q.213 0 .357.144t.144.357t-.144.356t-.356.143zm-.616-1v-15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFileSaveOutlineRounded(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.5 18.412l-1.766-1.766q-.14-.14-.334-.14t-.334.14t-.141.348t.14.34l2.37 2.389q.242.243.565.243t.566-.243l2.388-2.388q.14-.134.14-.341t-.14-.348t-.348-.14t-.34.14L18.5 18.411v-4.386q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356zM15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5h-6q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5m-8.884-3q-.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.97q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V8.5h-3.788q-.505 0-.859-.353q-.353-.354-.353-.858V3.5H6.116q-.231 0-.424.192t-.192.423v13.77q0 .23.192.423t.423.192h5.5q.213 0 .357.144t.144.357t-.144.356t-.356.143zm-.616-1v-15z"/></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.5 18.412l-1.766-1.766q-.14-.14-.334-.14t-.334.14t-.141.348t.14.34l2.37 2.389q.242.243.565.243t.566-.243l2.388-2.388q.14-.134.14-.341t-.14-.348t-.348-.14t-.34.14L18.5 18.411v-4.386q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356zM15 22.5h6q.213 0 .356.144t.144.357t-.144.356T21 23.5h-6q-.213 0-.356-.144t-.144-.357t.144-.356T15 22.5m-8.884-3q-.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.97q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V8.5h-3.788q-.505 0-.859-.353q-.353-.354-.353-.858V3.5H6.116q-.231 0-.424.192t-.192.423v13.77q0 .23.192.423t.423.192h5.5q.213 0 .357.144t.144.357t-.144.356t-.356.143zm-.616-1v-15z"/></svg>
</template>

CSS

.icon-file-save-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%22m17.5%2018.412l-1.766-1.766q-.14-.14-.334-.14t-.334.14t-.141.348t.14.34l2.37%202.389q.242.243.565.243t.566-.243l2.388-2.388q.14-.134.14-.341t-.14-.348t-.348-.14t-.34.14L18.5%2018.411v-4.386q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356zM15%2022.5h6q.213%200%20.356.144t.144.357t-.144.356T21%2023.5h-6q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5m-8.884-3q-.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.97q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356V8.5h-3.788q-.505%200-.859-.353q-.353-.354-.353-.858V3.5H6.116q-.231%200-.424.192t-.192.423v13.77q0%20.23.192.423t.423.192h5.5q.213%200%20.357.144t.144.357t-.144.356t-.356.143zm-.616-1v-15z%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.5%2018.412l-1.766-1.766q-.14-.14-.334-.14t-.334.14t-.141.348t.14.34l2.37%202.389q.242.243.565.243t.566-.243l2.388-2.388q.14-.134.14-.341t-.14-.348t-.348-.14t-.34.14L18.5%2018.411v-4.386q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356zM15%2022.5h6q.213%200%20.356.144t.144.357t-.144.356T21%2023.5h-6q-.213%200-.356-.144t-.144-.357t.144-.356T15%2022.5m-8.884-3q-.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.97q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356V8.5h-3.788q-.505%200-.859-.353q-.353-.354-.353-.858V3.5H6.116q-.231%200-.424.192t-.192.423v13.77q0%20.23.192.423t.423.192h5.5q.213%200%20.357.144t.144.357t-.144.356t-.356.143zm-.616-1v-15z%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-outline-rounded.svg?color=%231a73e8&size=48