save edit icon
save-edit-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- save-edit-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
- Aliases
- save-as-20-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 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3.004q.01-.171.054-.347L8.221 16H6v-4.5a.5.5 0 0 1 .5-.5h5.444l1-1H6.5A1.5 1.5 0 0 0 5 11.5V16a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h1v2.5A1.5 1.5 0 0 0 7.5 8h4A1.5 1.5 0 0 0 13 6.5V4h.379a1 1 0 0 1 .707.293l1.621 1.621a1 1 0 0 1 .293.707v1.382a2.9 2.9 0 0 1 1 .13V6.622a2 2 0 0 0-.586-1.414l-1.621-1.621A2 2 0 0 0 13.379 3zm2 3.5V4h5v2.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5m7.81 3.048l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.078l1.498-.374a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 0 0-2.645-2.644"/></svg>
React
import type { SVGProps } from "react";
export function FluentSaveEdit20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3.004q.01-.171.054-.347L8.221 16H6v-4.5a.5.5 0 0 1 .5-.5h5.444l1-1H6.5A1.5 1.5 0 0 0 5 11.5V16a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h1v2.5A1.5 1.5 0 0 0 7.5 8h4A1.5 1.5 0 0 0 13 6.5V4h.379a1 1 0 0 1 .707.293l1.621 1.621a1 1 0 0 1 .293.707v1.382a2.9 2.9 0 0 1 1 .13V6.622a2 2 0 0 0-.586-1.414l-1.621-1.621A2 2 0 0 0 13.379 3zm2 3.5V4h5v2.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5m7.81 3.048l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.078l1.498-.374a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 0 0-2.645-2.644"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3.004q.01-.171.054-.347L8.221 16H6v-4.5a.5.5 0 0 1 .5-.5h5.444l1-1H6.5A1.5 1.5 0 0 0 5 11.5V16a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h1v2.5A1.5 1.5 0 0 0 7.5 8h4A1.5 1.5 0 0 0 13 6.5V4h.379a1 1 0 0 1 .707.293l1.621 1.621a1 1 0 0 1 .293.707v1.382a2.9 2.9 0 0 1 1 .13V6.622a2 2 0 0 0-.586-1.414l-1.621-1.621A2 2 0 0 0 13.379 3zm2 3.5V4h5v2.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5m7.81 3.048l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.375 1.498a.89.89 0 0 0 1.079 1.078l1.498-.374a2.2 2.2 0 0 0 1.02-.578l4.83-4.83a1.87 1.87 0 0 0-2.645-2.644"/></svg> </template>
CSS
.icon-save-edit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h3.004q.01-.171.054-.347L8.221%2016H6v-4.5a.5.5%200%200%201%20.5-.5h5.444l1-1H6.5A1.5%201.5%200%200%200%205%2011.5V16a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h1v2.5A1.5%201.5%200%200%200%207.5%208h4A1.5%201.5%200%200%200%2013%206.5V4h.379a1%201%200%200%201%20.707.293l1.621%201.621a1%201%200%200%201%20.293.707v1.382a2.9%202.9%200%200%201%201%20.13V6.622a2%202%200%200%200-.586-1.414l-1.621-1.621A2%202%200%200%200%2013.379%203zm2%203.5V4h5v2.5a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201-.5-.5m7.81%203.048l-4.83%204.83a2.2%202.2%200%200%200-.578%201.02l-.375%201.498a.89.89%200%200%200%201.079%201.078l1.498-.374a2.2%202.2%200%200%200%201.02-.578l4.83-4.83a1.87%201.87%200%200%200-2.645-2.644%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h3.004q.01-.171.054-.347L8.221%2016H6v-4.5a.5.5%200%200%201%20.5-.5h5.444l1-1H6.5A1.5%201.5%200%200%200%205%2011.5V16a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h1v2.5A1.5%201.5%200%200%200%207.5%208h4A1.5%201.5%200%200%200%2013%206.5V4h.379a1%201%200%200%201%20.707.293l1.621%201.621a1%201%200%200%201%20.293.707v1.382a2.9%202.9%200%200%201%201%20.13V6.622a2%202%200%200%200-.586-1.414l-1.621-1.621A2%202%200%200%200%2013.379%203zm2%203.5V4h5v2.5a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201-.5-.5m7.81%203.048l-4.83%204.83a2.2%202.2%200%200%200-.578%201.02l-.375%201.498a.89.89%200%200%200%201.079%201.078l1.498-.374a2.2%202.2%200%200%200%201.02-.578l4.83-4.83a1.87%201.87%200%200%200-2.645-2.644%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/save-edit-20-regular.svg?color=%231a73e8&size=48