save icon
save-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- save-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- save-fill
2 other variants in Ant Design Icons
The same icon in other sets
saveAkar IconssaveBootstrap IconssaveBoxIcons v2saveBoxIcons v2 SolidsaveCarbonsaveCodiconssave-fillEva IconssaveFont Awesome RegularsaveFont Awesome SolidsaveFeather Iconssave-16-filledFluent UI System IconssaveHuge IconssaveHumbleiconssaveIconParksaveIconPark OutlinesaveIconPark SolidsaveIconPark TwoTonesaveIonIconssaveJam IconssaveLine AwesomesaveLucidesaveMajesticonssaveMaterial SymbolssaveMaterial Symbols Light
Use the save icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 176h256v112H384zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144m0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80s-35.8-80-80-80"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSaveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 176h256v112H384zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144m0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80s-35.8-80-80-80"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2M384 176h256v112H384zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144m0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80s-35.8-80-80-80"/></svg> </template>
CSS
.icon-save-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M893.3%20293.3L730.7%20130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V338.5c0-17-6.7-33.2-18.7-45.2M384%20176h256v112H384zm128%20554c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144m0-224c-44.2%200-80%2035.8-80%2080s35.8%2080%2080%2080s80-35.8%2080-80s-35.8-80-80-80%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M893.3%20293.3L730.7%20130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V338.5c0-17-6.7-33.2-18.7-45.2M384%20176h256v112H384zm128%20554c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144m0-224c-44.2%200-80%2035.8-80%2080s35.8%2080%2080%2080s80-35.8%2080-80s-35.8-80-80-80%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/save-filled.svg?color=%231a73e8&size=48