save as icon
save-as-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- save-as-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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="M13.23 22v-2.21l5.96-5.934l2.19 2.204L15.44 22zM6.77 9.77h7.422v-3H6.77zm12.42 7.246l.925-.956l-.924-.944l-.95.95zM10.463 20H4V4h12.577L20 7.423v1.746l-6.134 6.09q.096-.165.134-.321t.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-2.254 2.234z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSaveAsSharp(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="M13.23 22v-2.21l5.96-5.934l2.19 2.204L15.44 22zM6.77 9.77h7.422v-3H6.77zm12.42 7.246l.925-.956l-.924-.944l-.95.95zM10.463 20H4V4h12.577L20 7.423v1.746l-6.134 6.09q.096-.165.134-.321t.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-2.254 2.234z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.23 22v-2.21l5.96-5.934l2.19 2.204L15.44 22zM6.77 9.77h7.422v-3H6.77zm12.42 7.246l.925-.956l-.924-.944l-.95.95zM10.463 20H4V4h12.577L20 7.423v1.746l-6.134 6.09q.096-.165.134-.321t.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-2.254 2.234z"/></svg> </template>
CSS
.icon-save-as-sharp {
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%22M13.23%2022v-2.21l5.96-5.934l2.19%202.204L15.44%2022zM6.77%209.77h7.422v-3H6.77zm12.42%207.246l.925-.956l-.924-.944l-.95.95zM10.463%2020H4V4h12.577L20%207.423v1.746l-6.134%206.09q.096-.165.134-.321t.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-2.254%202.234z%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%22M13.23%2022v-2.21l5.96-5.934l2.19%202.204L15.44%2022zM6.77%209.77h7.422v-3H6.77zm12.42%207.246l.925-.956l-.924-.944l-.95.95zM10.463%2020H4V4h12.577L20%207.423v1.746l-6.134%206.09q.096-.165.134-.321t.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-2.254%202.234z%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-sharp.svg?color=%231a73e8&size=48