save edit icon
save-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- save-edit-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- save-as-24-regular
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the save edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 3A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h4.249a2.1 2.1 0 0 1 .062-.593l.227-.907H7.5v-5.25a.75.75 0 0 1 .75-.75h6.603l1.435-1.435A2.3 2.3 0 0 0 15.75 12h-7.5A2.25 2.25 0 0 0 6 14.25v5.25h-.25c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25H7v2.75A2.25 2.25 0 0 0 9.25 9.5h4.5A2.25 2.25 0 0 0 16 7.25V4.523c.358.06.692.23.952.49l2.035 2.035c.329.328.513.773.513 1.238v1.721q.106-.007.213-.007h.002c.437 0 .875.087 1.285.261V8.287a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.714 3zM8.5 7.25V4.5h6v2.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75M19.715 11h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 19.715 11"/></svg>
React
import type { SVGProps } from "react";
export function FluentSaveEdit24Regular(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="M5.75 3A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h4.249a2.1 2.1 0 0 1 .062-.593l.227-.907H7.5v-5.25a.75.75 0 0 1 .75-.75h6.603l1.435-1.435A2.3 2.3 0 0 0 15.75 12h-7.5A2.25 2.25 0 0 0 6 14.25v5.25h-.25c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25H7v2.75A2.25 2.25 0 0 0 9.25 9.5h4.5A2.25 2.25 0 0 0 16 7.25V4.523c.358.06.692.23.952.49l2.035 2.035c.329.328.513.773.513 1.238v1.721q.106-.007.213-.007h.002c.437 0 .875.087 1.285.261V8.287a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.714 3zM8.5 7.25V4.5h6v2.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75M19.715 11h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 19.715 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 3A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h4.249a2.1 2.1 0 0 1 .062-.593l.227-.907H7.5v-5.25a.75.75 0 0 1 .75-.75h6.603l1.435-1.435A2.3 2.3 0 0 0 15.75 12h-7.5A2.25 2.25 0 0 0 6 14.25v5.25h-.25c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25H7v2.75A2.25 2.25 0 0 0 9.25 9.5h4.5A2.25 2.25 0 0 0 16 7.25V4.523c.358.06.692.23.952.49l2.035 2.035c.329.328.513.773.513 1.238v1.721q.106-.007.213-.007h.002c.437 0 .875.087 1.285.261V8.287a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.714 3zM8.5 7.25V4.5h6v2.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75M19.715 11h-.002c-.585 0-1.17.223-1.615.67l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.7 2.7 0 0 0 1.248-.707l5.902-5.902A2.285 2.285 0 0 0 19.715 11"/></svg> </template>
CSS
.icon-save-edit-24-regular {
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%22M5.75%203A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h4.249a2.1%202.1%200%200%201%20.062-.593l.227-.907H7.5v-5.25a.75.75%200%200%201%20.75-.75h6.603l1.435-1.435A2.3%202.3%200%200%200%2015.75%2012h-7.5A2.25%202.25%200%200%200%206%2014.25v5.25h-.25c-.69%200-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25%201.25-1.25H7v2.75A2.25%202.25%200%200%200%209.25%209.5h4.5A2.25%202.25%200%200%200%2016%207.25V4.523c.358.06.692.23.952.49l2.035%202.035c.329.328.513.773.513%201.238v1.721q.106-.007.213-.007h.002c.437%200%20.875.087%201.285.261V8.287a3.25%203.25%200%200%200-.952-2.299l-2.035-2.035A3.25%203.25%200%200%200%2015.714%203zM8.5%207.25V4.5h6v2.75a.75.75%200%200%201-.75.75h-4.5a.75.75%200%200%201-.75-.75M19.715%2011h-.002c-.585%200-1.17.223-1.615.67l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902A2.285%202.285%200%200%200%2019.715%2011%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%22M5.75%203A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h4.249a2.1%202.1%200%200%201%20.062-.593l.227-.907H7.5v-5.25a.75.75%200%200%201%20.75-.75h6.603l1.435-1.435A2.3%202.3%200%200%200%2015.75%2012h-7.5A2.25%202.25%200%200%200%206%2014.25v5.25h-.25c-.69%200-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25%201.25-1.25H7v2.75A2.25%202.25%200%200%200%209.25%209.5h4.5A2.25%202.25%200%200%200%2016%207.25V4.523c.358.06.692.23.952.49l2.035%202.035c.329.328.513.773.513%201.238v1.721q.106-.007.213-.007h.002c.437%200%20.875.087%201.285.261V8.287a3.25%203.25%200%200%200-.952-2.299l-2.035-2.035A3.25%203.25%200%200%200%2015.714%203zM8.5%207.25V4.5h6v2.75a.75.75%200%200%201-.75.75h-4.5a.75.75%200%200%201-.75-.75M19.715%2011h-.002c-.585%200-1.17.223-1.615.67l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.458%201.831a1.087%201.087%200%200%200%201.319%201.318l1.83-.457a2.7%202.7%200%200%200%201.248-.707l5.902-5.902A2.285%202.285%200%200%200%2019.715%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/save-edit-24-regular.svg?color=%231a73e8&size=48