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

Name
save-as-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the save as icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 9.77h7.422v-3H6.77zM5.615 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.735q0 .29-.222.473t-.513.165q-.052-.005-.104-.005t-.103.011q-.635.017-1.264.265t-1.106.718l-2.822 2.804q.096-.166.134-.322t.039-.361q0-.846-.577-1.423t-1.423-.577t-1.423.577t-.577 1.423t.577 1.423t1.423.577q.178 0 .348-.039t.329-.134l-1.77 1.75q-.217.217-.35.525q-.134.307-.134.63v.018q0 .29-.192.482q-.19.191-.48.191zm7.615 1.192V20.12q0-.161.056-.3t.186-.271l5.09-5.065q.149-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.27.186t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578m5.96-4.176l.925-.956l-.925-.944l-.95.95z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSaveAsRounded(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="M6.77 9.77h7.422v-3H6.77zM5.615 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.735q0 .29-.222.473t-.513.165q-.052-.005-.104-.005t-.103.011q-.635.017-1.264.265t-1.106.718l-2.822 2.804q.096-.166.134-.322t.039-.361q0-.846-.577-1.423t-1.423-.577t-1.423.577t-.577 1.423t.577 1.423t1.423.577q.178 0 .348-.039t.329-.134l-1.77 1.75q-.217.217-.35.525q-.134.307-.134.63v.018q0 .29-.192.482q-.19.191-.48.191zm7.615 1.192V20.12q0-.161.056-.3t.186-.271l5.09-5.065q.149-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.27.186t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578m5.96-4.176l.925-.956l-.925-.944l-.95.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 9.77h7.422v-3H6.77zM5.615 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.735q0 .29-.222.473t-.513.165q-.052-.005-.104-.005t-.103.011q-.635.017-1.264.265t-1.106.718l-2.822 2.804q.096-.166.134-.322t.039-.361q0-.846-.577-1.423t-1.423-.577t-1.423.577t-.577 1.423t.577 1.423t1.423.577q.178 0 .348-.039t.329-.134l-1.77 1.75q-.217.217-.35.525q-.134.307-.134.63v.018q0 .29-.192.482q-.19.191-.48.191zm7.615 1.192V20.12q0-.161.056-.3t.186-.271l5.09-5.065q.149-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.27.186t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578m5.96-4.176l.925-.956l-.925-.944l-.95.95z"/></svg>
</template>

CSS

.icon-save-as-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%22M6.77%209.77h7.422v-3H6.77zM5.615%2020q-.672%200-1.144-.472T4%2018.385V5.615q0-.67.472-1.143Q4.944%204%205.616%204h10.29q.323%200%20.628.13q.305.132.522.349l2.465%202.465q.218.218.348.522q.131.305.131.628v2.735q0%20.29-.222.473t-.513.165q-.052-.005-.104-.005t-.103.011q-.635.017-1.264.265t-1.106.718l-2.822%202.804q.096-.166.134-.322t.039-.361q0-.846-.577-1.423t-1.423-.577t-1.423.577t-.577%201.423t.577%201.423t1.423.577q.178%200%20.348-.039t.329-.134l-1.77%201.75q-.217.217-.35.525q-.134.307-.134.63v.018q0%20.29-.192.482q-.19.191-.48.191zm7.615%201.192V20.12q0-.161.056-.3t.186-.271l5.09-5.065q.149-.13.308-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31l-5.065%205.066q-.131.13-.27.186t-.301.056h-1.073q-.348%200-.578-.23t-.23-.578m5.96-4.176l.925-.956l-.925-.944l-.95.95z%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%22M6.77%209.77h7.422v-3H6.77zM5.615%2020q-.672%200-1.144-.472T4%2018.385V5.615q0-.67.472-1.143Q4.944%204%205.616%204h10.29q.323%200%20.628.13q.305.132.522.349l2.465%202.465q.218.218.348.522q.131.305.131.628v2.735q0%20.29-.222.473t-.513.165q-.052-.005-.104-.005t-.103.011q-.635.017-1.264.265t-1.106.718l-2.822%202.804q.096-.166.134-.322t.039-.361q0-.846-.577-1.423t-1.423-.577t-1.423.577t-.577%201.423t.577%201.423t1.423.577q.178%200%20.348-.039t.329-.134l-1.77%201.75q-.217.217-.35.525q-.134.307-.134.63v.018q0%20.29-.192.482q-.19.191-.48.191zm7.615%201.192V20.12q0-.161.056-.3t.186-.271l5.09-5.065q.149-.13.308-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31l-5.065%205.066q-.131.13-.27.186t-.301.056h-1.073q-.348%200-.578-.23t-.23-.578m5.96-4.176l.925-.956l-.925-.944l-.95.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/save-as-rounded.svg?color=%231a73e8&size=48